Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp385 compiler::VReg classReg = pg->AllocReg(); in Compile() local
674 compiler::VReg classReg = pg->AllocReg(); in CompileSendableClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1097 ScopedTmpReg classReg(encoder); in VisitInitClass() local
1541 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillUnresolvedClass() local
1593 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillOtherClass() local
1628 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillArrayClass() local
1664 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillCheckCast() local
1742 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceUnresolved() local
1799 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseOther() local
1860 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseArrayClass() local
1896 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstance() local
Dcodegen.cpp1247 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject()
1260 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()
318 …ileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler::VReg classReg, in CompileMissingProperties()
392 compiler::VReg classReg = pg->AllocReg(); in Compile() local
Dpandagen.cpp1482 void PandaGen::SetClassComputedFields(const ir::AstNode *node, VReg classReg, VReg computedInstance… in SetClassComputedFields()