Searched defs:genFunc (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisgenerator_fuzzer/ |
| D | jsvaluerefisgenerator_fuzzer.cpp | 46 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in IsGeneratorObjectFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/ |
| D | publicapigeneratorobjectref_fuzzer.cpp | 44 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in GetGeneratorReceiverFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 412 JSTaggedValue SlowRuntimeStub::CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateGeneratorObj() 421 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj()
|
| D | interpreter-inl.cpp | 3144 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local 3186 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2761 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreategeneratorobjV8() local 2776 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreateasyncgeneratorobjV8() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1846 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local 2408 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 490 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
|
| D | jsnapi_third_tests.cpp | 217 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 177 …e RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateGeneratorObj() 192 …timeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateAsyncGeneratorObj()
|
| D | runtime_stubs.cpp | 1005 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local 1012 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 1516 GateRef genFunc = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local 3559 GateRef genFunc = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 455 GateRef genFunc = TaggedArgument(PARAM_INDEX(BaselineCreateasyncgeneratorobjV8, GEN_FUNC)); in GenerateCircuit() local 707 GateRef genFunc = TaggedArgument(PARAM_INDEX(BaselineCreategeneratorobjV8, GEN_FUNC)); in GenerateCircuit() local
|