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

/external/oprofile/libopagent/
H A Dopagent.h89 int op_write_native_code(op_agent_t hdl, char const * symbol_name,
94 * Add debug line information to a piece of code. An op_write_native_code()
118 * An op_write_native_code() with the same vma should have
H A Dopagent.c221 int op_write_native_code(op_agent_t hdl, char const * symbol_name, function
/external/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h94 int op_write_native_code(const char* name,
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp102 if (Wrapper.op_write_native_code(F.getName().data(),
186 if (Wrapper.op_write_native_code(Name.data(), Addr, (void*)Addr, Size)
H A DOProfileWrapper.cpp85 DynamicLibrary::SearchForAddressOfSymbol("op_write_native_code");
212 int OProfileWrapper::op_write_native_code(const char* Name, function in class:llvm::OProfileWrapper
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c182 if (op_write_native_code(agent_hdl, buf,
185 perror("Error: op_write_native_code()");
230 if (op_write_native_code(agent_hdl, name,
233 perror("Error: op_write_native_code()");
/external/oprofile/agents/jvmpi/
H A Djvmpi_oprofile.cpp135 if (op_write_native_code(agent_hdl, buf, (uint64_t) code_addr,
137 perror("Error: op_write_native_code()");

Completed in 998 milliseconds