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 79 DexRegisterLocation location = dex_register_map.GetDexRegisterLocation(
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...]
thread.cc     [all...]
  /art/compiler/optimizing/
stack_map_test.cc 118 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
119 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
234 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
235 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
294 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
295 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
348 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
349 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
402 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
403 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1)
    [all...]
stack_map_stream.cc 544 DexRegisterLocation seen = dex_register_map.GetDexRegisterLocation(
    [all...]
  /art/compiler/debug/
elf_debug_loc_writer.h 153 reg_lo = dex_register_map.GetDexRegisterLocation(
156 reg_hi = dex_register_map.GetDexRegisterLocation(

Completed in 505 milliseconds