Searched refs:kInStack (Results 1 - 9 of 9) sorted by relevance

/art/compiler/optimizing/
H A Dstack_map_test.cc54 stream.AddDexRegisterEntry(Kind::kInStack, 0); // Short location.
97 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationKind(
101 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind(
117 ASSERT_EQ(Kind::kInStack, location0.GetKind());
119 ASSERT_EQ(Kind::kInStack, location0.GetInternalKind());
138 stream.AddDexRegisterEntry(Kind::kInStack, 0); // Short location.
211 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationKind(
215 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind(
231 ASSERT_EQ(Kind::kInStack, location0.GetKind());
233 ASSERT_EQ(Kind::kInStack, location
[all...]
H A Dcode_generator.cc874 DexRegisterLocation::Kind::kInStack, location.GetStackIndex());
879 DexRegisterLocation::Kind::kInStack, location.GetStackIndex());
881 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize));
954 DexRegisterLocation::Kind::kInStack, location.GetStackIndex());
960 DexRegisterLocation::Kind::kInStack, location.GetStackIndex());
962 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize));
972 stack_map_stream_.AddDexRegisterEntry(DexRegisterLocation::Kind::kInStack, offset);
975 DexRegisterLocation::Kind::kInStack, offset + kVRegSize);
994 stack_map_stream_.AddDexRegisterEntry(DexRegisterLocation::Kind::kInStack, offset);
997 DexRegisterLocation::Kind::kInStack, offse
[all...]
/art/runtime/
H A Dcheck_reference_map_visitor.h81 case DexRegisterLocation::Kind::kInStack:
H A Dstack_map.h74 kInStack = 0, // 0b000 member in class:art::DexRegisterLocation::Kind
106 case Kind::kInStack:
129 case Kind::kInStack:
138 return Kind::kInStack;
207 if (kind == DexRegisterLocation::Kind::kInStack) {
276 if (kind == DexRegisterLocation::Kind::kInStack) {
296 case DexRegisterLocation::Kind::kInStack:
298 ? DexRegisterLocation::Kind::kInStack
330 case DexRegisterLocation::Kind::kInStack:
476 DCHECK(location.GetKind() == DexRegisterLocation::Kind::kInStack);
[all...]
H A Dquick_exception_handler.cc186 case DexRegisterLocation::Kind::kInStack:
249 DCHECK(catch_location == DexRegisterLocation::Kind::kInStack);
413 case DexRegisterLocation::Kind::kInStack: {
H A Dstack_map.cc35 case Kind::kInStack:
H A Dstack.cc291 case DexRegisterLocation::Kind::kInStack: {
/art/compiler/debug/
H A Delf_debug_loc_writer.h217 if (kind == Kind::kInStack) {
220 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack &&
/art/runtime/jit/
H A Djit.cc499 DCHECK_EQ(location, DexRegisterLocation::Kind::kInStack);

Completed in 15 milliseconds