Home
last modified time | relevance | path

Searched defs:classReg (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp390 compiler::VReg classReg = pg->AllocReg(); in Compile() local
679 compiler::VReg classReg = pg->AllocReg(); in CompileSendableClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1100 ScopedTmpReg classReg(encoder); in VisitInitClass() local
1548 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillUnresolvedClass() local
1600 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillOtherClass() local
1635 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillArrayClass() local
1671 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillCheckCast() local
1749 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceUnresolved() local
1806 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseOther() local
1867 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseArrayClass() local
1903 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstance() local
Dcodegen.cpp1257 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject()
1270 ScopedTmpReg classReg(GetEncoder()); in CreateMultiArrayCall() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp207 static void CompileStaticFieldInitializers(compiler::PandaGen *pg, compiler::VReg classReg, in CompileStaticFieldInitializers()
319 …ileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler::VReg classReg, in CompileMissingProperties()
393 compiler::VReg classReg = pg->AllocReg(); in Compile() local
Dpandagen.cpp1483 void PandaGen::SetClassComputedFields(const ir::AstNode *node, VReg classReg, VReg computedInstance… in SetClassComputedFields()