Searched defs:thisReg (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | function.cpp | 141 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
|
| D | pandagen.cpp | 1267 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/ |
| D | callExpression.cpp | 127 auto thisReg = pg->AllocReg(); in Compile() local 140 compiler::VReg thisReg {}; in Compile() local
|
| D | taggedTemplateExpression.cpp | 56 compiler::VReg thisReg = pg->AllocReg(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 36 Reg thisReg; in LaunchCallCodegen() local
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | lreference.ts | 95 let thisReg = pandaGen.getTemp(); variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | function.cpp | 152 auto thisReg = pg->AllocReg(); in CompileInstanceFields() local
|
| D | pandagen.cpp | 931 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()
|
| D | JSCompiler.cpp | 204 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/ |
| D | classDefinition.cpp | 329 compiler::VReg thisReg = pg->AllocReg(); in StaticInitialize() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3972 GateRef thisReg = ZExtInt8ToPtr(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local 3988 GateRef thisReg = ZExtInt8ToPtr(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local
|