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

  /art/compiler/optimizing/
stack_map_stream.h 80 dex_map_hash_to_stack_map_indices_(std::less<uint32_t>(),
252 ArenaSafeMap<uint32_t, ArenaVector<uint32_t>> dex_map_hash_to_stack_map_indices_; member in class:art::StackMapStream
stack_map_stream.cc 466 auto entries_it = dex_map_hash_to_stack_map_indices_.find(entry.hash);
467 if (entries_it == dex_map_hash_to_stack_map_indices_.end()) {
472 dex_map_hash_to_stack_map_indices_.Put(entry.hash, std::move(stack_map_indices));

Completed in 55 milliseconds