| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 4893 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local 5742 GateRef genObj = GetVregValue(sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 2923 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc)));
in DECLARE_ASM_HANDLER() local 3028 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() local
|
| H A D | slowpath_lowering.cpp | 871 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local 924 builder_.Store(VariableType::JS_ANY(), glue_, context, generatorObjectOffset, genObj); in SaveFrameToContext() local 942 builder_.Store(VariableType::JS_POINTER(), glue_, genObj, contextOffset, context); in SaveFrameToContext() local 945 builder_.Store(VariableType::JS_POINTER(), glue_, context, generatorObjectOffset, genObj); in SaveFrameToContext() local 955 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 430 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedValue value) in SuspendGenerator() argument 440 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState() argument
|
| H A D | interpreter-inl.cpp | 5245 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local 5279 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1282 JSTaggedValue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSuspendGenerator() argument 1320 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | pandagen.cpp | 1234 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() argument 1244 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield() argument 1249 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete() argument 1254 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() argument 1259 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1479 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() argument 1484 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield() argument 1490 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete() argument 1496 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() argument 1502 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode() argument [all...] |