Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc407 SetEntryPointFromJni(new_native_method); in RegisterNative()
414 SetEntryPointFromJni(GetJniDlsymLookupStub()); in UnregisterNative()
Dart_method.h537 void SetEntryPointFromJni(const void* entrypoint) { in SetEntryPointFromJni() function