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 - 7
of
7
) 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/include/llvm/ExecutionEngine/
OProfileWrapper.h
101
int
op_unload_native_code
(uint64_t addr);
/external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp
155
if (Wrapper.
op_unload_native_code
(reinterpret_cast<uint64_t>(FnStart)) == -1) {
OProfileWrapper.cpp
90
DynamicLibrary::SearchForAddressOfSymbol("
op_unload_native_code
");
254
int OProfileWrapper::
op_unload_native_code
(uint64_t Addr) {
function in class:llvm::OProfileWrapper
/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 25 milliseconds