Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.h79 dex_map_hash_to_stack_map_indices_(std::less<uint32_t>(), in StackMapStream()
251 ScopedArenaSafeMap<uint32_t, ScopedArenaVector<uint32_t>> dex_map_hash_to_stack_map_indices_; variable
Dstack_map_stream.cc475 auto entries_it = dex_map_hash_to_stack_map_indices_.find(entry.hash); in AddDexRegisterMapEntry()
476 if (entries_it == dex_map_hash_to_stack_map_indices_.end()) { in AddDexRegisterMapEntry()
481 dex_map_hash_to_stack_map_indices_.Put(entry.hash, std::move(stack_map_indices)); in AddDexRegisterMapEntry()