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

  /art/compiler/optimizing/
stack_map_stream.cc 36 current_entry_.dex_register_map_hash = 0;
91 current_entry_.dex_register_map_hash +=
92 (1 << (dex_register % (sizeof(current_entry_.dex_register_map_hash) * kBitsPerByte)));
93 current_entry_.dex_register_map_hash += static_cast<uint32_t>(value);
94 current_entry_.dex_register_map_hash += static_cast<uint32_t>(kind);
308 auto entries_it = dex_map_hash_to_stack_map_indices_.find(current_entry_.dex_register_map_hash);
314 dex_map_hash_to_stack_map_indices_.Put(current_entry_.dex_register_map_hash, stack_map_indices);
stack_map_stream.h 97 uint32_t dex_register_map_hash; member in struct:art::StackMapStream::StackMapEntry

Completed in 48 milliseconds