Home
last modified time | relevance | path

Searched defs:genObj (Results 1 – 8 of 8) 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.cpp1394 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator()
1407 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield()
1413 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete()
1419 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator()
1425 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1051 …alue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSuspendGenerator()
1087 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState()
2286 …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.h5087 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
5121 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp1760 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local
4385 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp767 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local
846 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
Dinterpreter_stub.cpp2442 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
2516 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local