/external/v8/src/ |
D | lithium.cc | 311 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.h | 410 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
|
D | lithium-x87.cc | 176 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 181 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 889 instr = new(zone()) LGoto(successor); in VisitInstruction() 949 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) { in AddInstruction() 983 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-x87.h | 401 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> { 403 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-x87.cc | 362 x87_stack_.LeavingBlock(current_block_, LGoto::cast(instr), this); in GenerateBodyInstructionPost() 711 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock() 2498 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 148 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 153 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 852 instr = new(zone()) LGoto(successor); in VisitInstruction() 936 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-mips.h | 381 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> { 383 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-mips.cc | 2251 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/mips64/ |
D | lithium-mips64.cc | 148 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 153 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 852 instr = new(zone()) LGoto(successor); in VisitInstruction() 936 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-mips64.h | 380 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> { 382 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-mips64.cc | 2219 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 149 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 164 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 865 instr = new(zone()) LGoto(successor); in VisitInstruction() 949 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-x64.h | 389 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> { 391 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-x64.cc | 2243 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 146 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 151 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 842 instr = new(zone()) LGoto(successor); in VisitInstruction() 926 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-arm.h | 384 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> { 386 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-arm.cc | 2358 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/arm64/ |
D | lithium-arm64.cc | 125 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 130 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 680 instr = new(zone()) LGoto(successor); in VisitInstruction() 1510 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-arm64.h | 491 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> { 493 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-arm64.cc | 2957 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 165 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment() 170 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo() 882 instr = new(zone()) LGoto(successor); in VisitInstruction() 966 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
|
D | lithium-ia32.h | 384 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> { 386 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
|
D | lithium-codegen-ia32.cc | 2207 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
|