/external/v8/src/compiler/ |
H A D | move-optimizer.cc | 232 to->GetOrCreateParallelMove(Instruction::GapPosition::START, code_zone()); 423 ParallelMove* moves = instr->GetOrCreateParallelMove( 499 ParallelMove* slot_1 = instr->GetOrCreateParallelMove(
|
H A D | register-allocator.cc | 879 instr->GetOrCreateParallelMove(Instruction::START, zone); 1397 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone()); 3659 code()->InstructionAt(gap_index)->GetOrCreateParallelMove(
|
H A D | instruction.h | 894 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) {
|
/external/v8/src/crankshaft/ |
H A D | lithium-allocator.cc | 733 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, 811 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE, 897 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, 1065 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())-> 1170 gap->GetOrCreateParallelMove( 1182 return gap->GetOrCreateParallelMove( 1186 return GapAt(gap_pos)->GetOrCreateParallelMove( 1287 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
|
H A D | lithium.cc | 385 GetGapAt(index)->GetOrCreateParallelMove(
|
/external/v8/test/cctest/compiler/ |
H A D | test-instruction.cc | 258 instr->GetOrCreateParallelMove(TestInstr::START, R.zone())
|
H A D | test-jump-threading.cc | 102 ->GetOrCreateParallelMove(Instruction::START, main_zone())
|
/external/v8/test/unittests/compiler/ |
H A D | move-optimizer-unittest.cc | 19 auto parallel_move = instr->GetOrCreateParallelMove(pos, zone());
|
/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 342 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 344 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 340 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 343 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 339 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 332 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 347 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 347 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.h | 397 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
|