Searched refs:RecordSpillLocation (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 730 void TopLevelLiveRange::RecordSpillLocation(Zone* zone, int gap_index, in RecordSpillLocation() function in v8::internal::compiler::TopLevelLiveRange 1588 range->RecordSpillLocation(allocation_zone(), gap_index, output); in MeetRegisterConstraintsForLastInstructionInBlock() 1642 range->RecordSpillLocation(allocation_zone(), instr_index + 1, in MeetConstraintsAfter() 1729 live_range->RecordSpillLocation(allocation_zone(), gap_index, &output); in ResolvePhis()
|
D | register-allocator.h | 564 void RecordSpillLocation(Zone* zone, int gap_index,
|