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 101 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind(
103 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind(
215 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind(
217 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind(
276 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind(
278 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind(
330 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind(
332 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationInternalKind(
384 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind(
386 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationInternalKind(
    [all...]
  /art/runtime/
stack_map.cc 55 DexRegisterLocation::Kind DexRegisterMap::GetLocationInternalKind(
66 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index);
stack_map.h 257 DexRegisterLocation::Kind GetLocationInternalKind(size_t location_catalog_entry_index) const {
455 GetLocationInternalKind(dex_register_number, number_of_dex_registers, code_info, enc));
459 DexRegisterLocation::Kind GetLocationInternalKind(uint16_t dex_register_number,
    [all...]
quick_exception_handler.cc 455 << vreg_map.GetLocationInternalKind(vreg,
stack.cc 316 << dex_register_map.GetLocationInternalKind(vreg,
    [all...]

Completed in 159 milliseconds