Home
last modified time | relevance | path

Searched defs:method_index (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.h65 uint32_t method_index; member
98 void AddInlineInfoEntry(uint32_t method_index) { in AddInlineInfoEntry()
/art/compiler/
Doat_test.cc172 size_t method_index = 0; in TEST_F() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc413 bool DexFileMethodInliner::IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) { in IsIntrinsic()
510 bool DexFileMethodInliner::IsSpecial(uint32_t method_index) { in IsSpecial()
/art/runtime/mirror/
Dart_method.cc131 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
Dart_method-inl.h92 inline ArtMethod* ArtMethod::GetDexCacheResolvedMethod(uint16_t method_index) { in GetDexCacheResolvedMethod()
/art/compiler/dex/
Dmir_optimization.cc1195 uint32_t method_index = invoke->meta.method_lowering_info; in ComputeInlineIFieldLoweringInfo() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc802 uint32_t method_index = mh.FindDexMethodIndexInOtherDexFile(*dex_file, dex_method_idx); in artQuickResolutionTrampoline() local
/art/oatdump/
Doatdump.cc286 size_t method_index = m->GetMethodIndex(); in GetQuickOatCode() local
/art/runtime/
Dclass_linker.cc2540 for (size_t method_index = 0; it.HasNextDirectMethod(); ++method_index, it.Next()) { in FixupStaticTrampolines() local
2593 uint32_t method_index) { in LinkCode()