Home
last modified time | relevance | path

Searched refs:InitializeJNIHandlers (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dunstarted_runtime.h99 static void InitializeJNIHandlers(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
Dunstarted_runtime.cc2058 void UnstartedRuntime::InitializeJNIHandlers(Thread* self) { in InitializeJNIHandlers() function in art::interpreter::UnstartedRuntime
2075 InitializeJNIHandlers(soa.Self()); in Initialize()