OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 77 milliseconds