Searched refs:kReturn (Results 1 – 20 of 20) sorted by relevance
/external/v8/src/compiler/ |
D | tail-call-optimization.cc | 17 if (node->opcode() != IrOpcode::kReturn) return NoChange(); in Reduce()
|
D | common-operator.cc | 302 IrOpcode::kReturn, Operator::kNoThrow, // opcode in ReturnOperator() 307 ReturnOperator<input_count> kReturn##input_count##Operator; 463 return &cache_.kReturn##input_count##Operator; in Return() 471 IrOpcode::kReturn, Operator::kNoThrow, // opcode in Return()
|
D | bytecode-branch-analysis.cc | 79 DCHECK_EQ(bytecode, interpreter::Bytecode::kReturn); in Analyze()
|
D | schedule.cc | 113 case BasicBlock::kReturn: in operator <<() 247 block->set_control(BasicBlock::kReturn); in AddReturn()
|
D | common-operator-reducer.cc | 66 case IrOpcode::kReturn: in Reduce() 275 DCHECK_EQ(IrOpcode::kReturn, node->opcode()); in ReduceReturn()
|
D | schedule.h | 41 kReturn, // Return a value from this method. enumerator
|
D | loop-peeling.cc | 174 } else if (use->opcode() == IrOpcode::kReturn && in FindLoopExits()
|
D | js-inlining.cc | 198 case IrOpcode::kReturn: in InlineCall()
|
D | instruction-selector.cc | 757 case BasicBlock::kReturn: { in VisitControl() 758 DCHECK_EQ(IrOpcode::kReturn, input->opcode()); in VisitControl()
|
D | verifier.cc | 279 case IrOpcode::kReturn: in Check()
|
D | scheduler.cc | 359 case IrOpcode::kReturn: in ConnectBlocks()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 301 CHECK_EQ(final_bytecode, Bytecode::kReturn); in TEST_F() 621 CHECK_EQ(iterator.current_bytecode(), Bytecode::kReturn); in TEST_F() 650 CHECK_EQ(iterator.current_bytecode(), Bytecode::kReturn); in TEST_F() 684 CHECK_EQ(iterator.current_bytecode(), Bytecode::kReturn); in TEST_F()
|
D | bytecode-array-iterator-unittest.cc | 105 CHECK_EQ(iterator.current_bytecode(), Bytecode::kReturn); in TEST_F()
|
/external/v8/test/cctest/compiler/ |
D | test-osr.cc | 382 CHECK_EQ(IrOpcode::kReturn, new_ret->opcode()); in TEST() 456 CHECK_EQ(IrOpcode::kReturn, new_ret->opcode()); in TEST() 561 CHECK_EQ(IrOpcode::kReturn, new_ret->opcode()); in TEST()
|
/external/v8/src/interpreter/ |
D | bytecodes.cc | 231 return bytecode == Bytecode::kReturn || IsJump(bytecode); in IsJumpOrReturn()
|
D | bytecode-array-builder.cc | 977 Output(Bytecode::kReturn); in Return()
|
/external/v8/test/unittests/compiler/ |
D | common-operator-unittest.cc | 193 EXPECT_EQ(IrOpcode::kReturn, op->opcode()); in TEST_F()
|
D | node-test-utils.cc | 324 : NodeMatcher(IrOpcode::kReturn), in IsReturnMatcher()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 183 static const char kReturn = '\r'; variable 357 if (line_end > 0 && (message.at(line_end - 1) == kReturn)) { in ParseFailed() 452 if (line_end > 0 && (message.at(line_end - 1) == kReturn)) { in GetLine()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.cc | 819 case HValue::kReturn: in CanDeoptimize()
|