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

  /art/runtime/
check_reference_map_visitor.h 90 case DexRegisterLocation::Kind::kInFpuRegister:
stack_map.h 63 * - kInFpuRegister: vreg stored in low 32 bits of an FPU register,
82 kInFpuRegister = 3, // 0b011
114 case Kind::kInFpuRegister:
137 case Kind::kInFpuRegister:
312 case DexRegisterLocation::Kind::kInFpuRegister:
340 case DexRegisterLocation::Kind::kInFpuRegister:
505 location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegister ||
    [all...]
quick_exception_handler.cc 201 case DexRegisterLocation::Kind::kInFpuRegister:
450 case DexRegisterLocation::Kind::kInFpuRegister:
stack_map.cc 42 case Kind::kInFpuRegister:
stack.cc 310 case DexRegisterLocation::Kind::kInFpuRegister:
    [all...]
  /art/compiler/debug/
elf_debug_loc_writer.h 232 } else if (kind == Kind::kInFpuRegister) {
234 piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegister &&
  /art/compiler/optimizing/
stack_map_test.cc 154 stream.AddDexRegisterEntry(Kind::kInFpuRegister, 3); // Short location.
169 stream.AddDexRegisterEntry(Kind::kInFpuRegister, 3); // Short location, same in stack map 2.
275 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationKind(
279 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind(
295 ASSERT_EQ(Kind::kInFpuRegister, location1.GetKind());
297 ASSERT_EQ(Kind::kInFpuRegister, location1.GetInternalKind());
381 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationKind(
385 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind(
402 ASSERT_EQ(Kind::kInFpuRegister, location0.GetKind());
404 ASSERT_EQ(Kind::kInFpuRegister, location0.GetInternalKind())
    [all...]
code_generator.cc     [all...]

Completed in 2269 milliseconds