Searched refs:GetMethodCodeSize (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 105 virtual size_t GetMethodCodeSize([[maybe_unused]] MethodPtr method) const in GetMethodCodeSize() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 258 … << ", size=" << GetGraph()->GetRuntime()->GetMethodCodeSize(ctx.method) << ", vregs=" in TryInline() 341 … LOG_INLINING(DEBUG) << "Try to inline monomorphic(size=" << runtime->GetMethodCodeSize(ctx.method) in DoInlineMonomorphic() 1191 << GetGraph()->GetRuntime()->GetMethodCodeSize(ctx->method) << ") = " in BuildGraph() 1192 … << (double)inlinedInstsCount / GetGraph()->GetRuntime()->GetMethodCodeSize(ctx->method); in BuildGraph() 1220 size_t methodSize = GetGraph()->GetRuntime()->GetMethodCodeSize(ctx->method); in CheckMethodSize() 1282 …GetGraph()->GetRuntime()->GetMethodCodeSize(ctx->method) <= g_options.GetCompilerInliningAlwaysInl… in CheckDepthLimit() 1286 … << "', size: " << GetGraph()->GetRuntime()->GetMethodCodeSize(ctx->method); in CheckDepthLimit()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 96 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
|
| D | optimize_bytecode.cpp | 112 …odeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSize(method_ptr)); in BuildMapFromPcToIns()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 104 EXPECT_NE(adapter.GetMethodCodeSize(main), 0); in TEST()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 104 EXPECT_NE(adapter.GetMethodCodeSize(main), 0U); in TEST()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 139 …ecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSize(methodPtr)); in BuildMapFromPcToIns()
|
| D | runtime_adapter.h | 154 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 42 …ructions pbcInstructions(instructionsBuf, GetGraph()->GetRuntime()->GetMethodCodeSize(GetMethod())… in RunImpl() 708 GetGraph()->GetRuntime()->GetMethodCodeSize(GetMethod())); in RunImpl()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 31 …ctions pbc_instructions(instructions_buf, GetGraph()->GetRuntime()->GetMethodCodeSize(GetMethod())… in RunImpl()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 187 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_inst_test.cpp | 1009 EXPECT_EQ(interface.GetMethodCodeSize(method), 0); in __anonaa205d011602()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 254 virtual size_t GetMethodCodeSize([[maybe_unused]] MethodPtr method) const in GetMethodCodeSize() function
|