Home
last modified time | relevance | path

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

/art/runtime/
Dfault_handler.cc60 static mirror::Class* SafeGetDeclaringClass(ArtMethod* method) in SafeGetDeclaringClass() function
115 static mirror::Class* SafeGetDeclaringClass(ArtMethod* method_obj) in SafeGetDeclaringClass() function
314 mirror::Class* cls = SafeGetDeclaringClass(method_obj); in IsInGeneratedCode()