Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc394 SetEntryPointFromJni(new_native_method); in RegisterNative()
401 SetEntryPointFromJni(GetJniDlsymLookupStub()); in UnregisterNative()
Dart_method.h533 void SetEntryPointFromJni(const void* entrypoint) { in SetEntryPointFromJni() function