Searched refs:ResumeGenerator (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | code-factory.h | 43 static Callable ResumeGenerator(Isolate* isolate);
|
D | code-factory.cc | 194 Callable CodeFactory::ResumeGenerator(Isolate* isolate) { in ResumeGenerator() function in v8::internal::CodeFactory
|
D | interface-descriptors.h | 73 V(ResumeGenerator) \
|
/external/v8/src/builtins/ |
D | builtins-generator-gen.cc | 53 Node* result = CallStub(CodeFactory::ResumeGenerator(isolate()), context, in GeneratorPrototypeResume()
|
D | builtins-async-function-gen.cc | 73 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure()
|
D | builtins-async-generator-gen.cc | 241 CallStub(CodeFactory::ResumeGenerator(isolate()), context, value, generator); in AsyncGeneratorAwaitResumeClosure() 491 CallStub(CodeFactory::ResumeGenerator(isolate()), context, in TF_BUILTIN()
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 444 BytecodeArrayBuilder& ResumeGenerator(Register generator,
|
D | bytecodes.h | 346 V(ResumeGenerator, AccumulatorUse::kWrite, OperandType::kReg, \
|
D | bytecode-array-builder.cc | 1310 BytecodeArrayBuilder& BytecodeArrayBuilder::ResumeGenerator( in ResumeGenerator() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | interpreter-generator.cc | 3104 IGNITION_HANDLER(ResumeGenerator, InterpreterAssembler) { in IGNITION_HANDLER() argument
|
D | bytecode-generator.cc | 3036 builder()->ResumeGenerator(generator_object(), registers); in BuildSuspendPoint()
|