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

  /art/compiler/optimizing/
stack_map_test.cc 97 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationKind(
99 ASSERT_EQ(Kind::kConstant, dex_register_map.GetLocationKind(
211 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationKind(
213 ASSERT_EQ(Kind::kConstant, dex_register_map.GetLocationKind(
272 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationKind(
274 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationKind(
326 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationKind(
328 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationKind(
380 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationKind(
382 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationKind(
    [all...]
  /art/runtime/
quick_exception_handler.cc 245 catch_vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);
253 VRegKind vreg_kind = ToVRegKind(throw_vreg_map.GetLocationKind(vreg,
407 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);
stack.cc 289 dex_register_map.GetLocationKind(vreg, number_of_dex_registers, code_info, encoding);
    [all...]
stack_map.h 450 DexRegisterLocation::Kind GetLocationKind(uint16_t dex_register_number,
    [all...]
  /art/runtime/jit/
jit.cc 479 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);

Completed in 612 milliseconds