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

  /art/compiler/optimizing/
parallel_move_test.cc 158 moves->AddMove(
264 moves->AddMove(
269 moves->AddMove(
285 moves->AddMove(
290 moves->AddMove(
302 moves->AddMove(
307 moves->AddMove(
319 moves->AddMove(
324 moves->AddMove(
339 moves->AddMove(
    [all...]
intrinsics.h 107 parallel_move.AddMove(actual_loc, cc_loc, input->GetType(), nullptr);
register_allocator.h 131 void AddMove(HParallelMove* move,
register_allocator.cc     [all...]
code_generator.cc     [all...]
nodes.h     [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 38 void AddMove(LMoveOperands move);
lithium-gap-resolver-ia32.cc 59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) {
  /external/v8/src/x87/
lithium-gap-resolver-x87.h 38 void AddMove(LMoveOperands move);
lithium-gap-resolver-x87.cc 59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) {
  /external/v8/test/cctest/compiler/
test-gap-resolver.cc 117 parallel_move->AddMove(mo.source(), mo.destination(), main_zone());
  /external/skia/gm/
degeneratesegments.cpp 36 static SkPoint AddMove(SkPath& path, SkPoint& startPt) {
211 AddMove,
  /external/v8/src/compiler/
register-allocator.cc 723 move->AddMove(cur.source(), to, code_zone());
729 move->AddMove(from, to, code_zone());
807 move->AddMove(output, range->GetSpillOperand(), code_zone());
865 move->AddMove(first_output, range->GetSpillOperand(), code_zone());
    [all...]
instruction.cc 392 GapAt(index)->GetOrCreateParallelMove(GapInstruction::START, zone())->AddMove(
instruction.h 351 void AddMove(InstructionOperand* from, InstructionOperand* to, Zone* zone) {
  /external/v8/src/
lithium-allocator.cc 742 move->AddMove(cur.source(), to, chunk()->zone());
748 move->AddMove(from, to, chunk()->zone());
812 move->AddMove(first_output, range->GetSpillOperand(),
    [all...]
lithium.cc 398 LGap::START, zone())->AddMove(from, to, zone());
lithium.h 340 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 390 milliseconds