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

  /art/compiler/optimizing/
register_allocation_resolver.cc 506 void RegisterAllocationResolver::AddMove(HParallelMove* move,
515 move->AddMove(source.ToLow(), destination.ToLow(), Primitive::kPrimInt, instruction);
516 move->AddMove(source.ToHigh(), destination.ToHigh(), Primitive::kPrimInt, nullptr);
518 move->AddMove(source, destination, type, instruction);
542 AddMove(move, source, destination, nullptr, input->GetType());
622 AddMove(move, source, destination, instruction, instruction->GetType());
652 AddMove(move, source, destination, instruction, instruction->GetType());
672 AddMove(move, source, destination, instruction, instruction->GetType());
696 AddMove(move, source, destination, instruction, instruction->GetType());
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 58 if (!move.IsRedundant()) AddMove(move);
129 void LGapResolver::AddMove(LMoveOperands move) {
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) {
  /external/skia/gm/
degeneratesegments.cpp 38 static SkPoint AddMove(SkPath& path, SkPoint& startPt) {
213 AddMove,
  /external/v8/src/compiler/
instruction.h 740 MoveOperands* AddMove(const InstructionOperand& from,
743 return AddMove(from, to, zone);
746 MoveOperands* AddMove(const InstructionOperand& from,
    [all...]
  /external/v8/src/crankshaft/
lithium.h 352 void AddMove(LOperand* from, LOperand* to, Zone* zone) {
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 

Completed in 966 milliseconds