Searched refs:GetLocationKind (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dstack_map_test.cc97 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/
H A Dquick_exception_handler.cc245 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);
H A Dstack.cc289 dex_register_map.GetLocationKind(vreg, number_of_dex_registers, code_info, encoding);
H A Dstack_map.h450 DexRegisterLocation::Kind GetLocationKind(uint16_t dex_register_number, function in class:art::DexRegisterLocation::DexRegisterMap
/art/runtime/jit/
H A Djit.cc488 vreg_map.GetLocationKind(vreg, number_of_vregs, code_info, encoding);

Completed in 12 milliseconds