Searched refs:location_catalog_entry_index (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dstack_map.cc62 size_t location_catalog_entry_index = GetLocationCatalogEntryIndex( local
66 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index);
75 size_t location_catalog_entry_index = GetLocationCatalogEntryIndex( local
79 return dex_register_location_catalog.GetDexRegisterLocation(location_catalog_entry_index);
171 size_t location_catalog_entry_index = GetLocationCatalogEntryIndex( local
180 "\t[entry " + std::to_string(static_cast<int>(location_catalog_entry_index)) + "]");
H A Dstack_map.h237 // Find the offset of the location catalog entry number `location_catalog_entry_index`.
238 size_t FindLocationOffset(size_t location_catalog_entry_index) const {
240 // Skip the first `location_catalog_entry_index - 1` entries.
241 for (uint16_t i = 0; i < location_catalog_entry_index; ++i) {
256 // Get the internal kind of entry at `location_catalog_entry_index`.
257 DexRegisterLocation::Kind GetLocationInternalKind(size_t location_catalog_entry_index) const {
258 if (location_catalog_entry_index == kNoLocationEntryIndex) {
261 return ExtractKindAtOffset(FindLocationOffset(location_catalog_entry_index));
264 // Get the (surface) kind and value of entry at `location_catalog_entry_index`.
265 DexRegisterLocation GetDexRegisterLocation(size_t location_catalog_entry_index) cons
531 size_t location_catalog_entry_index = local
538 SetLocationCatalogEntryIndex(size_t index_in_dex_register_map, size_t location_catalog_entry_index, uint16_t number_of_dex_registers, size_t number_of_location_catalog_entries) argument
[all...]
/art/compiler/optimizing/
H A Dstack_map_stream.cc406 size_t location_catalog_entry_index = dex_register_locations_[ local
410 location_catalog_entry_index,

Completed in 6 milliseconds