Searched defs:genFunc (Results 1 - 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisgenerator_fuzzer/ |
| H A D | jsvaluerefisgenerator_fuzzer.cpp | 46 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in IsGeneratorObjectFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/ |
| H A D | publicapigeneratorobjectref_fuzzer.cpp | 43 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in GetGeneratorReceiverFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/ |
| H A D | generatorfunctionref_fuzzer.cpp | 39 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in CreateGeneratorObj() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_third_tests.cpp | 201 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
|
| H A D | jsnapi_first_tests.cpp | 1824 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local 2386 JSHandle<JSTaggedValue> genFunc = env->GetGeneratorFunctionFunction(); in HWTEST_F_L0() local
|
| H A 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(); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 456 GateRef genFunc = TaggedArgument(PARAM_INDEX(BaselineCreateasyncgeneratorobjV8, GEN_FUNC)); in GenerateCircuit() local 706 GateRef genFunc = TaggedArgument(PARAM_INDEX(BaselineCreategeneratorobjV8, GEN_FUNC)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 1442 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0));
in DECLARE_ASM_HANDLER() local 3369 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0));
in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 412 JSTaggedValue SlowRuntimeStub::CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateGeneratorObj() argument 421 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj() argument
|
| H A D | interpreter-inl.cpp | 3134 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local 3176 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 176 JSTaggedValue RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateGeneratorObj() argument 191 JSTaggedValue RuntimeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValue> &genFunc) in RuntimeCreateAsyncGeneratorObj() argument
|
| H A D | runtime_stubs.cpp | 963 JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 970 JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
Completed in 70 milliseconds