Home | History | Annotate | Download | only in runtime

Lines Matching full:nullptr

101     if (receiver != nullptr) {
137 if (receiver != nullptr) {
220 if (receiver != nullptr) {
225 if (((shorty_[i] == 'L') && (arg != nullptr)) || ((arg == nullptr && shorty_[i] != 'L'))) {
228 if (UNLIKELY(arg == nullptr || !arg->InstanceOf(dst_class))) {
240 if (LIKELY(arg != nullptr && arg->GetClass<>()->DescriptorEquals(match_descriptor))) { \
245 } else if (LIKELY(arg != nullptr && \
348 if (params == nullptr) {
362 if (param_type == nullptr) {
375 if (argument != nullptr && !argument->InstanceOf(param_type)) {
415 vm->JniAbortF(nullptr, "bad arguments passed to %s (see above for details)",
454 nullptr : soa.Decode<mirror::Object*>(obj);
484 mirror::Object* receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object*>(obj);
514 receiver = nullptr;
545 receiver = nullptr;
568 return nullptr;
580 return nullptr;
585 mirror::Object* receiver = nullptr;
591 CHECK(javaReceiver == nullptr);
596 return nullptr;
608 uint32_t classes_size = (classes == nullptr) ? 0 : classes->Size();
609 uint32_t arg_count = (objects != nullptr) ? objects->GetLength() : 0;
613 return nullptr;
617 mirror::Class* calling_class = nullptr;
622 calling_class == nullptr ? "null" : PrettyClass(calling_class).c_str(),
625 m->GetDeclaringClass() == nullptr ? "null" :
627 return nullptr;
637 return nullptr;
648 if (exception_class == nullptr) {
650 return nullptr;
653 CHECK(mid != nullptr);
655 if (exception_instance == nullptr) {
657 return nullptr;
660 return nullptr;
673 return nullptr;
676 jmethodID m = nullptr;
713 shorty = nullptr;
734 if (f != nullptr) {
744 bool unbox_for_result = (f == nullptr);
746 if (UNLIKELY(o != nullptr && !o->InstanceOf(dst_class))) {
767 if (UNLIKELY(o == nullptr)) {
781 mirror::Class* src_class = nullptr;
824 DCHECK(f != nullptr);
829 return UnboxPrimitive(o, dst_class, nullptr, unboxed_value);
835 return visitor.caller != nullptr ? visitor.caller->GetDeclaringClass() : nullptr;
844 if (UNLIKELY(klass == nullptr)) {
862 if (obj != nullptr && !obj->InstanceOf(calling_class) &&