HomeSort by relevance Sort by last modified time
    Searched refs:LGoto (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/src/crankshaft/
lithium.cc 307 LGoto* goto_instr = LGoto::cast(last_instr);
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 387 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
lithium-x87.cc 178 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
183 void LGoto::PrintDataTo(StringStream* stream) {
884 instr = new(zone()) LGoto(successor);
944 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) {
975 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-x87.h 385 class LGoto final : public LTemplateInstruction<0, 0, 0> {
387 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-x87.cc 349 x87_stack_.LeavingBlock(current_block_, LGoto::cast(instr), this);
723 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr,
726 // LGoto. Because all used x87 registers are spilled to stack slots. The
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 148 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
153 void LGoto::PrintDataTo(StringStream* stream) {
839 instr = new(zone()) LGoto(successor);
920 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-arm.h 370 class LGoto final : public LTemplateInstruction<0, 0, 0> {
372 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 120 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
125 void LGoto::PrintDataTo(StringStream* stream) {
681 instr = new(zone()) LGoto(successor);
    [all...]
lithium-arm64.h 454 class LGoto final : public LTemplateInstruction<0, 0, 0> {
456 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 167 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
172 void LGoto::PrintDataTo(StringStream* stream) {
878 instr = new(zone()) LGoto(successor);
959 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-ia32.h 370 class LGoto final : public LTemplateInstruction<0, 0, 0> {
372 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 150 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
155 void LGoto::PrintDataTo(StringStream* stream) {
849 instr = new(zone()) LGoto(successor);
930 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-mips.h 367 class LGoto final : public LTemplateInstruction<0, 0, 0> {
369 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 150 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
155 void LGoto::PrintDataTo(StringStream* stream) {
849 instr = new(zone()) LGoto(successor);
930 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-mips64.h 370 class LGoto final : public LTemplateInstruction<0, 0, 0> {
372 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 163 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
168 void LGoto::PrintDataTo(StringStream* stream) {
853 instr = new (zone()) LGoto(successor);
934 return new (zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-ppc.h 365 class LGoto final : public LTemplateInstruction<0, 0, 0> {
367 explicit LGoto(HBasicBlock* block) : block_(block) {}
    [all...]
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 151 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
166 void LGoto::PrintDataTo(StringStream* stream) {
863 instr = new(zone()) LGoto(successor);
939 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-x64.h 374 class LGoto final : public LTemplateInstruction<0, 0, 0> {
376 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-x64.cc     [all...]

Completed in 422 milliseconds

1 2