OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_unload_native_code
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libopagent/
opagent.h
124
int
op_unload_native_code
(op_agent_t hdl, uint64_t vma);
opagent.c
354
int
op_unload_native_code
(op_agent_t hdl, uint64_t vma)
function
/external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp
167
if (
op_unload_native_code
(Agent, reinterpret_cast<uint64_t>(FnStart)) == -1) {
/external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp
148
if (
op_unload_native_code
(agent_hdl, (uint64_t)code_addr))
149
perror("Error:
op_unload_native_code
()");
/external/oprofile/agents/jvmti/
libjvmti_oprofile.c
216
if (
op_unload_native_code
(agent_hdl, (uint64_t)(uintptr_t) code_addr))
217
perror("Error:
op_unload_native_code
()");
Completed in 1418 milliseconds