Searched refs:op_unload_native_code (Results 1 – 8 of 8) sorted by relevance
7 op_unload_native_code;
124 int op_unload_native_code(op_agent_t hdl, uint64_t vma);
354 int op_unload_native_code(op_agent_t hdl, uint64_t vma) in op_unload_native_code() function
161 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()
258 int OProfileWrapper::op_unload_native_code(uint64_t Addr) { in op_unload_native_code() function in llvm::OProfileWrapper
101 int op_unload_native_code(uint64_t addr);
148 if (op_unload_native_code(agent_hdl, (uint64_t)code_addr)) in compiled_method_unload()
216 if (op_unload_native_code(agent_hdl, (uint64_t)(uintptr_t) code_addr)) in cb_compiled_method_unload()