Searched refs:op_write_native_code (Results 1 – 9 of 9) sorted by relevance
/external/oprofile/libopagent/ |
D | opagent_symbols.ver | 5 op_write_native_code;
|
D | opagent.h | 89 int op_write_native_code(op_agent_t hdl, char const * symbol_name,
|
D | opagent.c | 221 int op_write_native_code(op_agent_t hdl, char const * symbol_name, in op_write_native_code() function
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 102 if (Wrapper.op_write_native_code(F.getName().data(), in NotifyFunctionEmitted() 186 if (Wrapper.op_write_native_code(Name.data(), Addr, (void*)Addr, Size) in NotifyObjectEmitted()
|
D | OProfileWrapper.cpp | 212 int OProfileWrapper::op_write_native_code(const char* Name, in op_write_native_code() function in llvm::OProfileWrapper
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | OProfileWrapper.h | 94 int op_write_native_code(const char* name,
|
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 182 if (op_write_native_code(agent_hdl, buf, in cb_compiled_method_load() 230 if (op_write_native_code(agent_hdl, name, in cb_dynamic_code_generated()
|
/external/oprofile/agents/jvmpi/ |
D | jvmpi_oprofile.cpp | 135 if (op_write_native_code(agent_hdl, buf, (uint64_t) code_addr, in compiled_method_load()
|
/external/oprofile/ |
D | TODO | 209 o op_write_native_code() must accept one more parameter, the real code size
|