Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp429 JSTaggedValue SlowRuntimeStub::CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateGeneratorObj()
438 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj()
Dinterpreter-inl.h3054 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
3096 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp2689 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreategeneratorobjV8() local
2704 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreateasyncgeneratorobjV8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h164 …e RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateGeneratorObj()
179 …timeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateAsyncGeneratorObj()
Druntime_stubs.cpp560 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
567 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1329 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1067 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
2817 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local