Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h573 bool WillCall() const { in WillCall() function
Dcode_generator.cc1568 DCHECK(instruction->GetLocations()->WillCall()) in ValidateInvokeRuntime()
1589 DCHECK((slow_path->IsFatal() && !instruction->GetLocations()->WillCall()) || in ValidateInvokeRuntime()
Dssa_liveness_analysis.h633 if (safepoint->GetLocations()->WillCall()) return true; in HasWillCallSafepoint()
Dregister_allocator_linear_scan.cc286 if (locations->WillCall()) { in ProcessInstruction()
Dregister_allocator_graph_color.cc824 if (instruction->GetLocations()->WillCall()) { in ProcessInstruction()
Dintrinsics_arm_vixl.cc2361 DCHECK(locations->WillCall() && locations->Intrinsified()); in GenFPToFPCall()
2380 DCHECK(locations->WillCall() && locations->Intrinsified()); in GenFPFPToFPCall()