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

  /art/compiler/optimizing/
stack_map_test.cc 104 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind(
106 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind(
220 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind(
222 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind(
279 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind(
281 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind(
333 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind(
335 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationInternalKind(
387 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind(
389 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationInternalKind(
    [all...]
  /art/runtime/
stack_map.cc 56 DexRegisterLocation::Kind DexRegisterMap::GetLocationInternalKind(
67 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index);
stack_map.h 264 DexRegisterLocation::Kind GetLocationInternalKind(size_t location_catalog_entry_index) const {
463 GetLocationInternalKind(dex_register_number, number_of_dex_registers, code_info, enc));
467 DexRegisterLocation::Kind GetLocationInternalKind(uint16_t dex_register_number,
    [all...]
quick_exception_handler.cc 480 << vreg_map.GetLocationInternalKind(vreg,
stack.cc 278 << dex_register_map.GetLocationInternalKind(vreg,
    [all...]

Completed in 95 milliseconds