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/
H A Dets_codegen_extensions.cpp48 Reg objReg; in LaunchCallCodegen() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.cpp59 compiler::VReg objReg = pg->AllocReg(); in Compile() local
[all...]
H A DobjectExpression.cpp456 compiler::VReg objReg = pg->AllocReg(); Compile() local
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DmemberExpression.cpp104 compiler::VReg objReg = pg->AllocReg(); in LoadRhs() local
139 pg->OptionalChainCheck(IsOptional(), objReg); in CompileToReg() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp903 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 DETSCompiler.cpp208 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 DETSGen.h188 compiler::VReg objReg = AllocReg(); in ResolveConditionalResultReference() local
H A DETSGen.cpp271 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 Dpandagen.cpp1741 VReg objReg = AllocReg(); in ToPropertyKey() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1262 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...]

Completed in 18 milliseconds