| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_generator_object_test.cpp | 51 JSHandle<JSGeneratorObject> genObj(thread, genObjTagVal); in HWTEST_F_L0() local 64 JSHandle<JSGeneratorObject> genObj(thread, JSGeneratorObject::Cast(genObjectHeader)); in HWTEST_F_L0() local 92 JSHandle<JSGeneratorObject> genObj(thread, genObjTagVal); in HWTEST_F_L0() local 118 JSHandle<JSGeneratorObject> genObj(thread, genObjTagVal); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1507 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() 1512 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield() 1518 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete() 1524 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() 1530 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.cpp | 1189 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() 1199 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield() 1204 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete() 1209 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() 1214 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 430 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedVal… in SuspendGenerator() 440 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState()
|
| D | interpreter-inl.cpp | 5283 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local 5317 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1825 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local 4518 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1332 …alue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSuspendGenerator() 1370 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState() 2959 …e RuntimeStubs::RuntimeOptSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeOptSuspendGenerator()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 944 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local 1036 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
|
| D | interpreter_stub.cpp | 3084 GateRef genObj = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local 3190 GateRef genObj = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 4927 GateRef genObj = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local 5780 GateRef genObj = GetVregValue(glue, sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local
|