Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h79 void BlockRegister(Location location, size_t position, bool will_call);
102 void CheckForFixedInputs(HInstruction* instruction, bool will_call);
106 void CheckForFixedOutput(HInstruction* instruction, bool will_call);
114 void CheckForTempLiveIntervals(HInstruction* instruction, bool will_call);
Dregister_allocator_linear_scan.cc131 bool will_call) { in BlockRegister() argument
134 if (will_call) { in BlockRegister()
250 bool will_call = locations->WillCall(); in ProcessInstruction() local
251 if (will_call) { in ProcessInstruction()
258 CheckForTempLiveIntervals(instruction, will_call); in ProcessInstruction()
260 CheckForFixedInputs(instruction, will_call); in ProcessInstruction()
278 CheckForFixedOutput(instruction, will_call); in ProcessInstruction()
318 bool will_call) { in CheckForTempLiveIntervals() argument
326 BlockRegister(temp, position, will_call); in CheckForTempLiveIntervals()
370 void RegisterAllocatorLinearScan::CheckForFixedInputs(HInstruction* instruction, bool will_call) { in CheckForFixedInputs() argument
[all …]