Home
last modified time | relevance | path

Searched defs:genObj (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_generator_object_test.cpp51 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/
Dpandagen.cpp1507 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/
Dpandagen.cpp1189 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/
Dslow_runtime_stub.cpp430 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedVal… in SuspendGenerator()
440 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState()
Dinterpreter-inl.cpp5283 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
5317 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp1825 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local
4518 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1332 …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/
Dslowpath_lowering.cpp944 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local
1036 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
Dinterpreter_stub.cpp3084 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/
Dbaseline_stubs.cpp4927 GateRef genObj = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
5780 GateRef genObj = GetVregValue(glue, sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local