HomeSort by relevance Sort by last modified time
    Searched refs:kInRegisterHigh (Results 1 - 8 of 8) sorted by null

  /art/runtime/
check_reference_map_visitor.h 88 case DexRegisterLocation::Kind::kInRegisterHigh:
stack_map.h 63 * - kInRegisterHigh: vreg stored in high 32 bits of a core physical register,
83 kInRegisterHigh = 2, // 0b010
115 case Kind::kInRegisterHigh:
138 case Kind::kInRegisterHigh:
309 case DexRegisterLocation::Kind::kInRegisterHigh:
341 case DexRegisterLocation::Kind::kInRegisterHigh:
506 location.GetInternalKind() == DexRegisterLocation::Kind::kInRegisterHigh ||
    [all...]
quick_exception_handler.cc 197 case DexRegisterLocation::Kind::kInRegisterHigh:
449 case DexRegisterLocation::Kind::kInRegisterHigh:
stack_map.cc 40 case Kind::kInRegisterHigh:
stack.cc 262 case DexRegisterLocation::Kind::kInRegisterHigh:
    [all...]
  /art/compiler/debug/
elf_debug_loc_writer.h 228 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh &&
252 // kInRegisterHigh and kInFpuRegisterHigh should be handled by
  /art/compiler/optimizing/
stack_map_test.cc 162 stream.AddDexRegisterEntry(Kind::kInRegisterHigh, 8); // Short location.
329 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationKind(
333 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationInternalKind(
349 ASSERT_EQ(Kind::kInRegisterHigh, location1.GetKind());
351 ASSERT_EQ(Kind::kInRegisterHigh, location1.GetInternalKind());
    [all...]
code_generator.cc     [all...]

Completed in 97 milliseconds