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

  /art/runtime/
stack_map.h 448 * (see DexRegisterMap::SingleEntrySizeInBits). The map is 1-byte aligned.
535 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
563 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
611 * SingleEntrySizeInBits(number_of_location_catalog_entries);
621 static size_t SingleEntrySizeInBits(size_t number_of_location_catalog_entries) {
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 216 DexRegisterMap::SingleEntrySizeInBits(catalog_size) * number_of_live_dex_registers;
    [all...]
stack_map_test.cc 605 // art::DexRegisterMap::SingleEntrySizeInBits).
628 ASSERT_EQ(1u, DexRegisterMap::SingleEntrySizeInBits(number_of_catalog_entries));
    [all...]

Completed in 105 milliseconds