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

  /art/runtime/
stack_map.h 440 * (see DexRegisterMap::SingleEntrySizeInBits). The map is 1-byte aligned.
527 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
555 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
603 * SingleEntrySizeInBits(number_of_location_catalog_entries);
613 static size_t SingleEntrySizeInBits(size_t number_of_location_catalog_entries) {
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 203 DexRegisterMap::SingleEntrySizeInBits(location_catalog_entries_.size())
stack_map_test.cc 505 // art::DexRegisterMap::SingleEntrySizeInBits).
528 ASSERT_EQ(1u, DexRegisterMap::SingleEntrySizeInBits(number_of_catalog_entries));
    [all...]

Completed in 424 milliseconds