HomeSort by relevance Sort by last modified time
    Searched defs:GetDexRegisterLocation (Results 1 - 2 of 2) sorted by null

  /art/runtime/
stack_map.cc 70 DexRegisterLocation DexRegisterMap::GetDexRegisterLocation(uint16_t dex_register_number,
80 return dex_register_location_catalog.GetDexRegisterLocation(location_catalog_entry_index);
163 DexRegisterLocation location = GetDexRegisterLocation(i);
179 DexRegisterLocation location = GetDexRegisterLocation(j,
stack_map.h 272 DexRegisterLocation GetDexRegisterLocation(size_t location_catalog_entry_index) const {
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);
    [all...]

Completed in 168 milliseconds