/external/v8/src/ |
D | lithium.cc | 278 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel() 281 return LLabel::cast(instructions_[first_instruction]); in GetLabel() 286 LLabel* cur = GetLabel(block_id); in LookupDestination() 294 LLabel* label = GetLabel(block_id); in GetAssemblyLabel() 309 LLabel* label = LLabel::cast(first_instr); in MarkEmptyBlocks()
|
D | lithium-codegen.cc | 69 emit_instructions = !LLabel::cast(instr)->HasReplacement() && in GenerateBody() 114 if (instr->IsLabel()) dead_block = LLabel::cast(instr)->HasReplacement(); in CheckEnvironmentUsage()
|
D | lithium.h | 615 class LLabel; variable 641 LLabel* GetLabel(int block_id) const;
|
D | lithium-allocator.cc | 1061 LLabel* label = chunk_->GetLabel(phi->block()->block_id()); in ResolvePhis()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 435 class LLabel FINAL : public LGap { 437 explicit LLabel(HBasicBlock* block) in LLabel() function 451 LLabel* replacement() const { return replacement_; } in replacement() 452 void set_replacement(LLabel* label) { replacement_ = label; } in set_replacement() 457 LLabel* replacement_;
|
D | lithium-ia32.cc | 99 void LLabel::PrintDataTo(StringStream* stream) { in PrintDataTo() 101 LLabel* rep = replacement(); in PrintDataTo() 693 return new(zone()) LLabel(instr->block()); in DoBlockEntry()
|
D | lithium-codegen-ia32.cc | 1027 static const char* LabelType(LLabel* label) { in LabelType() 1034 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 453 class LLabel FINAL : public LGap { 455 explicit LLabel(HBasicBlock* block) in LLabel() function 469 LLabel* replacement() const { return replacement_; } in replacement() 470 void set_replacement(LLabel* label) { replacement_ = label; } in set_replacement() 475 LLabel* replacement_;
|
D | lithium-x87.cc | 110 void LLabel::PrintDataTo(StringStream* stream) { in PrintDataTo() 112 LLabel* rep = replacement(); in PrintDataTo() 692 return new(zone()) LLabel(instr->block()); in DoBlockEntry()
|
D | lithium-codegen-x87.cc | 1309 static const char* LabelType(LLabel* label) { in LabelType() 1316 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 445 class LLabel FINAL : public LGap { 447 explicit LLabel(HBasicBlock* block) in LLabel() function 461 LLabel* replacement() const { return replacement_; } in replacement() 462 void set_replacement(LLabel* label) { replacement_ = label; } in set_replacement() 467 LLabel* replacement_;
|
D | lithium-x64.cc | 83 void LLabel::PrintDataTo(StringStream* stream) { in PrintDataTo() 85 LLabel* rep = replacement(); in PrintDataTo() 675 return new(zone()) LLabel(instr->block()); in DoBlockEntry()
|
D | lithium-codegen-x64.cc | 939 static const char* LabelType(LLabel* label) { in LabelType() 946 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 436 class LLabel FINAL : public LGap { 438 explicit LLabel(HBasicBlock* block) in LLabel() function 452 LLabel* replacement() const { return replacement_; } in replacement() 453 void set_replacement(LLabel* label) { replacement_ = label; } in set_replacement() 458 LLabel* replacement_;
|
D | lithium-mips64.cc | 82 void LLabel::PrintDataTo(StringStream* stream) { in PrintDataTo() 84 LLabel* rep = replacement(); in PrintDataTo() 660 return new(zone()) LLabel(instr->block()); in DoBlockEntry()
|
D | lithium-codegen-mips64.cc | 974 static const char* LabelType(LLabel* label) { in LabelType() 981 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 437 class LLabel FINAL : public LGap { 439 explicit LLabel(HBasicBlock* block) in LLabel() function 453 LLabel* replacement() const { return replacement_; } in replacement() 454 void set_replacement(LLabel* label) { replacement_ = label; } in set_replacement() 459 LLabel* replacement_;
|
D | lithium-mips.cc | 82 void LLabel::PrintDataTo(StringStream* stream) { in PrintDataTo() 84 LLabel* rep = replacement(); in PrintDataTo() 660 return new(zone()) LLabel(instr->block()); in DoBlockEntry()
|
D | lithium-codegen-mips.cc | 1024 static const char* LabelType(LLabel* label) { in LabelType() 1031 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 440 class LLabel FINAL : public LGap { 442 explicit LLabel(HBasicBlock* block) in LLabel() function 456 LLabel* replacement() const { return replacement_; } in replacement() 457 void set_replacement(LLabel* label) { replacement_ = label; } in set_replacement() 462 LLabel* replacement_;
|
D | lithium-arm.cc | 80 void LLabel::PrintDataTo(StringStream* stream) { in PrintDataTo() 82 LLabel* rep = replacement(); in PrintDataTo() 653 return new(zone()) LLabel(instr->block()); in DoBlockEntry()
|
D | lithium-codegen-arm.cc | 1064 static const char* LabelType(LLabel* label) { in LabelType() 1071 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 523 class LLabel FINAL : public LGap { 525 explicit LLabel(HBasicBlock* block) in LLabel() function 539 LLabel* replacement() const { return replacement_; } in replacement() 540 void set_replacement(LLabel* label) { replacement_ = label; } in set_replacement() 545 LLabel* replacement_;
|
D | lithium-arm64.cc | 43 void LLabel::PrintDataTo(StringStream* stream) { in PrintDataTo() 45 LLabel* rep = replacement(); in PrintDataTo() 964 return new(zone()) LLabel(instr->block()); in DoBlockEntry()
|
D | lithium-codegen-arm64.cc | 3297 static const char* LabelType(LLabel* label) { in LabelType() 3304 void LCodeGen::DoLabel(LLabel* label) { in DoLabel()
|