/external/v8/src/compiler/ |
D | move-optimizer.cc | 268 ParallelMove* moves = instr->GetOrCreateParallelMove( in OptimizeMerge() 341 ParallelMove* slot_1 = instr->GetOrCreateParallelMove( in FinalizeMoves()
|
D | register-allocator.cc | 752 instr->GetOrCreateParallelMove(Instruction::END, code->zone()); in TryCommitSpillInDeferredBlock() 785 instr->GetOrCreateParallelMove(Instruction::START, zone); in CommitSpillMoves() 1316 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone()); in AddGapMove() 3463 code()->InstructionAt(gap_index)->GetOrCreateParallelMove( in ConnectRanges()
|
D | instruction.h | 794 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 732 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in AddConstraintsGapMove() 810 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE, in MeetConstraintsBetween() 896 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in ProcessInstructions() 1064 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())-> in ResolvePhis() 1169 gap->GetOrCreateParallelMove( in ResolveControlFlow() 1181 return gap->GetOrCreateParallelMove( in GetConnectingParallelMove() 1185 return GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove() 1286 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in BuildLiveRanges()
|
D | lithium.cc | 393 GetGapAt(index)->GetOrCreateParallelMove( in AddGapMove()
|
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 18 auto parallel_move = instr->GetOrCreateParallelMove(pos, zone()); in AddMove()
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 258 instr->GetOrCreateParallelMove(TestInstr::START, R.zone()) in TEST()
|
D | test-jump-threading.cc | 102 ->GetOrCreateParallelMove(Instruction::START, main_zone()) in AddGapMove()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 341 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 346 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 338 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 344 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 341 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 341 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 336 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 396 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { in GetOrCreateParallelMove() function
|