Lines Matching +defs:val +defs:enable
283 static void SetupDdmTracking(art::DdmCallback* listener, bool enable) { in SetupDdmTracking()
351 static void SetupObjectAllocationTracking(bool enable) { in SetupObjectAllocationTracking()
525 …orListener(art::MonitorCallback* monitor_listener, art::ParkCallback* park_listener, bool enable) { in SetupMonitorListener()
572 static void SetupGcPauseTracking(JvmtiGcPauseListener* listener, ArtJvmtiEvent event, bool enable) { in SetupGcPauseTracking()
599 void AddDelayedNonStandardExitEvent(const art::ShadowFrame* frame, bool is_object, jvalue val) in AddDelayedNonStandardExitEvent()
676 jvalue val; in MethodExited() local
723 jvalue val; in MethodExited() local
744 jvalue val; in MethodUnwind() local
837 jvalue val; in FieldWritten() local
872 jvalue val; in FieldWritten() local
1170 jvmtiError EventHandler::HandleEventDeopt(ArtJvmtiEvent event, jthread thread, bool enable) { in HandleEventDeopt()
1215 bool enable) { in SetupTraceListener()
1285 void EventHandler::SetupFramePopTraceListener(bool enable) { in SetupFramePopTraceListener()
1307 void EventHandler::HandleEventType(ArtJvmtiEvent event, bool enable) { in HandleEventType()
1604 jvalue val) { in AddDelayedNonStandardExitEvent()