Home
last modified time | relevance | path

Searched defs:thisReg (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp141 static void CompileField(PandaGen *pg, const ir::ClassProperty *prop, VReg thisReg, int32_t level) in CompileField()
177 auto thisReg = pg->AllocReg(); in CompileClassInitializer() local
224 auto thisReg = pg->AllocReg(); in CompileFunction() local
Dpandagen.cpp1267 VReg thisReg = startReg + 1; in CallThis() local
1376 void PandaGen::CallInit(const ir::AstNode *node, VReg thisReg) in CallInit()
1413 void PandaGen::CallSpread(const ir::AstNode *node, VReg func, VReg thisReg, VReg args) in CallSpread()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp127 auto thisReg = pg->AllocReg(); in Compile() local
140 compiler::VReg thisReg {}; in Compile() local
DtaggedTemplateExpression.cpp56 compiler::VReg thisReg = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_codegen_extensions.cpp36 Reg thisReg; in LaunchCallCodegen() local
/arkcompiler/ets_frontend/ts2panda/src/base/
Dlreference.ts95 let thisReg = pandaGen.getTemp(); variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp152 auto thisReg = pg->AllocReg(); in CompileInstanceFields() local
Dpandagen.cpp931 void PandaGen::Call0This(const ir::AstNode *node, VReg callee, VReg thisReg) in Call0This()
937 void PandaGen::Call1This(const ir::AstNode *node, VReg callee, VReg thisReg, VReg arg0) in Call1This()
943 void PandaGen::Call(const ir::AstNode *node, VReg callee, VReg thisReg, const ArenaVector<ir::Expre… in Call()
1025 void PandaGen::CallTagged(const ir::AstNode *node, VReg callee, VReg thisReg, in CallTagged()
1144 void PandaGen::CallSpread(const ir::AstNode *node, VReg func, VReg thisReg, VReg args) in CallSpread()
DJSCompiler.cpp204 compiler::VReg thisReg = pg->AllocReg(); in CompileStaticFieldInitializers() local
748 compiler::VReg thisReg = compiler::VReg::Invalid(); in Compile() local
1162 compiler::VReg thisReg = compiler::VReg::Invalid(); in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp329 compiler::VReg thisReg = pg->AllocReg(); in StaticInitialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3972 GateRef thisReg = ZExtInt8ToPtr(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local
3988 GateRef thisReg = ZExtInt8ToPtr(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local