HomeSort by relevance Sort by last modified time
    Searched refs:ResumeGenerator (Results 1 - 9 of 9) sorted by null

  /external/v8/src/builtins/
builtins-generator.cc 53 Node* result = CallStub(CodeFactory::ResumeGenerator(isolate()), context,
builtins-async-function.cc 67 Callable callable = CodeFactory::ResumeGenerator(isolate());
73 // of ResumeGenerator, as that would create a memory leak.
  /external/v8/src/
code-factory.h 64 static Callable ResumeGenerator(Isolate* isolate);
code-factory.cc 326 Callable CodeFactory::ResumeGenerator(Isolate* isolate) {
interface-descriptors.h 96 V(ResumeGenerator) \
    [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.h 353 BytecodeArrayBuilder& ResumeGenerator(Register generator);
bytecode-array-builder.cc 976 BytecodeArrayBuilder& BytecodeArrayBuilder::ResumeGenerator(
    [all...]
bytecodes.h 286 V(ResumeGenerator, AccumulatorUse::kWrite, OperandType::kReg) \
    [all...]
bytecode-generator.cc 848 .ResumeGenerator(generator_object)
    [all...]

Completed in 368 milliseconds