Home
last modified time | relevance | path

Searched refs:catch_pc (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Devents.cc988 uint32_t catch_pc; in ExceptionThrown() local
989 FindCatchMethodsFromThrow(self, exception_object, &catch_method, &catch_pc); in ExceptionThrown()
1004 static_cast<jlocation>(catch_pc)); in ExceptionThrown()