Searched defs:genObj (Results 1 – 8 of 8) 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 | 1385 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() 1398 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield() 1404 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete() 1410 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() 1416 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 967 …alue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSuspendGenerator() 1001 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState() 2221 …e RuntimeStubs::RuntimeOptSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeOptSuspendGenerator()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 434 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedVal… in SuspendGenerator() 444 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState()
|
| D | interpreter-inl.h | 4955 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local 4989 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1694 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleSuspendgeneratorV8() local 4285 JSTaggedValue genObj = GET_VREG_VALUE(v0); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 823 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local 901 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
|
| D | interpreter_stub.cpp | 2414 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local 2485 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
|