HomeSort by relevance Sort by last modified time
    Searched refs:op_write_native_code (Results 1 - 7 of 7) sorted by null

  /external/oprofile/libopagent/
opagent.h 89 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
opagent.c 221 int op_write_native_code(op_agent_t hdl, char const * symbol_name, function
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 94 int op_write_native_code(const char* name,
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 182 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/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 96 if (Wrapper.op_write_native_code(F.getName().data(),
OProfileWrapper.cpp 86 DynamicLibrary::SearchForAddressOfSymbol("op_write_native_code");
208 int OProfileWrapper::op_write_native_code(const char* Name, function in class:llvm::OProfileWrapper
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 135 if (op_write_native_code(agent_hdl, buf, (uint64_t) code_addr,
137 perror("Error: op_write_native_code()");

Completed in 26 milliseconds