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 | 58 compiler::VReg objReg = pg->AllocReg(); in Compile() local
|
| D | objectExpression.cpp | 450 compiler::VReg objReg = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 208 auto objReg = etsg->AllocReg(); in CreateDynamicObject() local 252 const ir::ForOfStatement *st, VReg objReg, VReg *countReg) in HandleUnionTypeInForOf() 301 VReg objReg) in GetSizeInForOf() 1009 compiler::VReg objReg = etsg->AllocReg(); in CompileComputed() local 1061 compiler::VReg objReg = etsg->AllocReg(); in Compile() local 1094 compiler::VReg objReg = etsg->AllocReg(); in HandleArrayTypeLengthProperty() local 1144 compiler::VReg objReg = etsg->AllocReg(); in Compile() local 1450 compiler::VReg objReg = etsg->AllocReg(); in Compile() local
|
| D | ETSGen.cpp | 271 auto objReg = AllocReg(); in LoadDynamicModuleVariable() local 417 …Gen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in StoreProperty() 432 …SGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in LoadProperty() 447 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] VReg objReg, in StoreUnionProperty() 464 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] const VReg objReg, in LoadUnionProperty() 481 …d ETSGen::StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, in StorePropertyDynamic() 529 …id ETSGen::LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, in LoadPropertyDynamic()
|
| D | JSCompiler.cpp | 918 void CompileRemainingPropertyKind(const ir::Property *prop, compiler::VReg objReg, compiler::PandaG… in CompileRemainingPropertyKind() 976 compiler::VReg objReg = pg->AllocReg(); in CompileRemainingProperties() local
|
| D | ETSGen.h | 188 compiler::VReg objReg = AllocReg(); in ResolveConditionalResultReference() local
|
| D | pandagen.cpp | 1695 VReg objReg = AllocReg(); in ToPropertyKey() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | memberExpression.cpp | 104 compiler::VReg objReg = pg->AllocReg(); in LoadRhs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1247 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject() 1357 auto objReg = codegen->ConvertRegister(location.GetValue(), inst->GetInputType(0)); in GetObjectReg() local 1420 …d Codegen::IntfInlineCachePass(ResolveVirtualInst *resolver, Reg methodReg, Reg tmpReg, Reg objReg) in IntfInlineCachePass() 1520 Reg objReg = GetObjectReg(this, resolver); in EmitResolveUnknownVirtual() local 1574 Reg objReg = GetObjectReg(this, resolver); in EmitResolveVirtualAot() local
|