Home
last modified time | relevance | path

Searched defs:objReg (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp58 compiler::VReg objReg = pg->AllocReg(); in Compile() local
DobjectExpression.cpp450 compiler::VReg objReg = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp179 auto objReg = etsg->AllocReg(); in CreateDynamicObject() local
225 const ir::ForOfStatement *st, VReg objReg, VReg *countReg) in HandleUnionTypeInForOf()
278 VReg objReg) in GetSizeInForOf()
862 compiler::VReg objReg) in LoadETSDynamicTypeFromMemberExpr()
882 compiler::VReg objReg = etsg->AllocReg(); in CompileComputed() local
936 compiler::VReg objReg = etsg->AllocReg(); in Compile() local
970 compiler::VReg objReg = etsg->AllocReg(); in HandleArrayTypeLengthProperty() local
1010 compiler::VReg objReg = etsg->AllocReg(); in Compile() local
1270 compiler::VReg objReg = etsg->AllocReg(); in Compile() local
DETSGen.cpp281 auto objReg = AllocReg(); in LoadDynamicModuleVariable() local
414 …Gen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in StoreProperty()
430 …SGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in LoadProperty()
444 …ETSGen::StorePropertyByName([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] VReg objReg, in StorePropertyByName()
463 …n::LoadPropertyByName([[maybe_unused]] const ir::AstNode *const node, [[maybe_unused]] VReg objReg, in LoadPropertyByName()
483 …d ETSGen::StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, in StorePropertyDynamic()
532 …id ETSGen::LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, in LoadPropertyDynamic()
2151 compiler::VReg objReg = AllocReg(); in ResolveConditionalResultReference() local
DJSCompiler.cpp920 void CompileRemainingPropertyKind(const ir::Property *prop, compiler::VReg objReg, compiler::PandaG… in CompileRemainingPropertyKind()
978 compiler::VReg objReg = pg->AllocReg(); in CompileRemainingProperties() local
Dpandagen.cpp1696 VReg objReg = AllocReg(); in ToPropertyKey() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp103 compiler::VReg objReg = pg->AllocReg(); in LoadRhs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1257 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject()
1367 auto objReg = codegen->ConvertRegister(location.GetValue(), inst->GetInputType(0)); in GetObjectReg() local
1430 …d Codegen::IntfInlineCachePass(ResolveVirtualInst *resolver, Reg methodReg, Reg tmpReg, Reg objReg) in IntfInlineCachePass()
1530 Reg objReg = GetObjectReg(this, resolver); in EmitResolveUnknownVirtual() local
1584 Reg objReg = GetObjectReg(this, resolver); in EmitResolveVirtualAot() local