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.cpp59 compiler::VReg objReg = pg->AllocReg(); in Compile() local
DobjectExpression.cpp463 compiler::VReg objReg = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp206 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
DETSGen.cpp268 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()
DJSCompiler.cpp903 void CompileRemainingPropertyKind(const ir::Property *prop, compiler::VReg objReg, compiler::PandaG… in CompileRemainingPropertyKind()
961 compiler::VReg objReg = pg->AllocReg(); in CompileRemainingProperties() local
DETSGen.h188 compiler::VReg objReg = AllocReg(); in ResolveConditionalResultReference() local
Dpandagen.cpp1741 VReg objReg = AllocReg(); in ToPropertyKey() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp101 compiler::VReg objReg = pg->AllocReg(); in LoadRhs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1265 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