Home
last modified time | relevance | path

Searched refs:GetVRegCount (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.h29 size_t GetVRegCount() const in GetVRegCount() function in panda::compiler::RegAllocStat
H A Dreg_alloc_base.cpp73 << st.GetVRegCount() << " slots " << st.GetSlotCount() << " vslots " in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.h29 size_t GetVRegCount() const in GetVRegCount() function in ark::compiler::RegAllocStat
H A Dreg_alloc_base.cpp78 << st.GetVRegCount() << " slots " << st.GetSlotCount() << " vslots " in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_graph_coloring_new_test.cpp436 EXPECT_EQ(st.GetVRegCount(), 0); in HWTEST_F()
474 EXPECT_EQ(st.GetVRegCount(), fp_reg_count); in HWTEST_F()
508 EXPECT_EQ(st.GetVRegCount(), 0); in HWTEST_F()
H A Dcompiler_regalloc_test.cpp938 EXPECT_EQ(st3.GetVRegCount(), 0); in HWTEST_F()
/arkcompiler/runtime_core/verifier/
H A Dverifier.h90 size_t GetVRegCount(const BytecodeInstruction &bc_ins);
H A Dverifier.cpp124 const size_t count = GetVRegCount(bc_ins); in VerifyRegisterIndex()
304 size_t Verifier::GetVRegCount(const BytecodeInstruction &bc_ins) in GetVRegCount() function in panda::verifier::Verifier
828 const size_t count = GetVRegCount(current_ins); in VerifyMethodInstructions()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h238 uint32_t GetVRegCount() const in GetVRegCount() function in panda::ecmascript::kungfu::BytecodeMetaData
251 static size_t GetVRegCount(const BytecodeInstruction &inst);
H A Dbytecode_info_collector.cpp222 uint32_t vregCount = metaData.GetVRegCount(); in IsVRegUsed()
H A Dbytecodes.cpp534 auto vregCount = GetVRegCount(inst); in InitBytecodeMetaData()
542 size_t BytecodeMetaData::GetVRegCount(const BytecodeInstruction &inst) in GetVRegCount() function in panda::ecmascript::kungfu::BytecodeMetaData
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.h308 size_t GetVRegCount(const StackMap &stackMap) const in GetVRegCount() function in ark::compiler::final

Completed in 17 milliseconds