Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/
Desmodule.test.ts53 let classReg = new VReg(); variable
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp389 compiler::VReg classReg = pg->AllocReg(); in Compile() local
586 compiler::VReg classReg = pg->AllocReg(); in CompileSendableClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1203 void Codegen::LoadClassFromObject(Reg classReg, Reg objReg) in LoadClassFromObject()
1216 ScopedTmpReg classReg(GetEncoder()); in CreateMultiArrayCall() local
3613 ScopedTmpReg classReg(encoder); in VisitInitClass() local
4091 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillUnresolvedClass() local
4143 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillOtherClass() local
4179 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillArrayClass() local
4214 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillCheckCast() local
4291 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceUnresolved() local
4354 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseOther() local
4422 auto classReg = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(1), DataType::REFERENCE); in FillIsInstanceCaseArrayClass() local
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp186 static void CompileStaticFieldInitializers(compiler::PandaGen *pg, compiler::VReg classReg, in CompileStaticFieldInitializers()
251 …ileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler::VReg classReg, in CompileMissingProperties()
366 compiler::VReg classReg = pg->AllocReg(); in Compile() local
Dpandagen.cpp1475 void PandaGen::SetClassComputedFields(const ir::AstNode *node, VReg classReg, VReg computedInstance… in SetClassComputedFields()