Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/
Dlithium.cc307 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h387 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
Dlithium-x87.cc178 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
183 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
884 instr = new(zone()) LGoto(successor); in VisitInstruction()
944 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) { in AddInstruction()
975 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-x87.h385 class LGoto final : public LTemplateInstruction<0, 0, 0> {
387 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-x87.cc349 x87_stack_.LeavingBlock(current_block_, LGoto::cast(instr), this); in GenerateBodyInstructionPost()
723 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock()
2396 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc150 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
155 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
849 instr = new(zone()) LGoto(successor); in VisitInstruction()
930 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-mips64.h370 class LGoto final : public LTemplateInstruction<0, 0, 0> {
372 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-mips64.cc2231 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc150 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
155 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
849 instr = new(zone()) LGoto(successor); in VisitInstruction()
930 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-mips.h367 class LGoto final : public LTemplateInstruction<0, 0, 0> {
369 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-mips.cc2113 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc163 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
168 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
853 instr = new (zone()) LGoto(successor); in VisitInstruction()
934 return new (zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-ppc.h365 class LGoto final : public LTemplateInstruction<0, 0, 0> {
367 explicit LGoto(HBasicBlock* block) : block_(block) {} in LGoto() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc151 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
166 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
863 instr = new(zone()) LGoto(successor); in VisitInstruction()
939 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-x64.h374 class LGoto final : public LTemplateInstruction<0, 0, 0> {
376 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-x64.cc2161 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc148 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
153 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
839 instr = new(zone()) LGoto(successor); in VisitInstruction()
920 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-arm.h370 class LGoto final : public LTemplateInstruction<0, 0, 0> {
372 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-arm.cc2214 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc167 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
172 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
878 instr = new(zone()) LGoto(successor); in VisitInstruction()
959 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-ia32.h370 class LGoto final : public LTemplateInstruction<0, 0, 0> {
372 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-ia32.cc2120 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc120 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
125 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
681 instr = new(zone()) LGoto(successor); in VisitInstruction()
1509 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-arm64.h454 class LGoto final : public LTemplateInstruction<0, 0, 0> {
456 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-arm64.cc2770 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()

12