Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc663 const size_t method_index_idx = in CheckCodeInfo() local
665 DCHECK_EQ(method_index_idx, inline_entry.dex_method_index_idx); in CheckCodeInfo()
666 DCHECK_EQ(method_indices_[method_index_idx], inline_entry.method_index); in CheckCodeInfo()
/art/runtime/
Dstack_map.h1247 uint32_t method_index_idx) { in SetMethodIndexIdx() argument
1248 encoding.GetMethodIndexEncoding().Store(region_, method_index_idx); in SetMethodIndexIdx()