Searched refs:kReturn (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/src/interpreter/
H A Dbytecode-dead-code-optimizer.cc29 case Bytecode::kReturn:
H A Dbytecodes.h593 return bytecode == Bytecode::kReturn || IsJump(bytecode);
648 return bytecode == Bytecode::kReturn ? 1 : 0;
/external/v8/src/builtins/
H A Dbuiltins-generator.cc79 case JSGeneratorObject::kReturn:
105 GeneratorPrototypeResume(JSGeneratorObject::kReturn,
/external/v8/src/compiler/
H A Dtail-call-optimization.cc18 if (node->opcode() != IrOpcode::kReturn) return NoChange();
H A Dcommon-operator.cc41 DCHECK(op->opcode() == IrOpcode::kReturn);
530 IrOpcode::kReturn, Operator::kNoThrow, // opcode
535 ReturnOperator<value_input_count> kReturn##value_input_count##Operator;
801 return &cache_.kReturn##input_count##Operator;
809 IrOpcode::kReturn, Operator::kNoThrow, // opcode
H A Dcommon-operator-reducer.cc63 case IrOpcode::kReturn:
288 DCHECK_EQ(IrOpcode::kReturn, node->opcode());
H A Dschedule.cc113 case BasicBlock::kReturn:
264 block->set_control(BasicBlock::kReturn);
H A Dsimd-scalar-lowering.cc90 case IrOpcode::kReturn:
329 case IrOpcode::kReturn: {
H A Dschedule.h44 kReturn, // Return a value from this method. enumerator in enum:v8::internal::compiler::final::Control
H A Dstore-store-elimination.cc453 opcode == IrOpcode::kReturn || opcode == IrOpcode::kTerminate ||
H A Dmachine-graph-verifier.cc101 case IrOpcode::kReturn: {
496 case IrOpcode::kReturn: {
H A Djs-inlining.cc182 case IrOpcode::kReturn:
H A Dint64-lowering.cc278 case IrOpcode::kReturn: {
/external/skia/tools/bookmaker/
H A DspellCheck.cpp248 case MarkType::kReturn:
331 case MarkType::kReturn:
H A Dbookmaker.cpp280 case MarkType::kReturn:
285 if (MarkType::kBug == markType || MarkType::kReturn == markType
292 if (MarkType::kParam == markType || MarkType::kReturn == markType) {
1609 case MarkType::kReturn:
H A DmdOut.cpp402 string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param";
1012 case MarkType::kReturn:
1180 case MarkType::kReturn:
H A Dbookmaker.h126 kReturn, member in class:MarkType
1293 , { "Return", nullptr, MarkType::kReturn, R_Y, E_N, M(Method) }
1491 , { nullptr, MarkType::kReturn }
H A DincludeWriter.cpp665 } else if (MarkType::kReturn == methodPart->fMarkType) {
680 } else if (MarkType::kReturn == methodPart->fMarkType) {
/external/skqp/tools/bookmaker/
H A DspellCheck.cpp259 case MarkType::kReturn:
342 case MarkType::kReturn:
H A DmdOut.cpp397 string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param";
986 case MarkType::kReturn:
1154 case MarkType::kReturn:
H A Dbookmaker.cpp254 case MarkType::kReturn:
259 if (MarkType::kBug == markType || MarkType::kReturn == markType
266 if (MarkType::kParam == markType || MarkType::kReturn == markType) {
1510 case MarkType::kReturn:
H A Dbookmaker.h125 kReturn, member in class:MarkType
1265 , { "Return", nullptr, MarkType::kReturn, R_Y, E_N, M(Method) }
1460 , { nullptr, MarkType::kReturn }
H A DincludeWriter.cpp612 } else if (MarkType::kReturn == methodPart->fMarkType) {
627 } else if (MarkType::kReturn == methodPart->fMarkType) {
H A Ddefinition.cpp738 if (MarkType::kReturn != child->fMarkType) {
/external/v8/src/debug/
H A Ddebug-evaluate.cc393 case Bytecode::kReturn:

Completed in 496 milliseconds

12