Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_codegen_extensions.cpp48 Reg objReg; in LaunchCallCodegen() local
/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.cpp208 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
DETSGen.cpp271 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()
DJSCompiler.cpp918 void CompileRemainingPropertyKind(const ir::Property *prop, compiler::VReg objReg, compiler::PandaG… in CompileRemainingPropertyKind()
976 compiler::VReg objReg = pg->AllocReg(); in CompileRemainingProperties() local
DETSGen.h188 compiler::VReg objReg = AllocReg(); in ResolveConditionalResultReference() local
Dpandagen.cpp1695 VReg objReg = AllocReg(); in ToPropertyKey() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp104 compiler::VReg objReg = pg->AllocReg(); in LoadRhs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1247 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