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

/art/runtime/
H A Dstack_map.cc70 DexRegisterLocation DexRegisterMap::GetDexRegisterLocation(uint16_t dex_register_number, function in class:art::DexRegisterMap
80 return dex_register_location_catalog.GetDexRegisterLocation(location_catalog_entry_index);
163 DexRegisterLocation location = GetDexRegisterLocation(i);
179 DexRegisterLocation location = GetDexRegisterLocation(j,
H A Dstack_map.h272 DexRegisterLocation GetDexRegisterLocation(size_t location_catalog_entry_index) const { function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
473 DexRegisterLocation GetDexRegisterLocation(uint16_t dex_register_number,
483 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info, enc);
485 // GetDexRegisterLocation returns the offset in bytes.
494 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info, enc);
504 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info, enc);

Completed in 1012 milliseconds