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 99 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationKind(
101 ASSERT_EQ(Kind::kConstant, dex_register_map.GetLocationKind(
214 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationKind(
216 ASSERT_EQ(Kind::kConstant, dex_register_map.GetLocationKind(
273 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationKind(
275 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationKind(
327 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationKind(
329 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationKind(
381 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationKind(
383 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationKind(
    [all...]
  /art/runtime/
quick_exception_handler.cc 248 catch_vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);
256 VRegKind vreg_kind = ToVRegKind(throw_vreg_map.GetLocationKind(vreg,
429 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);
stack.cc 297 dex_register_map.GetLocationKind(vreg, number_of_dex_registers, code_info, encoding);
    [all...]
stack_map.h 456 DexRegisterLocation::Kind GetLocationKind(uint16_t dex_register_number,
    [all...]
  /art/runtime/jit/
jit.cc 500 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);

Completed in 228 milliseconds