Searched defs:objReg (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 48 Reg objReg; in LaunchCallCodegen() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.cpp | 59 compiler::VReg objReg = pg->AllocReg(); in Compile() local
|
| D | objectExpression.cpp | 463 compiler::VReg objReg = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 206 auto objReg = etsg->AllocReg(); in CreateDynamicObject() local 250 const ir::ForOfStatement *st, VReg objReg, VReg *countReg) in HandleUnionTypeInForOf() 298 VReg objReg) in GetSizeInForOf() 982 compiler::VReg objReg = etsg->AllocReg(); in CompileComputed() local 1034 compiler::VReg objReg = etsg->AllocReg(); in Compile() local 1067 compiler::VReg objReg = etsg->AllocReg(); in HandleArrayTypeLengthProperty() local 1124 compiler::VReg objReg = etsg->AllocReg(); in Compile() local 1444 compiler::VReg objReg = etsg->AllocReg(); in Compile() local
|
| D | ETSGen.cpp | 268 auto objReg = AllocReg(); in LoadDynamicModuleVariable() local 414 …Gen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in StoreProperty() 428 …SGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in LoadProperty() 443 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] VReg objReg, in StoreUnionProperty() 460 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] const VReg objReg, in LoadUnionProperty() 477 …d ETSGen::StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, in StorePropertyDynamic() 525 …id ETSGen::LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, in LoadPropertyDynamic()
|
| D | JSCompiler.cpp | 903 void CompileRemainingPropertyKind(const ir::Property *prop, compiler::VReg objReg, compiler::PandaG… in CompileRemainingPropertyKind() 961 compiler::VReg objReg = pg->AllocReg(); in CompileRemainingProperties() local
|
| D | ETSGen.h | 188 compiler::VReg objReg = AllocReg(); in ResolveConditionalResultReference() local
|
| D | pandagen.cpp | 1741 VReg objReg = AllocReg(); in ToPropertyKey() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | memberExpression.cpp | 101 compiler::VReg objReg = pg->AllocReg(); in LoadRhs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1265 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject() 1375 auto objReg = codegen->ConvertRegister(location.GetValue(), inst->GetInputType(0)); in GetObjectReg() local 1438 …d Codegen::IntfInlineCachePass(ResolveVirtualInst *resolver, Reg methodReg, Reg tmpReg, Reg objReg) in IntfInlineCachePass() 1538 Reg objReg = GetObjectReg(this, resolver); in EmitResolveUnknownVirtual() local 1592 Reg objReg = GetObjectReg(this, resolver); in EmitResolveVirtualAot() local
|