Home
last modified time | relevance | path

Searched refs:ResumeGenerator (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.h43 static Callable ResumeGenerator(Isolate* isolate);
H A Dcode-factory.cc134 Callable CodeFactory::ResumeGenerator(Isolate* isolate) { in ResumeGenerator() function in v8::internal::CodeFactory
H A Dinterface-descriptors.h104 V(ResumeGenerator) \
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-function-gen.cc70 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure()
76 // of ResumeGenerator, as that would create a memory leak. in AsyncFunctionAwaitResumeClosure()
H A Dbuiltins-generator-gen.cc66 result = CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, in InnerResume()
H A Dbuiltins-async-generator-gen.cc243 CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, in AsyncGeneratorAwaitResumeClosure()
484 CallStub(CodeFactory::ResumeGenerator(isolate()), context, in TF_BUILTIN()
H A Dbuiltins-definitions.h166 ASM(ResumeGeneratorTrampoline, ResumeGenerator) \
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h483 BytecodeArrayBuilder& ResumeGenerator(Register generator,
H A Dbytecodes.h424 V(ResumeGenerator, ImplicitRegisterUse::kWriteAccumulator, \
H A Dbytecode-array-builder.cc1403 BytecodeArrayBuilder& BytecodeArrayBuilder::ResumeGenerator( in ResumeGenerator() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dinterpreter-generator.cc3079 // ResumeGenerator <generator> <first output register> <register count>
3083 IGNITION_HANDLER(ResumeGenerator, InterpreterAssembler) { in IGNITION_HANDLER()
H A Dbytecode-generator.cc4672 builder()->ResumeGenerator(generator_object(), registers); in BuildSuspendPoint()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc849 MAGLEV_UNIMPLEMENTED_BYTECODE(ResumeGenerator)

Completed in 32 milliseconds