/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
H A D | ets_codegen_extensions.cpp | 48 Reg objReg; in LaunchCallCodegen() local
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | memberExpression.cpp | 59 compiler::VReg objReg = pg->AllocReg(); in Compile() local [all...] |
H A D | objectExpression.cpp | 456 compiler::VReg objReg = pg->AllocReg(); Compile() local [all...] |
/arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
H A D | memberExpression.cpp | 104 compiler::VReg objReg = pg->AllocReg(); in LoadRhs() local 139 pg->OptionalChainCheck(IsOptional(), objReg); in CompileToReg() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 903 void CompileRemainingPropertyKind(const ir::Property *prop, compiler::VReg objReg, compiler::PandaGen *pg, in CompileRemainingPropertyKind() argument 961 compiler::VReg objReg = pg->AllocReg(); in CompileRemainingProperties() local [all...] |
H A D | ETSCompiler.cpp | 208 auto objReg = etsg->AllocReg(); in CreateDynamicObject() local 251 HandleUnionTypeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, const ir::ForOfStatement *st, VReg objReg, VReg *countReg) HandleUnionTypeInForOf() argument 299 GetSizeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, const ir::ForOfStatement *st, VReg objReg) GetSizeInForOf() argument 983 compiler::VReg objReg = etsg->AllocReg(); CompileComputed() local 1035 compiler::VReg objReg = etsg->AllocReg(); Compile() local 1068 compiler::VReg objReg = etsg->AllocReg(); HandleArrayTypeLengthProperty() local 1125 compiler::VReg objReg = etsg->AllocReg(); Compile() local 1424 compiler::VReg objReg = etsg->AllocReg(); Compile() local [all...] |
H A D | ETSGen.h | 188 compiler::VReg objReg = AllocReg(); in ResolveConditionalResultReference() local
|
H A D | ETSGen.cpp | 271 auto objReg = AllocReg(); in LoadDynamicModuleVariable() local 417 void ETSGen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in StoreProperty() argument 431 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in LoadProperty() argument 445 StoreUnionProperty([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] VReg objReg, [[maybe_unused]] const util::StringView &propName) StoreUnionProperty() argument 462 LoadUnionProperty([[maybe_unused]] const ir::AstNode *const node, [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] const VReg objReg, [[maybe_unused]] const util::StringView &propName) LoadUnionProperty() argument 480 StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, const util::StringView &propName) StorePropertyDynamic() argument 528 LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, const util::StringView &propName) LoadPropertyDynamic() argument [all...] |
H A D | pandagen.cpp | 1741 VReg objReg = AllocReg(); in ToPropertyKey() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | codegen.cpp | 1262 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject() argument 1372 auto objReg = codegen->ConvertRegister(location.GetValue(), inst->GetInputType(0)); in GetObjectReg() local 1435 void Codegen::IntfInlineCachePass(ResolveVirtualInst *resolver, Reg methodReg, Reg tmpReg, Reg objReg) in IntfInlineCachePass() argument 1535 Reg objReg in EmitResolveUnknownVirtual() local 1589 Reg objReg = GetObjectReg(this, resolver); EmitResolveVirtualAot() local [all...] |