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

/external/chromium_org/v8/src/
H A Dlithium-allocator.cc760 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
838 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE,
924 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
1081 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())->
1189 gap->GetOrCreateParallelMove(
1201 return gap->GetOrCreateParallelMove(
1205 return GapAt(gap_pos)->GetOrCreateParallelMove(
1306 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
H A Dlithium.cc406 GetGapAt(index)->GetOrCreateParallelMove(
/external/v8/src/
H A Dlithium-allocator.cc749 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
824 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE);
904 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
1058 label->GetOrCreateParallelMove(LGap::START)->
1161 gap->GetOrCreateParallelMove(LGap::START)->AddMove(pred_op, cur_op);
1171 return gap->GetOrCreateParallelMove(
1175 return GapAt(gap_pos)->GetOrCreateParallelMove(
1273 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h370 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h376 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h366 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, Zone* zone) { function in class:v8::internal::LGap
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h368 LParallelMove* GetOrCreateParallelMove(InnerPosition pos, function in class:v8::internal::LGap
/external/v8/src/arm/
H A Dlithium-arm.cc537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
H A Dlithium-arm.h350 LParallelMove* GetOrCreateParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
/external/v8/src/ia32/
H A Dlithium-ia32.h342 LParallelMove* GetOrCreateParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
H A Dlithium-ia32.cc532 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
/external/v8/src/mips/
H A Dlithium-mips.cc537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
H A Dlithium-mips.h349 LParallelMove* GetOrCreateParallelMove(InnerPosition pos) { function in class:v8::internal::LGap
/external/v8/src/x64/
H A Dlithium-x64.cc530 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
H A Dlithium-x64.h351 LParallelMove* GetOrCreateParallelMove(InnerPosition pos) { function in class:v8::internal::LGap

Completed in 221 milliseconds