/art/runtime/ |
D | method_info.h | 60 void SetMethodIndex(size_t index, MethodIndexType method_index) { in SetMethodIndex()
|
D | art_method-inl.h | 107 inline ArtMethod* ArtMethod::GetDexCacheResolvedMethod(uint16_t method_index, in GetDexCacheResolvedMethod() 125 inline void ArtMethod::SetDexCacheResolvedMethod(uint16_t method_index, in SetDexCacheResolvedMethod()
|
D | cha.cc | 261 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo() local
|
D | dex_file_verifier.cc | 113 static bool FindMethodName(uint32_t method_index, in FindMethodName() 3030 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags() 3226 uint32_t method_index, in CheckConstructorProperties()
|
D | art_method.cc | 193 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
|
D | dex_file_annotations.cc | 271 uint32_t method_index = method->GetDexMethodIndex(); in FindAnnotationSetForMethod() local 294 uint32_t method_index = method->GetDexMethodIndex(); in FindAnnotationsItemForMethod() local
|
D | dex_file_verifier_test.cc | 249 uint32_t method_index = it.GetMemberIndex(); in FindMethodData() local
|
D | class_linker.cc | 3010 for (size_t method_index = 0; it.HasNextDirectMethod(); ++method_index, it.Next()) { in FixupStaticTrampolines() local
|
/art/test/595-profile-saving/ |
D | profile-saving.cc | 73 JNIEnv* env, jclass cls, jstring filename, jint method_index) { in Java_Main_presentInProfile()
|
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 563 const uint32_t method_index = stack_map.dex_method_index; in PrepareMethodIndices() local 571 const uint32_t method_index = inline_info.method_index; in PrepareMethodIndices() local
|
D | stack_map_stream.h | 131 uint32_t method_index; member
|
D | inliner.cc | 391 uint32_t method_index = invoke_instruction->GetDexMethodIndex(); in TryInline() local 1087 size_t method_index = invoke_instruction->IsInvokeVirtual() in TryInlinePolymorphicCallToSameTarget() local 1598 uint32_t method_index = resolved_method->GetDexMethodIndex(); in TryBuildAndInlineHelper() local
|
D | nodes.h | 4180 uint32_t method_index, in HInvokeStaticOrDirect()
|
/art/runtime/jit/ |
D | profile_compilation_info.cc | 486 uint16_t method_index) { in AddMethodIndex() 492 uint16_t method_index, in AddMethod() 635 uint16_t method_index; in ReadMethods() local 1312 ProfileCompilationInfo::DexFileData::FindOrAddMethod(uint16_t method_index) { in FindOrAddMethod()
|
D | profile_compilation_info_test.cc | 61 uint16_t method_index, in AddMethod() 68 uint16_t method_index, in AddMethod()
|
/art/test/911-get-stack-trace/ |
D | stack_trace.cc | 60 auto callback = [&](jint method_index) -> jobjectArray { in TranslateJvmtiFrameInfoArray()
|
/art/profman/ |
D | profman.cc | 653 uint16_t method_index, in HasSingleInvoke() 763 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 62 uint32_t method_index = inline_info.GetMethodIndexAtDepth(encoding, method_info, inlining_depth); in GetResolvedMethod() local
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 147 uint32_t method_index = invoke_direct->VRegB_35c(); in GetTargetConstructor() local
|
/art/dexlayout/ |
D | dex_ir.cc | 311 const uint32_t method_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
|
/art/compiler/ |
D | oat_test.cc | 464 size_t method_index = 0; in TEST_F() local
|
/art/oatdump/ |
D | oatdump.cc | 575 size_t method_index = m->GetMethodIndex(); in GetQuickOatCode() local
|