HomeSort by relevance Sort by last modified time
    Searched refs:AddMove (Results 1 - 7 of 7) sorted by null

  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 61 void AddMove(LMoveOperands move);
lithium-gap-resolver-ia32.cc 82 if (!move.IsRedundant()) AddMove(move);
153 void LGapResolver::AddMove(LMoveOperands move) {
lithium-ia32.cc 502 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
    [all...]
  /external/v8/src/
lithium-allocator.cc 763 move->AddMove(cur.source(), to);
769 move->AddMove(from, to);
829 move->AddMove(first_output, range->GetSpillOperand());
    [all...]
lithium.h 391 void AddMove(LOperand* from, LOperand* to) {
  /external/v8/src/arm/
lithium-arm.cc 510 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 503 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
    [all...]

Completed in 54 milliseconds