Searched defs:JvmtiMethodInspectionCallback (Results 1 – 1 of 1) sorted by relevance
56 struct JvmtiMethodInspectionCallback : public art::MethodInspectionCallback { struct58 explicit JvmtiMethodInspectionCallback(DeoptManager* manager) : manager_(manager) {} in JvmtiMethodInspectionCallback() argument