Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-instructions.h1003 class HGoto: public HTemplateControlInstruction<1, 0> {
1005 explicit HGoto(HBasicBlock* target) { in HGoto() function
Dhydrogen-instructions.cc1484 void HGoto::PrintDataTo(StringStream* stream) { in PrintDataTo()
Dhydrogen.cc174 HGoto* instr = new(zone()) HGoto(block); in Goto()
188 HGoto* instr = new(zone()) HGoto(target); in AddLeaveInlined()
/external/v8/src/arm/
Dlithium-arm.cc1038 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/x64/
Dlithium-x64.cc1033 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/ia32/
Dlithium-ia32.cc1039 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/mips/
Dlithium-mips.cc1038 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()