Home
last modified time | relevance | path

Searched refs:GetMethodIndexIdx (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack_map.h1246 ALWAYS_INLINE uint32_t GetMethodIndexIdx(const InvokeInfoEncoding& encoding) const { in GetMethodIndexIdx() function
1257 return method_info.GetMethodIndex(GetMethodIndexIdx(encoding)); in GetMethodIndex()
/art/compiler/optimizing/
Dstack_map_stream.cc646 DCHECK_EQ(invoke_info.GetMethodIndexIdx(encoding.invoke_info.encoding), in CheckCodeInfo()