Home
last modified time | relevance | path

Searched refs:CommitSpillMoves (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dspill-placer.cc49 range->CommitSpillMoves(data(), spill_operand); in Add()
67 range->CommitSpillMoves(data(), spill_operand); in Add()
98 range->CommitSpillMoves(data(), spill_operand); in Add()
432 top->CommitSpillMoves(data(), top->GetSpillRangeOperand()); in SecondBackwardPass()
Dregister-allocator.h920 void CommitSpillMoves(TopTierRegisterAllocationData* data,
Dregister-allocator.cc832 void TopLevelLiveRange::CommitSpillMoves(TopTierRegisterAllocationData* data, in CommitSpillMoves() function in v8::internal::compiler::TopLevelLiveRange
4711 top_range->CommitSpillMoves(data(), spill_operand); in CommitAssignment()