Searched refs:RecordSpillLocation (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 825 void TopLevelLiveRange::RecordSpillLocation(Zone* zone, int gap_index, in RecordSpillLocation() function in v8::internal::compiler::TopLevelLiveRange 1704 range->RecordSpillLocation(allocation_zone(), gap_index, output); in MeetRegisterConstraintsForLastInstructionInBlock() 1758 range->RecordSpillLocation(allocation_zone(), instr_index + 1, in MeetConstraintsAfter() 1876 live_range->RecordSpillLocation(allocation_zone(), gap_index, &output); in ResolvePhis()
|
D | register-allocator.h | 908 void RecordSpillLocation(Zone* zone, int gap_index,
|