Searched defs:GetDexRegisterLocation (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack_map.cc39 DexRegisterLocation DexRegisterMap::GetDexRegisterLocation(uint16_t dex_register_number, function in class:art::DexRegisterMap
48 return dex_register_location_catalog.GetDexRegisterLocation(location_catalog_entry_index);
250 DexRegisterLocation location = dex_register_location_catalog.GetDexRegisterLocation(i);
266 dex_register_map.GetDexRegisterLocation(j, number_of_dex_registers, *this);
H A Dstack_map.h304 DexRegisterLocation GetDexRegisterLocation(size_t location_catalog_entry_index) const { function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
490 DexRegisterLocation GetDexRegisterLocation(uint16_t dex_register_number,
498 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info);
500 // GetDexRegisterLocation returns the offset in bytes.
508 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info);
517 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info);

Completed in 151 milliseconds