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

  /art/runtime/
check_reference_map_visitor.h 92 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
stack_map.h 67 * - kInFpuRegisterHigh: vreg stored in high 32 bits of an FPU register,
85 kInFpuRegisterHigh = 4, // 0b100
117 case Kind::kInFpuRegisterHigh:
140 case Kind::kInFpuRegisterHigh:
315 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
343 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
508 location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegisterHigh)
    [all...]
quick_exception_handler.cc 205 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
451 case DexRegisterLocation::Kind::kInFpuRegisterHigh: {
stack_map.cc 44 case Kind::kInFpuRegisterHigh:
stack.cc 264 case DexRegisterLocation::Kind::kInFpuRegisterHigh: {
    [all...]
  /art/compiler/debug/
elf_debug_loc_writer.h 241 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh &&
252 // kInRegisterHigh and kInFpuRegisterHigh should be handled by
  /art/compiler/optimizing/
stack_map_test.cc 170 stream.AddDexRegisterEntry(Kind::kInFpuRegisterHigh, 1); // Short location.
383 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationKind(
387 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationInternalKind(
403 ASSERT_EQ(Kind::kInFpuRegisterHigh, location1.GetKind());
405 ASSERT_EQ(Kind::kInFpuRegisterHigh, location1.GetInternalKind());
    [all...]
code_generator.cc     [all...]

Completed in 116 milliseconds