Home
last modified time | relevance | path

Searched refs:HGoto (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/crankshaft/s390/
Dlithium-s390.cc802 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc871 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc876 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc861 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc871 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc894 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc909 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc878 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1423 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h1167 class HGoto final : public HTemplateControlInstruction<1, 0> {
1169 explicit HGoto(HBasicBlock* target) { in HGoto() function
Dhydrogen.cc404 HGoto* instr = new(zone()) HGoto(block); in Goto()
423 HGoto* instr = new(zone()) HGoto(target); in AddLeaveInlined()
Dhydrogen-instructions.cc2846 std::ostream& HGoto::PrintDataTo(std::ostream& os) const { // NOLINT in PrintDataTo()