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

/art/runtime/
H A Dsirt_ref.h42 void reset(T* object = NULL) { argument
H A Dthread.cc76 ConditionVariable* Thread::resume_cond_ = NULL;
121 deoptimization_shadow_frame_ = NULL;
139 if (runtime == NULL) {
141 return NULL;
146 MutexLock mu(NULL, *Locks::runtime_shutdown_lock_);
157 CHECK(self->jpeer_ != NULL);
160 self->jpeer_ = NULL;
174 ArgArray arg_array(NULL, 0);
181 return NULL;
192 if (result != NULL
1983 CurrentMethodVisitor visitor(const_cast<Thread*>(this), NULL); local
[all...]

Completed in 181 milliseconds