Searched defs:nativeCode (Results 1 - 1 of 1) sorted by path

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1672 void* nativeCode = called->GetEntryPointFromJni(); local
1674 // There are two cases for the content of nativeCode:
1679 DCHECK(nativeCode != nullptr);
1680 if (nativeCode == GetJniDlsymLookupStub()) {
1682 nativeCode = artFindNativeMethod();
1684 nativeCode = artFindNativeMethod(self);
1687 if (nativeCode == nullptr) {
1705 reinterpret_cast<uintptr_t>(nativeCode));

Completed in 9 milliseconds