Searched refs:code_addr (Results 1 – 6 of 6) sorted by relevance
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 115 jmethodID method, jint code_size, void const * code_addr, in cb_compiled_method_load() argument 172 method_signature, code_addr, code_size); in cb_compiled_method_load() 183 (uint64_t)(uintptr_t) code_addr, in cb_compiled_method_load() 184 code_addr, code_size)) { in cb_compiled_method_load() 191 if (op_write_debug_line_info(agent_hdl, code_addr, map_length, in cb_compiled_method_load() 208 jmethodID method, void const * code_addr) in cb_compiled_method_unload() argument 215 fprintf(stderr, "unload: addr=%p\n", code_addr); in cb_compiled_method_unload() 216 if (op_unload_native_code(agent_hdl, (uint64_t)(uintptr_t) code_addr)) in cb_compiled_method_unload() 222 char const * name, void const * code_addr, jint code_size) in cb_dynamic_code_generated() argument 228 name, code_addr, code_size); in cb_dynamic_code_generated() [all …]
|
/external/oprofile/agents/jvmpi/ |
D | jvmpi_oprofile.cpp | 86 void * code_addr = event->u.compiled_method_load.code_addr; in compiled_method_load() local 124 << ", addr=" << code_addr << ", size=" in compiled_method_load() 135 if (op_write_native_code(agent_hdl, buf, (uint64_t) code_addr, in compiled_method_load() 136 code_addr, code_size)) in compiled_method_load() 142 void * code_addr = event->u.compiled_method_load.code_addr; in compiled_method_unload() local 145 << (unsigned long long) (uintptr_t) code_addr in compiled_method_unload() 148 if (op_unload_native_code(agent_hdl, (uint64_t)code_addr)) in compiled_method_unload()
|
/external/oprofile/libopagent/ |
D | jitdump.h | 70 u64 code_addr; member 95 u64 code_addr; member
|
D | opagent.c | 241 rec.code_addr = (u64) (uintptr_t) code; in op_write_native_code() 302 rec.code_addr = (uint64_t)(uintptr_t)code; in op_write_debug_line_info()
|
/external/oprofile/opjitconv/ |
D | debug_line.c | 308 unsigned long code_addr) in emit_lineno_info() argument 324 unsigned long last_vma = code_addr; in emit_lineno_info() 330 emit_lne_set_address(b, (void const *)code_addr); in emit_lineno_info() 375 unsigned long code_addr) in add_debug_line() argument 396 emit_lineno_info(b, line, nr_entry, code_addr); in add_debug_line() 470 rec->nr_entry, rec->code_addr); in init_debug_line_info()
|
D | parse_dump.c | 35 end = rec->code_addr ? ptr + size : NULL; in parse_code_load() 46 entry->code = rec->code_addr ? ptr : NULL; in parse_code_load()
|