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

1 2

  /external/v8/src/
lithium-allocator-inl.h 39 LGap* LAllocator::GapAt(int index) {
lithium.cc 318 LGap* gap = LGap::cast(cur);
380 LGap* LChunk::GetGapAt(int index) const {
381 return LGap::cast(instructions_[index]);
398 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 29 class LGap;
503 LGap* GetLastGap(HBasicBlock* block);
511 inline LGap* GapAt(int index);
lithium.h 614 class LGap;
636 LGap* GetGapAt(int index) const;
  /external/v8/src/arm/
lithium-arm.h 324 class LGap : public LTemplateInstruction<0, 0, 0> {
326 explicit LGap(HBasicBlock* block)
337 static LGap* cast(LInstruction* instr) {
339 return reinterpret_cast<LGap*>(instr);
372 class LInstructionGap FINAL : public LGap {
374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
440 class LLabel FINAL : public LGap {
443 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-arm.h 128 void DoGap(LGap* instr);
lithium-arm.cc 81 LGap::PrintDataTo(stream);
89 bool LGap::IsRedundant() const {
100 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/arm64/
lithium-arm64.h 402 class LGap : public LTemplateInstruction<0, 0, 0> {
404 explicit LGap(HBasicBlock* block)
415 static LGap* cast(LInstruction* instr) {
417 return reinterpret_cast<LGap*>(instr);
450 class LInstructionGap FINAL : public LGap {
452 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
523 class LLabel FINAL : public LGap {
526 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-arm64.h 149 void DoGap(LGap* instr);
lithium-arm64.cc 44 LGap::PrintDataTo(stream);
231 bool LGap::IsRedundant() const {
242 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 325 class LGap : public LTemplateInstruction<0, 0, 0> {
327 explicit LGap(HBasicBlock* block) : block_(block) {
337 static LGap* cast(LInstruction* instr) {
339 return reinterpret_cast<LGap*>(instr);
372 class LInstructionGap FINAL : public LGap {
374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
435 class LLabel FINAL : public LGap {
438 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-ia32.h 116 void DoGap(LGap* instr);
lithium-ia32.cc 100 LGap::PrintDataTo(stream);
108 bool LGap::IsRedundant() const {
119 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/mips/
lithium-mips.h 321 class LGap : public LTemplateInstruction<0, 0, 0> {
323 explicit LGap(HBasicBlock* block)
334 static LGap* cast(LInstruction* instr) {
336 return reinterpret_cast<LGap*>(instr);
369 class LInstructionGap FINAL : public LGap {
371 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
437 class LLabel FINAL : public LGap {
440 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-mips.h 127 void DoGap(LGap* instr);
lithium-mips.cc 83 LGap::PrintDataTo(stream);
91 bool LGap::IsRedundant() const {
102 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/mips64/
lithium-mips64.h 320 class LGap : public LTemplateInstruction<0, 0, 0> {
322 explicit LGap(HBasicBlock* block)
333 static LGap* cast(LInstruction* instr) {
335 return reinterpret_cast<LGap*>(instr);
368 class LInstructionGap FINAL : public LGap {
370 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
436 class LLabel FINAL : public LGap {
439 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-mips64.h 128 void DoGap(LGap* instr);
lithium-mips64.cc 83 LGap::PrintDataTo(stream);
91 bool LGap::IsRedundant() const {
102 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/x64/
lithium-x64.h 328 class LGap : public LTemplateInstruction<0, 0, 0> {
330 explicit LGap(HBasicBlock* block)
341 static LGap* cast(LInstruction* instr) {
343 return reinterpret_cast<LGap*>(instr);
377 class LInstructionGap FINAL : public LGap {
379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
445 class LLabel FINAL : public LGap {
448 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-x64.h 110 void DoGap(LGap* instr);
lithium-x64.cc 84 LGap::PrintDataTo(stream);
92 bool LGap::IsRedundant() const {
103 void LGap::PrintDataTo(StringStream* stream) {
    [all...]
  /external/v8/src/x87/
lithium-x87.h 330 class LGap : public LTemplateInstruction<0, 0, 0> {
332 explicit LGap(HBasicBlock* block) : block_(block) {
342 static LGap* cast(LInstruction* instr) {
344 return reinterpret_cast<LGap*>(instr);
377 class LInstructionGap FINAL : public LGap {
379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
453 class LLabel FINAL : public LGap {
456 : LGap(block), replacement_(NULL) { }
    [all...]
lithium-codegen-x87.h 150 void DoGap(LGap* instr);

Completed in 126 milliseconds

1 2