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

  /art/runtime/
stack_map.h 446 * (see DexRegisterMap::SingleEntrySizeInBits). The map is 1-byte aligned.
533 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
561 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
609 * SingleEntrySizeInBits(number_of_location_catalog_entries);
619 static size_t SingleEntrySizeInBits(size_t number_of_location_catalog_entries) {
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 207 DexRegisterMap::SingleEntrySizeInBits(catalog_size) * number_of_live_dex_registers;
stack_map_test.cc 600 // art::DexRegisterMap::SingleEntrySizeInBits).
623 ASSERT_EQ(1u, DexRegisterMap::SingleEntrySizeInBits(number_of_catalog_entries));
    [all...]

Completed in 224 milliseconds