Home | History | Annotate | Download | only in quick

Lines Matching refs:nativeCode

1976   void* nativeCode = called->GetEntryPointFromJni();
1978 // There are two cases for the content of nativeCode:
1983 DCHECK(nativeCode != nullptr);
1984 if (nativeCode == GetJniDlsymLookupStub()) {
1986 nativeCode = artFindNativeMethod();
1988 nativeCode = artFindNativeMethod(self);
1991 if (nativeCode == nullptr) {
2009 reinterpret_cast<uintptr_t>(nativeCode));