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

  /art/runtime/
runtime.h 505 void InitNativeMethods() LOCKS_EXCLUDED(Locks::mutator_lock_);
runtime.cc 434 // InitNativeMethods needs to be after started_ so that the classes
436 InitNativeMethods();
906 void Runtime::InitNativeMethods() {
907 VLOG(startup) << "Runtime::InitNativeMethods entering";
940 VLOG(startup) << "Runtime::InitNativeMethods exiting";
    [all...]

Completed in 370 milliseconds