Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_builder.cpp21 void CodeInfoBuilder::BeginMethod(uint32_t frameSize, uint32_t vregsCount) in BeginMethod()
123 …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.cpp53 size_t vregsCount {0}; in PushRegs() local
78 size_t vregsCount {0}; in PopRegs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp38 size_t vregsCount = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl() local
95 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/compiler/optimizer/code_generator/
Dcodegen.cpp851 size_t vregsCount = 0; in CreateStackMapRec() local
885 void Codegen::CreateVRegMap(SaveStateInst *saveState, size_t vregsCount, Inst *targetSite) in CreateVRegMap()