Searched refs:GetOrCreateParallelMove (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/compiler/
H A Dmove-optimizer.cc287 to->GetOrCreateParallelMove(Instruction::GapPosition::START, code_zone());
476 ParallelMove* moves = instr->GetOrCreateParallelMove(
552 ParallelMove* slot_1 = instr->GetOrCreateParallelMove(
H A Dregister-allocator.cc876 instr->GetOrCreateParallelMove(Instruction::START, zone);
1402 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone());
3901 code()->InstructionAt(gap_index)->GetOrCreateParallelMove(
H A Dinstruction.h925 ParallelMove* GetOrCreateParallelMove(GapPosition pos, Zone* zone) {
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc734 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
812 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE,
898 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
1066 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())->
1171 gap->GetOrCreateParallelMove(
1183 return gap->GetOrCreateParallelMove(
1187 return GapAt(gap_pos)->GetOrCreateParallelMove(
1288 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
H A Dlithium.cc386 GetGapAt(index)->GetOrCreateParallelMove(
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h334 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h389 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h336 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h332 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h335 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h331 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h323 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h339 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, function in class:v8::internal::LGap
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h339 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap

Completed in 367 milliseconds