Home
last modified time | relevance | path

Searched refs:method_ptr (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dgraph_test.h61 auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>( in TestBuildGraphFromFile()
64 … auto *graph = allocator.New<Graph>(&allocator, &local_allocator, Arch::NONE, method_ptr, &adapter, in TestBuildGraphFromFile()
94 auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>( in TestBuildGraphFromFunc()
97 … auto *graph = allocator.New<Graph>(&allocator, &local_allocator, Arch::NONE, method_ptr, &adapter, in TestBuildGraphFromFunc()
Druntime_adapter_test.cpp69 …auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOff… in GetPointers() local
70 pointers.method.push_back(method_ptr); in GetPointers()
Dcommon.h228 auto method_ptr = in ParseToGraph()
233 …emp_graph = allocator_.New<compiler::Graph>(&allocator_, &local_allocator_, Arch::NONE, method_ptr, in ParseToGraph()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp93 … const compiler::Graph *graph, compiler::RuntimeInterface::MethodPtr method_ptr) in BuildMapFromPcToIns() argument
98 auto instructions_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToIns()
99 …odeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSize(method_ptr)); in BuildMapFromPcToIns()
157 … compiler::RuntimeInterface::MethodPtr method_ptr, const pandasm::Program *prog) in BuildMapFromPcToType() argument
164 const auto *instruction_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToType()
165 …codeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSize(method_ptr)); in BuildMapFromPcToType()
305 …auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOff… in OptimizeFunction() local
308 …locator.New<compiler::Graph>(&allocator, &local_allocator, Arch::NONE, method_ptr, &adapter, false, in OptimizeFunction()
317 BuildMapFromPcToType(function, graph, method_ptr, prog); in OptimizeFunction()
320 BuildMapFromPcToIns(function, ir_interface, graph, method_ptr); in OptimizeFunction()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_test.h61 auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>( in TestBuildGraphFromFile()
64 … auto *graph = allocator.New<Graph>(&allocator, &local_allocator, Arch::NONE, method_ptr, &adapter, in TestBuildGraphFromFile()
DirBuilder_tests.cpp70 auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>( in TestBuildGraphFromFunc() local
73 … auto *graph = allocator.New<Graph>(&allocator, &local_allocator, Arch::NONE, method_ptr, &adapter, in TestBuildGraphFromFunc()
98 auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>( in TestBuildGraphFromFile() local
101 … auto *graph = allocator.New<Graph>(&allocator, &local_allocator, Arch::NONE, method_ptr, &adapter, in TestBuildGraphFromFile()
Dcompiler_regalloc_test.cpp1073 auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>( in __anon5d7559aa1702() local
1076 …to *graph = allocator.New<Graph>(&allocator, &local_allocator, Arch::AARCH32, method_ptr, &adapter, in __anon5d7559aa1702()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp756 …auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOff… in GenerateFunctionGraph() local
758method_ptr, &adapter, false, nullptr, true, true); in GenerateFunctionGraph()