Searched refs:ResumeGenerator (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | code-factory.h | 43 static Callable ResumeGenerator(Isolate* isolate);
|
H A D | code-factory.cc | 134 Callable CodeFactory::ResumeGenerator(Isolate* isolate) { in ResumeGenerator() function in v8::internal::CodeFactory
|
H A D | interface-descriptors.h | 104 V(ResumeGenerator) \
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-async-function-gen.cc | 70 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure() 76 // of ResumeGenerator, as that would create a memory leak. in AsyncFunctionAwaitResumeClosure()
|
H A D | builtins-generator-gen.cc | 66 result = CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, in InnerResume()
|
H A D | builtins-async-generator-gen.cc | 243 CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, in AsyncGeneratorAwaitResumeClosure() 484 CallStub(CodeFactory::ResumeGenerator(isolate()), context, in TF_BUILTIN()
|
H A D | builtins-definitions.h | 166 ASM(ResumeGeneratorTrampoline, ResumeGenerator) \
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.h | 483 BytecodeArrayBuilder& ResumeGenerator(Register generator,
|
H A D | bytecodes.h | 424 V(ResumeGenerator, ImplicitRegisterUse::kWriteAccumulator, \
|
H A D | bytecode-array-builder.cc | 1403 BytecodeArrayBuilder& BytecodeArrayBuilder::ResumeGenerator( in ResumeGenerator() function in v8::internal::interpreter::BytecodeArrayBuilder
|
H A D | interpreter-generator.cc | 3079 // ResumeGenerator <generator> <first output register> <register count> 3083 IGNITION_HANDLER(ResumeGenerator, InterpreterAssembler) { in IGNITION_HANDLER()
|
H A D | bytecode-generator.cc | 4672 builder()->ResumeGenerator(generator_object(), registers); in BuildSuspendPoint()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.cc | 849 MAGLEV_UNIMPLEMENTED_BYTECODE(ResumeGenerator)
|
Completed in 32 milliseconds