Searched defs:genObj (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_generator_object_test.cpp | 75 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/ |
D | pandagen.cpp | 1468 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/ |
D | pandagen.cpp | 1194 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/ |
D | runtime_stubs-inl.h | 1149 …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/ |
D | slow_runtime_stub.cpp | 447 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedVal… in SuspendGenerator() 457 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState()
|
D | interpreter-inl.h | 5175 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local 5209 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
|
D | interpreter_assembly.cpp | 1793 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local 4424 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 822 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local 904 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
|
D | interpreter_stub.cpp | 2635 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
|