HomeSort by relevance Sort by last modified time
    Searched defs:code_addr (Results 1 - 2 of 2) sorted by null

  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 86 void * code_addr = event->u.compiled_method_load.code_addr; local
124 << ", addr=" << code_addr << ", size="
135 if (op_write_native_code(agent_hdl, buf, (uint64_t) code_addr,
136 code_addr, code_size))
142 void * code_addr = event->u.compiled_method_load.code_addr; local
145 << (unsigned long long) (uintptr_t) code_addr
148 if (op_unload_native_code(agent_hdl, (uint64_t)code_addr))
  /external/oprofile/libopagent/
jitdump.h 70 u64 code_addr; member in struct:jr_code_load
95 u64 code_addr; member in struct:jr_code_debug_info

Completed in 1515 milliseconds