Searched refs:nullptr (Results 151 - 175 of 729) sorted by relevance

1234567891011>>

/art/runtime/native/
H A Djava_lang_reflect_Array.cc33 DCHECK(javaElementClass != nullptr);
37 DCHECK(javaDimArray != nullptr);
52 DCHECK(javaElementClass != nullptr);
55 return nullptr;
61 if (UNLIKELY(array_class == nullptr)) {
63 return nullptr;
/art/test/004-SignalTest/
H A Dsignaltest.cc77 sigprocmask(SIG_UNBLOCK, &mask, nullptr);
109 action.sa_restorer = nullptr;
114 sigaction(SIGSEGV, nullptr, &check);
123 sigaction(SIGSEGV, &oldaction, nullptr);
128 char *go_away_compiler = nullptr;
135 sigprocmask(SIG_UNBLOCK, &mask, nullptr);
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc37 if (instruction != nullptr && instruction->IsIntConstant()) {
41 instruction_ = nullptr;
70 HInstruction* left_so_far = nullptr;
91 return left_so_far != nullptr;
97 return ValueBound(nullptr, instruction->AsIntConstant()->GetValue());
110 DCHECK(instruction != nullptr);
113 return ValueBound(nullptr, instruction->AsIntConstant()->GetValue());
141 return (instruction_ != nullptr) &&
146 return instruction_ == nullptr;
149 static ValueBound Min() { return ValueBound(nullptr, st
[all...]
H A Dloop_optimization.cc183 DCHECK(block != nullptr);
184 DCHECK(instruction != nullptr);
199 loop_allocator_(nullptr),
201 top_loop_(nullptr),
202 last_loop_(nullptr),
203 iset_(nullptr),
207 vector_refs_(nullptr),
208 vector_map_(nullptr) {
226 if (top_loop_ == nullptr) {
231 loop_allocator_ = nullptr;
[all...]
/art/runtime/gc/
H A Dheap.cc192 : non_moving_space_(nullptr),
193 rosalloc_space_(nullptr),
194 dlmalloc_space_(nullptr),
195 main_space_(nullptr),
200 pending_task_lock_(nullptr),
208 zygote_space_(nullptr),
213 thread_running_gc_(nullptr),
246 bump_pointer_space_(nullptr),
247 temp_space_(nullptr),
248 region_space_(nullptr),
[all...]
H A Dreference_queue.cc29 ReferenceQueue::ReferenceQueue(Mutex* lock) : lock_(lock), list_(nullptr) {
33 DCHECK(ref != nullptr);
41 DCHECK(ref != nullptr);
50 DCHECK(head != nullptr);
60 DCHECK(ref != nullptr);
64 list_ = nullptr;
69 ref->SetPendingNext(nullptr);
81 CHECK(ref != nullptr);
93 if (referent != nullptr) {
105 if (cur == nullptr) {
[all...]
/art/runtime/
H A Doat_file_assistant.cc75 CHECK(dex_location != nullptr) << "OatFileAssistant: null dex location";
91 UniqueCPtr<const char[]> dex_location_real(realpath(dex_location, nullptr));
92 if (dex_location_real != nullptr) {
166 CHECK(error_msg != nullptr);
202 CHECK(filter != nullptr);
203 CHECK(error_msg != nullptr);
257 CHECK(oat_.Filename() != nullptr);
262 if (file == nullptr) {
275 CHECK(odex_.Filename() != nullptr);
283 if (file == nullptr) {
[all...]
H A Dthread_list.cc153 Thread::DumpState(os, nullptr, tid);
156 DumpNativeStack(os, tid, nullptr, " native: ");
169 while ((e = readdir(d)) != nullptr) {
196 backtrace_map_(dump_native_stack ? BacktraceMap::Create(getpid()) : nullptr),
203 CHECK(self != nullptr);
246 if (self != nullptr) {
326 bool updated = thread->ModifySuspendCount(self, +1, nullptr, false);
335 if (callback != nullptr) {
369 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false);
475 /*backtrace_map*/ nullptr, local
[all...]
H A Dclass_linker-inl.h41 if (array_class != nullptr && array_class->GetComponentType() == *element_class) {
52 if (array_class != nullptr) {
69 if (type == nullptr) {
82 if (UNLIKELY(resolved_type == nullptr)) {
95 if (resolved_method == nullptr || resolved_method->IsRuntimeMethod()) {
96 return nullptr;
116 if (UNLIKELY(resolved_type == nullptr)) {
129 if (UNLIKELY(resolved_method == nullptr)) {
152 if (field == nullptr) {
165 if (UNLIKELY(resolved_field == nullptr)) {
[all...]
H A Dread_barrier-inl.h42 if (self != nullptr) {
79 if (heap != nullptr && heap->GetReadBarrierTable()->IsSet(old_ref)) {
107 if (self != nullptr) {
114 if (self != nullptr && self->GetIsGcMarking()) {
124 if (self != nullptr &&
155 if (self != nullptr && self->GetIsGcMarking()) {
165 if (self != nullptr &&
193 if (ref == nullptr) {
194 return nullptr;
207 if (heap == nullptr) {
[all...]
H A Dmonitor_pool.cc32 first_free_(nullptr) {
34 monitor_chunks_[i] = nullptr; // Not absolutely required, but ...
42 DCHECK(first_free_ == nullptr);
54 DCHECK(monitor_chunks_[current_chunk_list_index_] == nullptr);
62 CHECK_NE(reinterpret_cast<uintptr_t>(nullptr), reinterpret_cast<uintptr_t>(chunk));
73 last->next_free_ = nullptr;
95 DCHECK_NE(monitor_chunks_[i], static_cast<uintptr_t*>(nullptr));
115 if (first_free_ == nullptr) {
H A Druntime_common.h43 DumpNativeStack(os, GetTid(), nullptr, "\t", nullptr, raw_context_);
/art/runtime/jit/
H A Djit_code_cache.cc79 return nullptr;
89 "data-code-cache", nullptr,
96 if (data_map == nullptr) {
100 return nullptr;
116 if (code_map == nullptr) {
120 return nullptr;
163 if (code_mspace_ == nullptr || data_mspace_ == nullptr) {
247 if (result == nullptr) {
315 CHECK(class_linker->GetInternTable()->LookupStrong(Thread::Current(), str) != nullptr);
322 GetRootTable(const void* code_ptr, uint32_t* number_of_roots = nullptr) argument
[all...]
H A Ddebugger_interface.cc68 JITDescriptor __jit_debug_descriptor = { 1, JIT_NOACTION, nullptr, nullptr };
79 CHECK(symfile_copy != nullptr);
83 CHECK(entry != nullptr);
86 entry->prev_ = nullptr;
89 if (entry->next_ != nullptr) {
101 if (entry->prev_ != nullptr) {
107 if (entry->next_ != nullptr) {
/art/runtime/mirror/
H A Dthrowable.cc50 CHECK(cause != nullptr);
53 CHECK(current_cause == nullptr || current_cause == this);
62 CHECK(state != nullptr);
79 if (stack_state == nullptr || !stack_state->IsObjectArray()) {
93 if (msg != nullptr) {
99 if (stack_state != nullptr && stack_state->IsObjectArray()) {
125 if (stack_trace != nullptr && stack_trace->IsObjectArray()) {
135 DCHECK(ste != nullptr);
140 method_name != nullptr ? method_name->ToModifiedUtf8().c_str() : "<unknown method>",
141 file_name != nullptr
[all...]
H A Dcall_site.cc38 CHECK(klass != nullptr);
44 static_class_ = GcRoot<Class>(nullptr);
/art/runtime/openjdkjvmti/
H A Dti_class_loader.cc93 CHECK(internal_cookie_field != nullptr);
112 CHECK(internal_cookie_field != nullptr);
121 CHECK(cookie != nullptr);
125 if (new_cookie == nullptr) {
127 return nullptr;
152 nullptr));
159 CHECK(path_list_field != nullptr);
164 CHECK(dex_path_list_element_field != nullptr);
169 CHECK(element_dex_file_field != nullptr);
178 return nullptr;
[all...]
H A Dti_dump.cc51 event_handler->DispatchEvent<ArtJvmtiEvent::kDataDumpRequest>(nullptr);
54 EventHandler* event_handler = nullptr;
/art/compiler/driver/
H A Dcompiler_driver_test.cc48 /* verifier_deps */ nullptr,
63 CHECK(class_ != nullptr) << "Class not found: " << class_name;
69 CHECK(mid_ != nullptr) << "Method not found: " << class_name << "." << method << signature;
76 CHECK(dex_file != nullptr);
91 CHECK(c != nullptr);
107 CompileAll(nullptr);
111 ASSERT_TRUE(java_lang_dex_file_ != nullptr);
117 EXPECT_TRUE(string != nullptr) << "string_idx=" << i;
122 EXPECT_TRUE(type != nullptr) << "type_idx=" << i
130 EXPECT_TRUE(method != nullptr) << "method_id
[all...]
/art/runtime/gc/space/
H A Dspace_test.h40 jobject byte_array_class_ = nullptr;
57 auto null_loader(hs.NewHandle<mirror::ClassLoader>(nullptr));
58 if (byte_array_class_ == nullptr) {
61 EXPECT_TRUE(byte_array_class != nullptr);
63 EXPECT_TRUE(byte_array_class_ != nullptr);
82 if (obj != nullptr) {
99 if (obj != nullptr) {
109 EXPECT_TRUE(byte_array_class != nullptr);
191 auto object(hs.NewHandle<mirror::Object>(nullptr));
195 object.Assign(Alloc(space, self, alloc_size, &bytes_allocated, nullptr,
[all...]
/art/compiler/
H A Doat_test.cc71 if (compiled_method == nullptr) {
72 EXPECT_TRUE(oat_method.GetQuickCode() == nullptr) << method->PrettyMethod() << " "
79 EXPECT_TRUE(quick_oat_code != nullptr) << method->PrettyMethod();
98 ASSERT_TRUE(error_msg != nullptr);
100 ASSERT_TRUE(insn_features_ != nullptr) << error_msg;
115 /* image_classes */ nullptr,
116 /* compiled_classes */ nullptr,
117 /* compiled_methods */ nullptr,
123 /* profile_compilation_info */ nullptr));
134 /*profile_compilation_info*/nullptr);
[all...]
/art/compiler/dex/
H A Dquick_compiler_callbacks.h33 verifier_deps_(nullptr) {
34 CHECK(verification_results != nullptr);
H A Dverification_results.cc47 DCHECK(method_verifier != nullptr);
50 if (verified_method == nullptr) {
55 /*expected*/ nullptr,
57 const VerifiedMethod* existing = nullptr;
94 const VerifiedMethod* ret = nullptr;
100 return (it != verified_methods_.end()) ? it->second : nullptr;
109 /*expected*/ nullptr,
150 CHECK(atomic_verified_methods_.Insert(ref, nullptr, it->second) ==
/art/runtime/entrypoints/quick/
H A Dquick_lock_entrypoints.cc28 if (UNLIKELY(obj == nullptr)) {
49 if (UNLIKELY(obj == nullptr)) {
/art/test/929-search/
H A Dsearch.cc36 if (utf.c_str() == nullptr) {
46 if (utf.c_str() == nullptr) {

Completed in 1279 milliseconds

1234567891011>>