Home
last modified time | relevance | path

Searched defs:asyncGenerator (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp559 GateRef asyncGenerator = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
3495 GateRef asyncGenerator = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp3407 GateRef asyncGenerator = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
3494 GateRef asyncGenerator = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
3511 GateRef asyncGenerator = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp3189 JSTaggedValue asyncGenerator = GET_VREG_VALUE(v0); in RunInternal() local
3220 JSTaggedValue asyncGenerator = GET_VREG_VALUE(v0); in RunInternal() local
3235 JSTaggedValue asyncGenerator = GET_VREG_VALUE(v0); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1169 JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
1178 JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); in DEF_RUNTIME_STUBS() local
1186 JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); in DEF_RUNTIME_STUBS() local
1735 JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local

Completed in 58 milliseconds