Searched defs:code_addr (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/agents/jvmpi/
H A Djvmpi_oprofile.cpp86 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/
H A Djitdump.h70 u64 code_addr; member in struct:jr_code_load
95 u64 code_addr; member in struct:jr_code_debug_info
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c115 jmethodID method, jint code_size, void const * code_addr,
172 method_signature, code_addr, code_size);
183 (uint64_t)(uintptr_t) code_addr,
184 code_addr, code_size)) {
191 if (op_write_debug_line_info(agent_hdl, code_addr, map_length,
208 jmethodID method, void const * code_addr)
215 fprintf(stderr, "unload: addr=%p\n", code_addr);
216 if (op_unload_native_code(agent_hdl, (uint64_t)(uintptr_t) code_addr))
222 char const * name, void const * code_addr, jint code_size)
228 name, code_addr, code_siz
114 cb_compiled_method_load(jvmtiEnv * jvmti, jmethodID method, jint code_size, void const * code_addr, jint map_length, jvmtiAddrLocationMap const * map, void const * compile_info) argument
207 cb_compiled_method_unload(jvmtiEnv * jvmti_env, jmethodID method, void const * code_addr) argument
221 cb_dynamic_code_generated(jvmtiEnv * jvmti_env, char const * name, void const * code_addr, jint code_size) argument
[all...]
/external/oprofile/opjitconv/
H A Ddebug_line.c308 unsigned long code_addr)
324 unsigned long last_vma = code_addr;
330 emit_lne_set_address(b, (void const *)code_addr);
375 unsigned long code_addr)
396 emit_lineno_info(b, line, nr_entry, code_addr);
470 rec->nr_entry, rec->code_addr);
306 emit_lineno_info(struct growable_buffer * b, struct debug_line_info const * line, size_t nr_entry, unsigned long code_addr) argument
373 add_debug_line(struct growable_buffer * b, struct debug_line_info const * line, size_t nr_entry, unsigned long code_addr) argument

Completed in 63 milliseconds