HomeSort by relevance Sort by last modified time
    Searched refs:LGap (Results 1 - 25 of 37) sorted by null

1 2

  /external/v8/src/crankshaft/
lithium-allocator-inl.h 41 LGap* LAllocator::GapAt(int index) {
lithium.cc 314 LGap* gap = LGap::cast(cur);
376 LGap* LChunk::GetGapAt(int index) const {
377 return LGap::cast(instructions_[index]);
394 LGap::START, zone())->AddMove(from, to, zone());
lithium-allocator.cc 662 LGap* LAllocator::GetLastGap(HBasicBlock* block) {
731 LGap* gap = GapAt(index);
732 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
809 LGap* gap = GapAt(gap_index);
810 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE,
895 LGap* gap = GapAt(index);
896 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
    [all...]
lithium-allocator.h 27 class LGap;
501 LGap* GetLastGap(HBasicBlock* block);
509 inline LGap* GapAt(int index);
lithium.h 625 class LGap;
647 LGap* GetGapAt(int index) const;
  /external/v8/src/crankshaft/arm/
lithium-arm.h 310 class LGap : public LTemplateInstruction<0, 0, 0> {
312 explicit LGap(HBasicBlock* block)
323 static LGap* cast(LInstruction* instr) {
325 return reinterpret_cast<LGap*>(instr);
358 class LInstructionGap final : public LGap {
360 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
432 class LLabel final : public LGap {
435 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-arm.h 121 void DoGap(LGap* instr);
lithium-arm.cc 83 LGap::PrintDataTo(stream);
91 bool LGap::IsRedundant() const {
102 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 365 class LGap : public LTemplateInstruction<0, 0, 0> {
367 explicit LGap(HBasicBlock* block)
378 static LGap* cast(LInstruction* instr) {
380 return reinterpret_cast<LGap*>(instr);
413 class LInstructionGap final : public LGap {
415 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
492 class LLabel final : public LGap {
495 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-arm64.h 139 void DoGap(LGap* instr);
lithium-arm64.cc 46 LGap::PrintDataTo(stream);
233 bool LGap::IsRedundant() const {
244 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 311 class LGap : public LTemplateInstruction<0, 0, 0> {
313 explicit LGap(HBasicBlock* block) : block_(block) {
323 static LGap* cast(LInstruction* instr) {
325 return reinterpret_cast<LGap*>(instr);
358 class LInstructionGap final : public LGap {
360 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
427 class LLabel final : public LGap {
430 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-ia32.h 109 void DoGap(LGap* instr);
lithium-ia32.cc 102 LGap::PrintDataTo(stream);
110 bool LGap::IsRedundant() const {
121 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 307 class LGap : public LTemplateInstruction<0, 0, 0> {
309 explicit LGap(HBasicBlock* block)
320 static LGap* cast(LInstruction* instr) {
322 return reinterpret_cast<LGap*>(instr);
355 class LInstructionGap final : public LGap {
357 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
429 class LLabel final : public LGap {
432 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-mips.h 120 void DoGap(LGap* instr);
lithium-mips.cc 85 LGap::PrintDataTo(stream);
93 bool LGap::IsRedundant() const {
104 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 310 class LGap : public LTemplateInstruction<0, 0, 0> {
312 explicit LGap(HBasicBlock* block)
323 static LGap* cast(LInstruction* instr) {
325 return reinterpret_cast<LGap*>(instr);
358 class LInstructionGap final : public LGap {
360 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
432 class LLabel final : public LGap {
435 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-mips64.h 122 void DoGap(LGap* instr);
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 306 class LGap : public LTemplateInstruction<0, 0, 0> {
308 explicit LGap(HBasicBlock* block) : block_(block) {
318 static LGap* cast(LInstruction* instr) {
320 return reinterpret_cast<LGap*>(instr);
353 class LInstructionGap final : public LGap {
355 explicit LInstructionGap(HBasicBlock* block) : LGap(block) {}
425 class LLabel final : public LGap {
427 explicit LLabel(HBasicBlock* block) : LGap(block), replacement_(NULL) {}
    [all...]
lithium-codegen-ppc.h 115 void DoGap(LGap* instr);
  /external/v8/src/crankshaft/x64/
lithium-x64.h 313 class LGap : public LTemplateInstruction<0, 0, 0> {
315 explicit LGap(HBasicBlock* block)
326 static LGap* cast(LInstruction* instr) {
328 return reinterpret_cast<LGap*>(instr);
362 class LInstructionGap final : public LGap {
364 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
436 class LLabel final : public LGap {
439 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-x64.h 105 void DoGap(LGap* instr);
  /external/v8/src/crankshaft/x87/
lithium-x87.h 316 class LGap : public LTemplateInstruction<0, 0, 0> {
318 explicit LGap(HBasicBlock* block) : block_(block) {
328 static LGap* cast(LInstruction* instr) {
330 return reinterpret_cast<LGap*>(instr);
363 class LInstructionGap final : public LGap {
365 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
443 class LLabel final : public LGap {
446 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-x87.h 144 void DoGap(LGap* instr);

Completed in 391 milliseconds

1 2