Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc479 ScopedArenaVector<uint32_t> stack_map_indices(allocator_->Adapter(kArenaAllocStackMapStream)); in AddDexRegisterMapEntry() local
480 stack_map_indices.push_back(current_entry_index); in AddDexRegisterMapEntry()
481 dex_map_hash_to_stack_map_indices_.Put(entry.hash, std::move(stack_map_indices)); in AddDexRegisterMapEntry()