Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisgenerator_fuzzer/
Djsvaluerefisgenerator_fuzzer.cpp46 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in IsGeneratorObjectFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/
Dpublicapigeneratorobjectref_fuzzer.cpp43 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in GetGeneratorReceiverFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/
Dgeneratorfunctionref_fuzzer.cpp39 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in CreateGeneratorObj() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp412 JSTaggedValue SlowRuntimeStub::CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateGeneratorObj()
421 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj()
Dinterpreter-inl.cpp3120 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
3162 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp2718 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreategeneratorobjV8() local
2733 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreateasyncgeneratorobjV8() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1753 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
2315 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
Djsnapi_third_tests.cpp198 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
Dffi_workload.cpp490 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
4586 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
4612 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
4638 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
4664 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
5740 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h176 …e RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateGeneratorObj()
191 …timeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateAsyncGeneratorObj()
Druntime_stubs.cpp1044 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
1051 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1442 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
3409 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp456 GateRef genFunc = TaggedArgument(PARAM_INDEX(BaselineCreateasyncgeneratorobjV8, GEN_FUNC)); in GenerateCircuit() local
706 GateRef genFunc = TaggedArgument(PARAM_INDEX(BaselineCreategeneratorobjV8, GEN_FUNC)); in GenerateCircuit() local