Lines Matching refs:code_addr
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()
231 (uint64_t)(uintptr_t) code_addr, in cb_dynamic_code_generated()
232 code_addr, code_size)) in cb_dynamic_code_generated()