Searched refs:method_ptr (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | graph_test.h | 61 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()
|
D | runtime_adapter_test.cpp | 69 …auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOff… in GetPointers() local 70 pointers.method.push_back(method_ptr); in GetPointers()
|
D | common.h | 228 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/ |
D | optimize_bytecode.cpp | 93 … 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/ |
D | graph_test.h | 61 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()
|
D | irBuilder_tests.cpp | 70 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()
|
D | compiler_regalloc_test.cpp | 1073 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/ |
D | abc_file.cpp | 756 …auto method_ptr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOff… in GenerateFunctionGraph() local 758 … method_ptr, &adapter, false, nullptr, true, true); in GenerateFunctionGraph()
|