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

  /art/runtime/
runtime.h 689 void InitNativeMethods() REQUIRES(!Locks::mutator_lock_);
runtime.cc 728 // InitNativeMethods needs to be after started_ so that the classes
731 ScopedTrace trace2("InitNativeMethods");
732 InitNativeMethods();
    [all...]

Completed in 59 milliseconds