Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/
Dlithium.cc300 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h388 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()
851 instr = new(zone()) LGoto(successor); in VisitInstruction()
911 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) { in AddInstruction()
936 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-x87.h386 class LGoto final : public LTemplateInstruction<0, 0, 0> {
388 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-x87.cc244 x87_stack_.LeavingBlock(current_block_, LGoto::cast(instr), this); in GenerateBodyInstructionPost()
606 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock()
2244 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()
813 instr = new(zone()) LGoto(successor); in VisitInstruction()
888 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-arm.h371 class LGoto final : public LTemplateInstruction<0, 0, 0> {
373 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc113 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
118 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
656 instr = new(zone()) LGoto(successor); in VisitInstruction()
1441 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-arm64.h455 class LGoto final : public LTemplateInstruction<0, 0, 0> {
457 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-arm64.cc2709 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()
846 instr = new(zone()) LGoto(successor); in VisitInstruction()
921 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-ia32.h373 class LGoto final : public LTemplateInstruction<0, 0, 0> {
375 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-ia32.cc1968 void LCodeGen::DoGoto(LGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc151 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
166 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
838 instr = new(zone()) LGoto(successor); in VisitInstruction()
904 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-x64.h377 class LGoto final : public LTemplateInstruction<0, 0, 0> {
379 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc163 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
168 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
828 instr = new (zone()) LGoto(successor); in VisitInstruction()
903 return new (zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-ppc.h368 class LGoto final : public LTemplateInstruction<0, 0, 0> {
370 explicit LGoto(HBasicBlock* block) : block_(block) {} in LGoto() function
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc154 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
158 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
753 instr = new (zone()) LGoto(successor); in VisitInstruction()
825 return new (zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-s390.h359 class LGoto final : public LTemplateInstruction<0, 0, 0> {
361 explicit LGoto(HBasicBlock* block) : block_(block) {} in LGoto() function
Dlithium-codegen-s390.cc2212 void LCodeGen::DoGoto(LGoto* instr) { EmitGoto(instr->block_id()); } in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc150 bool LGoto::HasInterestingComment(LCodeGen* gen) const { in HasInterestingComment()
155 void LGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
823 instr = new(zone()) LGoto(successor); in VisitInstruction()
898 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-mips64.h372 class LGoto final : public LTemplateInstruction<0, 0, 0> {
374 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function
Dlithium-codegen-mips64.cc2163 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()
823 instr = new(zone()) LGoto(successor); in VisitInstruction()
898 return new(zone()) LGoto(instr->FirstSuccessor()); in DoGoto()
Dlithium-mips.h369 class LGoto final : public LTemplateInstruction<0, 0, 0> {
371 explicit LGoto(HBasicBlock* block) : block_(block) { } in LGoto() function

12