Home
last modified time | relevance | path

Searched defs:vregsCount (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_builder.cpp22 void CodeInfoBuilder::BeginMethod(uint32_t frameSize, uint32_t vregsCount) in BeginMethod()
127 …odeInfoBuilder::BeginInlineInfo(void *method, uint32_t methodId, uint32_t bpc, uint32_t vregsCount) in BeginInlineInfo()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp63 size_t vregsCount {0}; in PushRegs() local
88 size_t vregsCount {0}; in PopRegs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp43 size_t vregsCount = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl() local
73 bool IrBuilder::BuildIr(size_t vregsCount) in BuildIr()
119 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount) in CheckMethodLimitations()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.cpp26 …sResolver::SpillFillsResolver(Graph *graph, Register resolver, size_t regsCount, size_t vregsCount) in SpillFillsResolver()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp174 … int32_t methodIdIndex, int32_t vregsCount, uint64_t stackSize) const in BuildSingleRegMap()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp912 size_t vregsCount = 0; in CreateStackMapRec() local
946 void Codegen::CreateVRegMap(SaveStateInst *saveState, size_t vregsCount, Inst *targetSite) in CreateVRegMap()