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

  /art/runtime/
runtime.h 660 void InitNativeMethods() REQUIRES(!Locks::mutator_lock_);
runtime.cc 591 // InitNativeMethods needs to be after started_ so that the classes
594 ScopedTrace trace2("InitNativeMethods");
595 InitNativeMethods();
    [all...]

Completed in 670 milliseconds