Searched defs:asyncGenerator (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 559 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 D | interpreter_stub.cpp | 3407 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 D | interpreter-inl.cpp | 3189 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 D | runtime_stubs.cpp | 1169 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