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

  /art/runtime/
stack_map.cc 27 constexpr size_t DexRegisterLocationCatalog::kNoLocationEntryIndex;
61 DexRegisterLocationCatalog dex_register_location_catalog =
74 DexRegisterLocationCatalog dex_register_location_catalog =
154 void DexRegisterLocationCatalog::Dump(VariableIndentationOutputStream* vios,
160 << "DexRegisterLocationCatalog (number_of_entries=" << number_of_location_catalog_entries
stack_map.h 202 class DexRegisterLocationCatalog {
204 explicit DexRegisterLocationCatalog(MemoryRegion region) : region_(region) {}
440 * stack map's Dex register to a location entry in a DexRegisterLocationCatalog.
519 return DexRegisterLocationCatalog::kNoLocationEntryIndex;
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 186 size_t size = DexRegisterLocationCatalog::kFixedSize;
188 size += DexRegisterLocationCatalog::EntrySize(dex_register_location);
336 DexRegisterLocationCatalog dex_register_location_catalog(dex_register_location_catalog_region);
339 size_t location_catalog_offset = DexRegisterLocationCatalog::kFixedSize;
342 location_catalog_offset += DexRegisterLocationCatalog::EntrySize(dex_register_location);
stack_map_test.cc 71 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding);
184 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding);
444 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding);
530 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding);
569 ASSERT_EQ(DexRegisterLocationCatalog::kNoLocationEntryIndex, index0);
    [all...]

Completed in 79 milliseconds