Home
last modified time | relevance | path

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

/external/oprofile/libopagent/
Dopagent_symbols.ver7 op_unload_native_code;
Dopagent.h124 int op_unload_native_code(op_agent_t hdl, uint64_t vma);
Dopagent.c354 int op_unload_native_code(op_agent_t hdl, uint64_t vma) in op_unload_native_code() function
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp161 if (Wrapper.op_unload_native_code(reinterpret_cast<uint64_t>(FnStart)) == -1) { in NotifyFreeingMachineCode()
212 if (Wrapper.op_unload_native_code(Addr) == -1) { in NotifyFreeingObject()
DOProfileWrapper.cpp258 int OProfileWrapper::op_unload_native_code(uint64_t Addr) { in op_unload_native_code() function in llvm::OProfileWrapper
/external/llvm/include/llvm/ExecutionEngine/
DOProfileWrapper.h101 int op_unload_native_code(uint64_t addr);
/external/oprofile/agents/jvmpi/
Djvmpi_oprofile.cpp148 if (op_unload_native_code(agent_hdl, (uint64_t)code_addr)) in compiled_method_unload()
/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c216 if (op_unload_native_code(agent_hdl, (uint64_t)(uintptr_t) code_addr)) in cb_compiled_method_unload()