HomeSort by relevance Sort by last modified time
    Searched refs:CallExitHook (Results 1 - 3 of 3) sorted by null

  /art/runtime/native/
java_lang_Runtime.cc 39 Runtime::Current()->CallExitHook(status);
  /art/runtime/
runtime.h 250 void CallExitHook(jint status);
runtime.cc 234 void Runtime::CallExitHook(jint status) {
    [all...]

Completed in 193 milliseconds