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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2414 void const* nativeCode = called->GetEntryPointFromJni(); local
2416 // There are two cases for the content of nativeCode:
2421 DCHECK(nativeCode != nullptr);
2422 if (nativeCode == GetJniDlsymLookupStub()) {
2424 nativeCode = artFindNativeMethod();
2426 nativeCode = artFindNativeMethod(self);
2429 if (nativeCode == nullptr) {
2474 if (nativeCode != nullptr &&
2479 nativeCode = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(nativeCode) |
[all...]

Completed in 30 milliseconds