Home
last modified time | relevance | path

Searched defs:JvmtiMethodInspectionCallback (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Ddeopt_manager.h56 struct JvmtiMethodInspectionCallback : public art::MethodInspectionCallback { struct
58 explicit JvmtiMethodInspectionCallback(DeoptManager* manager) : manager_(manager) {} in JvmtiMethodInspectionCallback() function