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.cpp1474 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator()
1479 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield()
1485 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete()
1491 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator()
1497 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1234 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator()
1244 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield()
1249 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete()
1254 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator()
1259 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1259 …alue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSuspendGenerator()
1297 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState()
2770 …e RuntimeStubs::RuntimeOptSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeOptSuspendGenerator()
/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.cpp5214 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
5248 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp1785 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local
4456 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp869 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local
953 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
Dinterpreter_stub.cpp2963 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
3068 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp4919 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
5768 GateRef genObj = GetVregValue(sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local