Searched refs:op_unload_native_code (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/libopagent/
H A Dopagent.h124 int op_unload_native_code(op_agent_t hdl, uint64_t vma);
H A Dopagent.c354 int op_unload_native_code(op_agent_t hdl, uint64_t vma) function
/external/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h101 int op_unload_native_code(uint64_t addr);
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp161 if (Wrapper.op_unload_native_code(reinterpret_cast<uint64_t>(FnStart)) == -1) {
212 if (Wrapper.op_unload_native_code(Addr) == -1) {
H A DOProfileWrapper.cpp89 DynamicLibrary::SearchForAddressOfSymbol("op_unload_native_code");
258 int OProfileWrapper::op_unload_native_code(uint64_t Addr) { function in class:llvm::OProfileWrapper
/external/oprofile/agents/jvmpi/
H A Djvmpi_oprofile.cpp148 if (op_unload_native_code(agent_hdl, (uint64_t)code_addr))
149 perror("Error: op_unload_native_code()");
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c216 if (op_unload_native_code(agent_hdl, (uint64_t)(uintptr_t) code_addr))
217 perror("Error: op_unload_native_code()");

Completed in 3415 milliseconds