Searched defs:classReg (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | esmodule.test.ts | 53 let classReg = new VReg(); variable
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 389 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/ |
| D | codegen.cpp | 1203 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/ |
| D | JSCompiler.cpp | 186 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
|
| D | pandagen.cpp | 1475 void PandaGen::SetClassComputedFields(const ir::AstNode *node, VReg classReg, VReg computedInstance… in SetClassComputedFields()
|