Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h88 void AllocateSpillSlotForCatchPhi(HPhi* phi);
Dregister_allocator_linear_scan.cc281 AllocateSpillSlotForCatchPhi(instruction->AsPhi()); in ProcessInstruction()
1282 void RegisterAllocatorLinearScan::AllocateSpillSlotForCatchPhi(HPhi* phi) { in AllocateSpillSlotForCatchPhi() function in art::RegisterAllocatorLinearScan