Searched defs:genFunc (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 416 JSTaggedValue SlowRuntimeStub::CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateGeneratorObj() 425 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj()
|
| D | interpreter-inl.h | 2905 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local 2947 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2599 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreategeneratorobjV8() local 2613 JSTaggedValue genFunc = GET_VREG_VALUE(v0); in HandleCreateasyncgeneratorobjV8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 471 …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
|
| D | runtime_stubs-inl.h | 127 …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/ |
| D | interpreter_stub.cpp | 1047 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local 2781 GateRef genFunc = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
|