Home
last modified time | relevance | path

Searched refs:GetMethodCodeSize (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h105 virtual size_t GetMethodCodeSize([[maybe_unused]] MethodPtr method) const in GetMethodCodeSize() function
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp99 …odeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSize(method_ptr)); in BuildMapFromPcToIns()
165 …codeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSize(method_ptr)); in BuildMapFromPcToType()
Druntime_adapter.h93 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp104 EXPECT_NE(adapter.GetMethodCodeSize(main), 0U); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp104 EXPECT_NE(adapter.GetMethodCodeSize(main), 0); in TEST()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp37 …ructions pbcInstructions(instructionsBuf, GetGraph()->GetRuntime()->GetMethodCodeSize(GetMethod())… in RunImpl()
642 GetGraph()->GetRuntime()->GetMethodCodeSize(GetMethod())); in RunImpl()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp139 …ecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSize(methodPtr)); in BuildMapFromPcToIns()
Druntime_adapter.h154 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp219 … << ", size=" << GetGraph()->GetRuntime()->GetMethodCodeSize(ctx.method) << ", vregs=" in TryInline()
302 … LOG_INLINING(DEBUG) << "Try to inline monomorphic(size=" << runtime->GetMethodCodeSize(ctx.method) in DoInlineMonomorphic()
1262 …GetGraph()->GetRuntime()->GetMethodCodeSize(ctx->method) >= g_options.GetCompilerInliningMaxSize(); in CheckMethodCanBeInlined()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp40 …ctions pbc_instructions(instructions_buf, GetGraph()->GetRuntime()->GetMethodCodeSize(GetMethod())… in RunImpl()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h187 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp997 EXPECT_EQ(interface.GetMethodCodeSize(method), 0); in __anon8ce037611602()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h255 virtual size_t GetMethodCodeSize([[maybe_unused]] MethodPtr method) const in GetMethodCodeSize() function