/external/chromium_org/v8/src/ |
D | lithium-allocator.cc | 662 LGap* LAllocator::GetLastGap(HBasicBlock* block) { in GetLastGap() 731 LGap* gap = GapAt(index); in AddConstraintsGapMove() 732 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in AddConstraintsGapMove() 809 LGap* gap = GapAt(gap_index); in MeetConstraintsBetween() 810 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE, in MeetConstraintsBetween() 895 LGap* gap = GapAt(index); in ProcessInstructions() 896 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in ProcessInstructions() 1062 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())-> in ResolvePhis() 1144 LGap* gap = NULL; in ResolveControlFlow() 1170 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op, in ResolveControlFlow() [all …]
|
D | lithium.cc | 318 LGap* gap = LGap::cast(cur); in MarkEmptyBlocks() 380 LGap* LChunk::GetGapAt(int index) const { in GetGapAt() 381 return LGap::cast(instructions_[index]); in GetGapAt() 398 LGap::START, zone())->AddMove(from, to, zone()); in AddGapMove()
|
D | lithium-allocator-inl.h | 39 LGap* LAllocator::GapAt(int index) { in GapAt()
|
D | lithium-allocator.h | 29 class LGap; variable 503 LGap* GetLastGap(HBasicBlock* block); 511 inline LGap* GapAt(int index);
|
D | lithium.h | 614 class LGap; variable 636 LGap* GetGapAt(int index) const;
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 324 class LGap : public LTemplateInstruction<0, 0, 0> { 326 explicit LGap(HBasicBlock* block) in LGap() function 337 static LGap* cast(LInstruction* instr) { in cast() 339 return reinterpret_cast<LGap*>(instr); in cast() 372 class LInstructionGap FINAL : public LGap { 374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 440 class LLabel FINAL : public LGap { 443 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-arm.h | 128 void DoGap(LGap* instr);
|
D | lithium-arm.cc | 81 LGap::PrintDataTo(stream); in PrintDataTo() 89 bool LGap::IsRedundant() const { in IsRedundant() 100 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 320 class LGap : public LTemplateInstruction<0, 0, 0> { 322 explicit LGap(HBasicBlock* block) in LGap() function 333 static LGap* cast(LInstruction* instr) { in cast() 335 return reinterpret_cast<LGap*>(instr); in cast() 368 class LInstructionGap FINAL : public LGap { 370 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 436 class LLabel FINAL : public LGap { 439 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-mips64.h | 128 void DoGap(LGap* instr);
|
D | lithium-mips64.cc | 83 LGap::PrintDataTo(stream); in PrintDataTo() 91 bool LGap::IsRedundant() const { in IsRedundant() 102 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 328 class LGap : public LTemplateInstruction<0, 0, 0> { 330 explicit LGap(HBasicBlock* block) in LGap() function 341 static LGap* cast(LInstruction* instr) { in cast() 343 return reinterpret_cast<LGap*>(instr); in cast() 377 class LInstructionGap FINAL : public LGap { 379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 445 class LLabel FINAL : public LGap { 448 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-x64.h | 110 void DoGap(LGap* instr);
|
D | lithium-x64.cc | 84 LGap::PrintDataTo(stream); in PrintDataTo() 92 bool LGap::IsRedundant() const { in IsRedundant() 103 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 325 class LGap : public LTemplateInstruction<0, 0, 0> { 327 explicit LGap(HBasicBlock* block) : block_(block) { in LGap() function 337 static LGap* cast(LInstruction* instr) { in cast() 339 return reinterpret_cast<LGap*>(instr); in cast() 372 class LInstructionGap FINAL : public LGap { 374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 435 class LLabel FINAL : public LGap { 438 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-ia32.h | 116 void DoGap(LGap* instr);
|
D | lithium-ia32.cc | 100 LGap::PrintDataTo(stream); in PrintDataTo() 108 bool LGap::IsRedundant() const { in IsRedundant() 119 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 330 class LGap : public LTemplateInstruction<0, 0, 0> { 332 explicit LGap(HBasicBlock* block) : block_(block) { in LGap() function 342 static LGap* cast(LInstruction* instr) { in cast() 344 return reinterpret_cast<LGap*>(instr); in cast() 377 class LInstructionGap FINAL : public LGap { 379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 453 class LLabel FINAL : public LGap { 456 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-x87.h | 150 void DoGap(LGap* instr);
|
D | lithium-x87.cc | 111 LGap::PrintDataTo(stream); in PrintDataTo() 119 bool LGap::IsRedundant() const { in IsRedundant() 130 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 321 class LGap : public LTemplateInstruction<0, 0, 0> { 323 explicit LGap(HBasicBlock* block) in LGap() function 334 static LGap* cast(LInstruction* instr) { in cast() 336 return reinterpret_cast<LGap*>(instr); in cast() 369 class LInstructionGap FINAL : public LGap { 371 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 437 class LLabel FINAL : public LGap { 440 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-mips.h | 127 void DoGap(LGap* instr);
|
D | lithium-mips.cc | 83 LGap::PrintDataTo(stream); in PrintDataTo() 91 bool LGap::IsRedundant() const { in IsRedundant() 102 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 402 class LGap : public LTemplateInstruction<0, 0, 0> { 404 explicit LGap(HBasicBlock* block) in LGap() function 415 static LGap* cast(LInstruction* instr) { in cast() 417 return reinterpret_cast<LGap*>(instr); in cast() 450 class LInstructionGap FINAL : public LGap { 452 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 523 class LLabel FINAL : public LGap { 526 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-arm64.h | 149 void DoGap(LGap* instr);
|