HomeSort by relevance Sort by last modified time
    Searched refs:GetDexRegisterLocation (Results 1 - 7 of 7) 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,
check_reference_map_visitor.h 75 DexRegisterLocation location = dex_register_map.GetDexRegisterLocation(
stack_map.h 270 DexRegisterLocation GetDexRegisterLocation(size_t location_catalog_entry_index) const {
471 DexRegisterLocation GetDexRegisterLocation(uint16_t dex_register_number,
481 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info, enc);
483 // GetDexRegisterLocation returns the offset in bytes.
492 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info, enc);
502 GetDexRegisterLocation(dex_register_number, number_of_dex_registers, code_info, enc);
    [all...]
thread.cc     [all...]
  /art/compiler/optimizing/
stack_map_test.cc 117 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
118 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
232 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
233 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
292 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
293 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
346 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
347 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
400 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
401 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1)
    [all...]
stack_map_stream.cc 535 DexRegisterLocation seen = dex_register_map.GetDexRegisterLocation(
  /art/compiler/debug/
elf_debug_loc_writer.h 152 reg_lo = dex_register_map.GetDexRegisterLocation(
155 reg_hi = dex_register_map.GetDexRegisterLocation(

Completed in 391 milliseconds