Searched defs:genObj (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_generator_object_test.cpp | 51 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/ |
| D | pandagen.cpp | 1474 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/ |
| D | pandagen.cpp | 1234 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/ |
| D | runtime_stubs-inl.h | 1259 …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/ |
| D | slow_runtime_stub.cpp | 430 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedVal… in SuspendGenerator() 440 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState()
|
| D | interpreter-inl.cpp | 5214 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local 5248 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1785 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local 4456 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 869 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local 953 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
|
| D | interpreter_stub.cpp | 2963 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/ |
| D | baseline_stubs.cpp | 4919 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local 5768 GateRef genObj = GetVregValue(sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local
|