Searched refs:kInRegisterHigh (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Dcheck_reference_map_visitor.h87 case DexRegisterLocation::Kind::kInRegisterHigh:
H A Dstack_map.h56 * - kInRegisterHigh: vreg stored in high 32 bits of a core physical register,
76 kInRegisterHigh = 2, // 0b010 member in class:art::DexRegisterLocation::Kind
108 case Kind::kInRegisterHigh:
131 case Kind::kInRegisterHigh:
302 case DexRegisterLocation::Kind::kInRegisterHigh:
334 case DexRegisterLocation::Kind::kInRegisterHigh:
498 location.GetInternalKind() == DexRegisterLocation::Kind::kInRegisterHigh ||
H A Dstack_map.cc39 case Kind::kInRegisterHigh:
H A Dquick_exception_handler.cc194 case DexRegisterLocation::Kind::kInRegisterHigh:
428 case DexRegisterLocation::Kind::kInRegisterHigh:
H A Dstack.cc301 case DexRegisterLocation::Kind::kInRegisterHigh:
/art/compiler/optimizing/
H A Dstack_map_test.cc159 stream.AddDexRegisterEntry(Kind::kInRegisterHigh, 8); // Short location.
328 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationKind(
332 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationInternalKind(
348 ASSERT_EQ(Kind::kInRegisterHigh, location1.GetKind());
350 ASSERT_EQ(Kind::kInRegisterHigh, location1.GetInternalKind());
H A Dcode_generator.cc982 stack_map_stream_.AddDexRegisterEntry(DexRegisterLocation::Kind::kInRegisterHigh, id);
/art/compiler/debug/
H A Delf_debug_loc_writer.h226 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh &&
250 // kInRegisterHigh and kInFpuRegisterHigh should be handled by

Completed in 55 milliseconds