Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_generator_object_test.cpp75 JSHandle<JSGeneratorObject> genObj(thread, genObjTagVal); in HWTEST_F_L0() local
88 JSHandle<JSGeneratorObject> genObj(thread, JSGeneratorObject::Cast(genObjectHeader)); in HWTEST_F_L0() local
112 JSHandle<JSGeneratorObject> genObj(thread, genObjTagVal); in HWTEST_F_L0() local
138 JSHandle<JSGeneratorObject> genObj(thread, genObjTagVal); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1468 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator()
1481 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield()
1487 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete()
1493 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator()
1499 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1194 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator()
1204 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield()
1209 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete()
1214 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator()
1219 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1149 …alue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSuspendGenerator()
1185 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState()
2552 …e RuntimeStubs::RuntimeOptSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeOptSuspendGenerator()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp447 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedVal… in SuspendGenerator()
457 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState()
Dinterpreter-inl.h5175 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
5209 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp1793 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local
4424 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp822 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local
904 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
Dinterpreter_stub.cpp2635 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
2715 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local