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

  /art/runtime/
runtime.h 709 void InitNativeMethods() REQUIRES(!Locks::mutator_lock_);
runtime.cc 696 // InitNativeMethods needs to be after started_ so that the classes
699 ScopedTrace trace2("InitNativeMethods");
700 InitNativeMethods();
    [all...]

Completed in 439 milliseconds