Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc506 InlineMethodFlags DexFileMethodInliner::IsIntrinsicOrSpecial(uint32_t method_index) { in IsIntrinsicOrSpecial()
517 bool DexFileMethodInliner::IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) { in IsIntrinsic()
623 bool DexFileMethodInliner::IsSpecial(uint32_t method_index) { in IsSpecial()
1024 uint32_t DexFileMethodInliner::GetOffsetForStringInit(uint32_t method_index, size_t pointer_size) { in GetOffsetForStringInit()
1035 bool DexFileMethodInliner::IsStringInitMethodIndex(uint32_t method_index) { in IsStringInitMethodIndex()
/art/compiler/optimizing/
Dinliner.cc154 uint32_t method_index, in TryBuildAndInline()
Dstack_map_stream.h102 uint32_t method_index; member
Dstack_map_stream.cc98 void StackMapStream::AddInlineInfoEntry(uint32_t method_index) { in AddInlineInfoEntry()
/art/compiler/
Doat_test.cc163 size_t method_index = 0; in TEST_F() local
/art/runtime/
Dart_method-inl.h91 inline ArtMethod* ArtMethod::GetDexCacheResolvedMethod(uint16_t method_index, size_t ptr_size) { in GetDexCacheResolvedMethod()
Dart_method.cc118 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod() local
Dclass_linker.cc2165 for (size_t method_index = 0; it.HasNextDirectMethod(); ++method_index, it.Next()) { in FixupStaticTrampolines() local
/art/compiler/dex/
Dmir_optimization.cc1463 uint32_t method_index = invoke->meta.method_lowering_info; in ComputeInlineIFieldLoweringInfo() local
/art/oatdump/
Doatdump.cc515 size_t method_index = m->GetMethodIndex(); in GetQuickOatCode() local
/art/compiler/driver/
Dcompiler_driver.cc2523 bool CompilerDriver::IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset) { in IsStringInit()