/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_method.cc | 139 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetBytecodes() local 172 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetArgumentsSize() local 208 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLocalVariableTable() local 294 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMaxLocals() local 324 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodName() local 391 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodDeclaringClass() local 408 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodLocation() local 441 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodModifiers() local 465 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLineNumberTable() local 522 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in IsMethodT() local
|
H A D | ti_breakpoint.cc | 157 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint() local 181 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint() local
|
/aosp_15_r20/art/runtime/jni/ |
H A D | jni_internal.h | 114 static inline jmethodID EncodeArtMethod(ReflectiveHandle<ArtMethod> art_method) in EncodeArtMethod() 129 static inline jmethodID EncodeArtMethod(ArtMethod* art_method) in EncodeArtMethod()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | stack_map_test.cc | 121 ArtMethod art_method; in TEST() local 320 ArtMethod art_method; in TEST() local 552 ArtMethod art_method; in TEST() local
|
/aosp_15_r20/art/test/1947-breakpoint-redefine-deopt/ |
H A D | check_deopt.cc | 27 ArtMethod* art_method = ArtMethod::FromReflectedMethod(soa, m); in Java_Main_isMethodDeoptimized() local
|
/aosp_15_r20/art/test/664-aget-verifier/ |
H A D | aget-verifier.cc | 39 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/art_method/ |
H A D | art_method_parser_impl.cc | 31 namespace perfetto::trace_processor::art_method { namespace
|
H A D | art_method_tokenizer.cc | 47 namespace perfetto::trace_processor::art_method { namespace
|
/aosp_15_r20/art/test/661-oat-writer-layout/ |
H A D | oat_writer_layout.cc | 40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode() local
|
/aosp_15_r20/art/imgdiag/ |
H A D | imgdiag.cc | 223 size_t EntrySize(ArtMethod* art_method) REQUIRES_SHARED(Locks::mutator_lock_) { in EntrySize() 906 ArtMethod* art_method = reinterpret_cast<ArtMethod*>(&remote_contents[0]); in RegionSpecializedBase() local 999 auto art_method = reinterpret_cast<ArtMethod*>(method); in DumpDirtyEntries() local 1106 void DumpOneArtMethod(ArtMethod* art_method, in DumpOneArtMethod()
|
/aosp_15_r20/art/test/616-cha-unloading/ |
H A D | cha_unload.cc | 60 jlong art_method) { in Java_Main_reuseArenaOfMethod()
|
/aosp_15_r20/art/runtime/ |
H A D | noop_compiler_callbacks.h | 50 bool DenyAccessBasedOnPublicSdk([[maybe_unused]] ArtMethod* art_method) const override in DenyAccessBasedOnPublicSdk()
|
H A D | hidden_api_test.cc | 167 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in GetArtMethod() local
|
/aosp_15_r20/art/runtime/native/ |
H A D | java_lang_reflect_Executable.cc | 163 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0() local
|
H A D | dalvik_system_VMDebug.cc | 331 ArtMethod* art_method = m->GetArtMethod(); in VMDebug_getExecutableMethodFileOffsetsNative() local
|
/aosp_15_r20/art/test/common/ |
H A D | runtime_state.cc | 540 ArtMethod* art_method = exec->GetArtMethod(); in GetMethodHotnessFromProfile() local
|