HomeSort by relevance Sort by last modified time
    Searched refs:dex_method_index_idx (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
stack_map_stream.h 125 uint32_t dex_method_index_idx; // Index into dex method index table. member in struct:art::StackMapStream::StackMapEntry
134 uint32_t dex_method_index_idx; // Index into the dex method index table. member in struct:art::StackMapStream::InlineInfoEntry
stack_map_stream.cc 156 // dex_method_index_idx to be filled in.
251 method_index_max = std::max(method_index_max, inline_entry.dex_method_index_idx);
369 invoke_info.SetMethodIndexIdx(encoding.invoke_info.encoding, entry.dex_method_index_idx);
399 inline_entry.dex_method_index_idx);
565 stack_map.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
573 inline_info.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
638 entry.dex_method_index_idx);
665 DCHECK_EQ(method_index_idx, inline_entry.dex_method_index_idx);

Completed in 93 milliseconds