Home
last modified time | relevance | path

Searched refs:DoubleStackSlot (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_test.cc535 Location::DoubleStackSlot(32), in TYPED_TEST()
539 Location::DoubleStackSlot(32), in TYPED_TEST()
595 Location::DoubleStackSlot(32), in TYPED_TEST()
599 Location::DoubleStackSlot(32), in TYPED_TEST()
Dcodegen_test.cc770 move->AddMove(Location::DoubleStackSlot(0), in TEST_F()
771 Location::DoubleStackSlot(257), in TEST_F()
774 move->AddMove(Location::DoubleStackSlot(257), in TEST_F()
775 Location::DoubleStackSlot(0), in TEST_F()
Dregister_allocation_resolver.cc70 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
308 case 2: loc = Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()
471 case 2: location_source = Location::DoubleStackSlot(parent->GetSpillSlot()); break; in ConnectSplitSiblings()
Dlocations.h260 static Location DoubleStackSlot(intptr_t stack_index) { in DoubleStackSlot() function
Dssa_liveness_analysis.cc528 case 2: return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
Dcode_generator.cc627 locations->SetInAt(i, Location::DoubleStackSlot(stack_offset)); in CreateStringBuilderAppendLocations()