Home
last modified time | relevance | path

Searched refs:ResumeGenerator (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dcode-factory.h43 static Callable ResumeGenerator(Isolate* isolate);
Dcode-factory.cc194 Callable CodeFactory::ResumeGenerator(Isolate* isolate) { in ResumeGenerator() function in v8::internal::CodeFactory
Dinterface-descriptors.h73 V(ResumeGenerator) \
/external/v8/src/builtins/
Dbuiltins-generator-gen.cc53 Node* result = CallStub(CodeFactory::ResumeGenerator(isolate()), context, in GeneratorPrototypeResume()
Dbuiltins-async-function-gen.cc73 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure()
Dbuiltins-async-generator-gen.cc241 CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, generator); in AsyncGeneratorAwaitResumeClosure()
491 CallStub(CodeFactory::ResumeGenerator(isolate()), context, in TF_BUILTIN()
/external/v8/src/interpreter/
Dbytecode-array-builder.h444 BytecodeArrayBuilder& ResumeGenerator(Register generator,
Dbytecodes.h346 V(ResumeGenerator, AccumulatorUse::kWrite, OperandType::kReg, \
Dbytecode-array-builder.cc1310 BytecodeArrayBuilder& BytecodeArrayBuilder::ResumeGenerator( in ResumeGenerator() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc3104 IGNITION_HANDLER(ResumeGenerator, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc3036 builder()->ResumeGenerator(generator_object(), registers); in BuildSuspendPoint()