Home
last modified time | relevance | path

Searched defs:genFunc (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp416 JSTaggedValue SlowRuntimeStub::CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateGeneratorObj()
425 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj()
Dinterpreter-inl.h2905 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
2947 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp2599 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreategeneratorobjV8() local
2613 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreateasyncgeneratorobjV8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp471 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
478 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h127 …e RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateGeneratorObj()
142 …timeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1047 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
2781 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local