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

  /external/chromium_org/v8/src/
lithium.cc 311 LGoto* goto_instr = LGoto::cast(last_instr);
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 410 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
lithium-x87.cc 176 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
181 void LGoto::PrintDataTo(StringStream* stream) {
889 instr = new(zone()) LGoto(successor);
949 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) {
983 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-x87.h 401 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
403 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-x87.cc 362 x87_stack_.LeavingBlock(current_block_, LGoto::cast(instr), this);
711 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr,
714 // LGoto. Because all used x87 registers are spilled to stack slots. The
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 146 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
151 void LGoto::PrintDataTo(StringStream* stream) {
842 instr = new(zone()) LGoto(successor);
926 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-arm.h 384 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
386 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 125 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
130 void LGoto::PrintDataTo(StringStream* stream) {
680 instr = new(zone()) LGoto(successor);
    [all...]
lithium-arm64.h 491 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
493 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 165 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
170 void LGoto::PrintDataTo(StringStream* stream) {
882 instr = new(zone()) LGoto(successor);
966 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-ia32.h 384 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
386 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 148 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
153 void LGoto::PrintDataTo(StringStream* stream) {
852 instr = new(zone()) LGoto(successor);
936 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-mips.h 381 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
383 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 148 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
153 void LGoto::PrintDataTo(StringStream* stream) {
852 instr = new(zone()) LGoto(successor);
936 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-mips64.h 380 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
382 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-mips64.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 149 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
164 void LGoto::PrintDataTo(StringStream* stream) {
865 instr = new(zone()) LGoto(successor);
949 return new(zone()) LGoto(instr->FirstSuccessor());
    [all...]
lithium-x64.h 389 class LGoto FINAL : public LTemplateInstruction<0, 0, 0> {
391 explicit LGoto(HBasicBlock* block) : block_(block) { }
    [all...]
lithium-codegen-x64.cc     [all...]

Completed in 4218 milliseconds