Home
last modified time | relevance | path

Searched refs:GetDexMethodIndexUnchecked (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_method-inl.h104 return GetDexMethodIndexUnchecked(); in GetDexMethodIndex()
Dart_method.h387 ALWAYS_INLINE uint32_t GetDexMethodIndexUnchecked() { in GetDexMethodIndexUnchecked() function
/art/compiler/optimizing/
Dstack_map_stream.cc124 current_inline_info_.method_index = method->GetDexMethodIndexUnchecked(); in BeginInlineInfoEntry()