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

  /external/v8/src/compiler/
schedule.cc 111 case BasicBlock::kTailCall:
239 block->set_control(BasicBlock::kTailCall);
schedule.h 40 kTailCall, // Tail call another method from this method.
instruction-selector.cc 718 case BasicBlock::kTailCall: {
719 DCHECK_EQ(IrOpcode::kTailCall, input->opcode());
    [all...]
common-operator.cc 817 IrOpcode::kTailCall, descriptor->properties(), "TailCall",
verifier.cc 446 case IrOpcode::kTailCall:
    [all...]
scheduler.cc 355 case IrOpcode::kTailCall:
    [all...]
  /external/v8/test/unittests/compiler/
node-test-utils.cc 739 : NodeMatcher(IrOpcode::kTailCall),
    [all...]
scheduler-unittest.cc 143 const Operator kMockTailCall(IrOpcode::kTailCall, Operator::kNoProperties,
    [all...]

Completed in 106 milliseconds