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

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

Completed in 51 milliseconds