Home
last modified time | relevance | path

Searched defs:genObj (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4893 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
5742 GateRef genObj = GetVregValue(sp, ZExtInt32ToPtr(v0)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp2923 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
3028 GateRef genObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
H A Dslowpath_lowering.cpp871 GateRef genObj = acc_.GetValueIn(gate, 1); in SaveFrameToContext() local
924 builder_.Store(VariableType::JS_ANY(), glue_, context, generatorObjectOffset, genObj); in SaveFrameToContext() local
942 builder_.Store(VariableType::JS_POINTER(), glue_, genObj, contextOffset, context); in SaveFrameToContext() local
945 builder_.Store(VariableType::JS_POINTER(), glue_, context, generatorObjectOffset, genObj); in SaveFrameToContext() local
955 auto genObj = acc_.GetValueIn(gate, 1); in LowerSuspendGenerator() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp430 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedValue value) in SuspendGenerator() argument
440 void SlowRuntimeStub::SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) in SetGeneratorState() argument
H A Dinterpreter-inl.cpp5245 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
5279 JSTaggedValue genObj = GET_VREG_VALUE(v0); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1282 JSTaggedValue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSuspendGenerator() argument
1320 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1234 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() argument
1244 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield() argument
1249 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete() argument
1254 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() argument
1259 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode() argument
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1479 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() argument
1484 void PandaGen::GeneratorYield(const ir::AstNode *node, VReg genObj) in GeneratorYield() argument
1490 void PandaGen::GeneratorComplete(const ir::AstNode *node, VReg genObj) in GeneratorComplete() argument
1496 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() argument
1502 void PandaGen::GetResumeMode(const ir::AstNode *node, VReg genObj) in GetResumeMode() argument
[all...]

Completed in 56 milliseconds