Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dlithium-mips.cc935 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/mips64/
Dlithium-mips64.cc935 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/
Dhydrogen.cc229 HGoto* instr = new(zone()) HGoto(block); in Goto()
249 HGoto* instr = new(zone()) HGoto(target); in AddLeaveInlined()
Dhydrogen-instructions.h1370 class HGoto FINAL : public HTemplateControlInstruction<1, 0> {
1372 explicit HGoto(HBasicBlock* target) { in HGoto() function
Dhydrogen-instructions.cc3343 OStream& HGoto::PrintDataTo(OStream& os) const { // NOLINT in PrintDataTo()
/external/v8/src/x64/
Dlithium-x64.cc948 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/arm/
Dlithium-arm.cc925 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/arm64/
Dlithium-arm64.cc1509 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/x87/
Dlithium-x87.cc982 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
/external/v8/src/ia32/
Dlithium-ia32.cc965 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()