Home
last modified time | relevance | path

Searched refs:AllocateSpillSlotForCatchPhi (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_graph_color.h135 void AllocateSpillSlotForCatchPhi(HInstruction* instruction);
Dregister_allocator_linear_scan.h89 void AllocateSpillSlotForCatchPhi(HPhi* phi);
Dregister_allocator_linear_scan.cc377 AllocateSpillSlotForCatchPhi(instruction->AsPhi()); in ProcessInstruction()
1172 void RegisterAllocatorLinearScan::AllocateSpillSlotForCatchPhi(HPhi* phi) { in AllocateSpillSlotForCatchPhi() function in art::RegisterAllocatorLinearScan
Dregister_allocator_graph_color.cc849 AllocateSpillSlotForCatchPhi(instruction); in ProcessInstruction()
1037 void RegisterAllocatorGraphColor::AllocateSpillSlotForCatchPhi(HInstruction* instruction) { in AllocateSpillSlotForCatchPhi() function in art::RegisterAllocatorGraphColor