OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFieldModification
(Results
1 - 3
of
3
) sorted by null
/art/openjdkjvmti/
events.cc
640
if (event_handler_->IsEventEnabledAnywhere(ArtJvmtiEvent::
kFieldModification
)) {
650
RunEventCallback<ArtJvmtiEvent::
kFieldModification
>(
672
if (event_handler_->IsEventEnabledAnywhere(ArtJvmtiEvent::
kFieldModification
)) {
684
RunEventCallback<ArtJvmtiEvent::
kFieldModification
>(
[
all
...]
events-inl.h
106
fn(FieldModification, ArtJvmtiEvent::
kFieldModification
) \
331
// the kBreakpoint, kFramePop, kFieldAccess, and
kFieldModification
events.
370
inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::
kFieldModification
>(
383
return ShouldDispatchOnThread<ArtJvmtiEvent::
kFieldModification
>(env, thread) &&
events.h
57
kFieldModification
= JVMTI_EVENT_FIELD_MODIFICATION,
Completed in 77 milliseconds