Home
last modified time | relevance | path

Searched refs:GetMethodIndexOf (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h68 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in GetResolvedMethod()
83 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in GetResolvedMethod()
/art/compiler/optimizing/
Dstack_map_stream.cc221 CHECK_EQ(code_info.GetMethodIndexOf(inline_info), method->GetDexMethodIndex()); in BeginInlineInfoEntry()
/art/runtime/
Dstack_map.cc352 << ", method_index=" << code_info.GetMethodIndexOf(*this); in Dump()
Dstack_map.h343 uint32_t GetMethodIndexOf(InlineInfo inline_info) const { in GetMethodIndexOf() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1194 uint32_t method_index = code_info.GetMethodIndexOf(inline_info); in DumpB74410240DebugData()