Home
last modified time | relevance | path

Searched refs:LGoto (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Dlithium.cc311 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()
/external/v8/src/x87/
Dlithium-codegen-x87.h410 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
Dlithium-x87.cc176 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()
Dlithium-x87.h401 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
403 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-x87.cc362 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/
Dlithium-mips.cc148 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()
Dlithium-mips.h381 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
383 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-mips.cc2251 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/mips64/
Dlithium-mips64.cc148 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()
Dlithium-mips64.h380 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
382 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-mips64.cc2219 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/x64/
Dlithium-x64.cc149 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()
Dlithium-x64.h389 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
391 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-x64.cc2243 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/arm/
Dlithium-arm.cc146 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()
Dlithium-arm.h384 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
386 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-arm.cc2358 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/arm64/
Dlithium-arm64.cc125 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()
Dlithium-arm64.h491 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
493 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-arm64.cc2957 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/ia32/
Dlithium-ia32.cc165 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()
Dlithium-ia32.h384 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
386 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-ia32.cc2207 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()