OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNativeMethodBind
(Results
1 - 4
of
4
) sorted by null
/art/runtime/openjdkjvmti/
events-inl.h
63
fn(NativeMethodBind, ArtJvmtiEvent::
kNativeMethodBind
) \
197
inline void EventHandler::DispatchEvent<ArtJvmtiEvent::
kNativeMethodBind
>(art::Thread* thread,
205
if (env != nullptr && ShouldDispatch<ArtJvmtiEvent::
kNativeMethodBind
>(env, thread)) {
206
auto callback = impl::GetCallback<ArtJvmtiEvent::
kNativeMethodBind
>(env);
events.h
54
kNativeMethodBind
= JVMTI_EVENT_NATIVE_METHOD_BIND,
ti_method.cc
56
if (event_handler->IsEventEnabledAnywhere(ArtJvmtiEvent::
kNativeMethodBind
)) {
63
event_handler->DispatchEvent<ArtJvmtiEvent::
kNativeMethodBind
>(
events.cc
355
case ArtJvmtiEvent::
kNativeMethodBind
:
Completed in 45 milliseconds