Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp389 compiler::VReg classReg = pg->AllocReg(); in Compile() local
681 compiler::VReg classReg = pg->AllocReg(); in CompileSendableClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1096 ScopedTmpReg classReg(encoder); in VisitInitClass() local
1544 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillUnresolvedClass() local
1596 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillOtherClass() local
1631 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillArrayClass() local
1667 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillCheckCast() local
1745 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceUnresolved() local
1802 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseOther() local
1863 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseArrayClass() local
1899 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstance() local
Dcodegen.cpp1265 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject()
1278 ScopedTmpReg classReg(GetEncoder()); in CreateMultiArrayCall() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp192 static void CompileStaticFieldInitializers(compiler::PandaGen *pg, compiler::VReg classReg, in CompileStaticFieldInitializers()
303 …ileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler::VReg classReg, in CompileMissingProperties()
377 compiler::VReg classReg = pg->AllocReg(); in Compile() local
Dpandagen.cpp1528 void PandaGen::SetClassComputedFields(const ir::AstNode *node, VReg classReg, VReg computedInstance… in SetClassComputedFields()