Searched refs:handle_event (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis-demo.c126 static void* handle_event(void* cookie, const char* event, void* arg) { function
205 handle_event, (void*) event_cookie,
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp224 address handle_event(const char* event, address arg);
268 address decode_env::handle_event(const char* event, address arg) { function in class:decode_env
399 return env->handle_event(event, (address) arg);

Completed in 263 milliseconds