Lines Matching defs:nullptr

69     CHECK(class_loader_allocator_ != nullptr);
74 if (self != nullptr) {
144 void* FindSymbol(const std::string& symbol_name, const char* shorty = nullptr) {
226 return (it == libraries_.end()) ? nullptr : it->second;
244 CHECK(declaring_class_loader_allocator != nullptr);
255 : nullptr;
257 if (fn == nullptr) {
260 if (fn != nullptr) {
270 return nullptr;
287 if (class_loader != nullptr &&
299 void* const sym = library->FindSymbol("JNI_OnUnload", nullptr);
300 if (sym == nullptr) {
305 jni_on_unload(soa.Vm(), nullptr);
319 if (vm == nullptr) {
337 if (vm == nullptr || Thread::Current() == nullptr) {
354 if (vm == nullptr || env == nullptr) {
358 if (thread == nullptr) {
359 *env = nullptr;
368 if (vm == nullptr || p_env == nullptr) {
374 if (self != nullptr) {
388 const char* thread_name = nullptr;
389 jobject thread_group = nullptr;
390 if (args != nullptr) {
403 *p_env = nullptr;
413 nullptr, // reserved0
414 nullptr, // reserved1
415 nullptr, // reserved2
425 check_jni_abort_hook_(nullptr),
426 check_jni_abort_hook_data_(nullptr),
450 ArtMethod* current_method = self->GetCurrentMethod(nullptr);
455 if (jni_function_name != nullptr) {
459 if (current_method != nullptr) {
465 if (check_jni_abort_hook_ != nullptr) {
523 if (obj == nullptr) {
524 return nullptr;
532 if (obj == nullptr) {
533 return nullptr;
544 if (obj == nullptr) {
555 if (obj == nullptr) {
643 DCHECK(self != nullptr);
677 if (self != nullptr) {
739 void* class_loader_allocator = nullptr;
748 loader = nullptr;
749 class_loader = nullptr;
753 CHECK(class_loader_allocator != nullptr);
755 if (library != nullptr) {
789 const char* path_str = path.empty() ? nullptr : path.c_str();
797 if (handle == nullptr) {
806 if (handle == nullptr) {
826 if (library == nullptr) { // We won race to get libraries_lock.
844 sym = library->FindSymbol("JNI_OnLoad", nullptr);
845 if (sym == nullptr) {
859 int version = (*jni_on_load)(this, nullptr);
902 if (native_method == nullptr) {
917 if (new_obj == nullptr) {
976 if (runtime == nullptr || buf_len == 0) {