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

  /art/compiler/optimizing/
register_allocation_resolver.cc 509 void RegisterAllocationResolver::AddMove(HParallelMove* move,
518 move->AddMove(source.ToLow(), destination.ToLow(), DataType::Type::kInt32, instruction);
519 move->AddMove(source.ToHigh(), destination.ToHigh(), DataType::Type::kInt32, nullptr);
521 move->AddMove(source, destination, type, instruction);
545 AddMove(move, source, destination, nullptr, input->GetType());
625 AddMove(move, source, destination, instruction, instruction->GetType());
655 AddMove(move, source, destination, instruction, instruction->GetType());
675 AddMove(move, source, destination, instruction, instruction->GetType());
699 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/skqp/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 1030 milliseconds