HomeSort by relevance Sort by last modified time
    Searched refs:Current (Results 201 - 225 of 773) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 118 main_ = talk_base::Thread::Current();
124 ASSERT(worker_ == talk_base::Thread::Current());
178 ASSERT(worker_ == talk_base::Thread::Current());
191 ASSERT(main_ == talk_base::Thread::Current());
200 ASSERT(worker_ == talk_base::Thread::Current());
207 ASSERT(worker_ == talk_base::Thread::Current());
237 ASSERT(worker_ == talk_base::Thread::Current());
247 ASSERT(worker_ == talk_base::Thread::Current());
281 ASSERT(worker_ == talk_base::Thread::Current());
299 ASSERT(worker_ == talk_base::Thread::Current());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_context.c 55 /* Set up a constant (StrideB == 0) array for each current
63 cl->Size = check_size(ctx->Current.Attrib[i]);
69 cl->Ptr = (const void *)ctx->Current.Attrib[i];
93 cl->Ptr = (const void *)ctx->Current.Attrib[VERT_ATTRIB_GENERIC0 + i];
115 /* Set up a constant (StrideB == 0) array for each current
  /external/clang/lib/Analysis/
ReachableCode.cpp 62 // Look to see if the current control flow ends with a 'return', and see if
65 const CFGBlock *Current = B;
67 for (CFGBlock::const_reverse_iterator I = Current->rbegin(),
68 E = Current->rend();
90 if (Current->getTerminator().isTemporaryDtorsBranch()) {
95 assert(Current->succ_size() == 2);
96 Current = *(Current->succ_begin() + 1);
97 } else if (!Current->getTerminator() && Current->succ_size() == 1)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_context.c 55 /* Set up a constant (StrideB == 0) array for each current
63 cl->Size = check_size(ctx->Current.Attrib[i]);
69 cl->Ptr = (const void *)ctx->Current.Attrib[i];
93 cl->Ptr = (const void *)ctx->Current.Attrib[VERT_ATTRIB_GENERIC0 + i];
115 /* Set up a constant (StrideB == 0) array for each current
  /art/runtime/jdwp/
jdwp_event.cc 62 The current mechanism works like this:
215 MutexLock mu(Thread::Current(), event_list_lock_);
304 MutexLock mu(Thread::Current(), event_list_lock_);
331 MutexLock mu(Thread::Current(), event_list_lock_);
617 Thread* self = Thread::Current();
633 * Determine if there is a method invocation in progress in the current
649 * current thread operation to complete.
658 Thread* self = Thread::Current();
689 Thread* self = Thread::Current();
756 MutexLock mu(Thread::Current(), event_list_lock_); // probably don't need this her
    [all...]
  /art/runtime/
thread_pool.cc 49 Thread* self = Thread::Current();
60 Runtime* runtime = Runtime::Current();
90 Thread* self = Thread::Current();
100 MutexLock mu(Thread::Current(), task_queue_lock_);
107 Thread* self = Thread::Current();
207 Thread* self = Thread::Current();
thread.cc 84 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin();
147 Runtime* runtime = Runtime::Current();
153 // TODO: pass self to MutexLock - requires self to equal Thread::Current(), which is only true
160 Runtime::Current()->EndThreadBirth();
179 Runtime::Current()->GetThreadList()->Unregister(self);
207 stack_size = Runtime::Current()->GetDefaultStackSize();
219 if (Runtime::Current()->ExplicitStackOverflowChecks()) {
255 ~(kPageSize - 1)); // Page containing current top of stack.
263 // current stack pointer downwards as the stack may be mapped using VM_GROWSDOWN
264 // in the kernel. Any access more than a page below the current SP might caus
    [all...]
barrier_test.cc 68 Thread* self = Thread::Current();
123 Thread* self = Thread::Current();
class_linker.cc 82 Thread* self = Thread::Current();
94 if (!Runtime::Current()->IsCompiler()) { // Give info if this occurs at runtime.
99 Thread* self = Thread::Current();
113 Thread* self = Thread::Current();
208 CHECK(!Runtime::Current()->GetHeap()->HasImageSpace()) << "Runtime has image. We should use it.";
213 Thread* self = Thread::Current();
214 gc::Heap* heap = Runtime::Current()->GetHeap();
372 Runtime* runtime = Runtime::Current();
584 Thread* self = Thread::Current();
600 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); // Avoid starving GC
    [all...]
intern_table_test.cc 30 ScopedObjectAccess soa(Thread::Current());
50 ScopedObjectAccess soa(Thread::Current());
98 ScopedObjectAccess soa(Thread::Current());
131 ScopedObjectAccess soa(Thread::Current());
trace.cc 183 Thread::Current()->GetCpuMicroTime();
192 Thread* self = Thread::Current();
295 Runtime* runtime = Runtime::Current();
304 Thread* self = Thread::Current();
329 Thread* self = Thread::Current();
363 Runtime* runtime = Runtime::Current();
402 Runtime* runtime = Runtime::Current();
407 MutexLock mu(Thread::Current(), *Locks::trace_lock_);
421 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_);
436 Runtime::Current()->SetStatsEnabled(false)
    [all...]
  /art/compiler/optimizing/
pretty_printer.h 51 PrintInt(it.Current()->GetId());
64 PrintInt(it.Current()->GetUser()->GetId());
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 31 Runtime* r = Runtime::Current();
33 Thread* t = Thread::Current();
callee_save_frame.h 43 sp->Assign(Runtime::Current()->GetCalleeSaveMethod(type));
  /art/runtime/mirror/
array-inl.h 141 gc::Heap* heap = Runtime::Current()->GetHeap();
155 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) {
177 Runtime::Current()->GetHeap()->GetCurrentAllocator());
184 DCHECK(Thread::Current()->IsExceptionPending());
192 if (Runtime::Current()->IsActiveTransaction()) {
205 DCHECK(Thread::Current()->IsExceptionPending());
213 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
216 Runtime::Current()->RecordWriteArray(this, i, GetWithoutChecks(i));
dex_cache.cc 54 Runtime* runtime = Runtime::Current();
dex_cache_test.cc 35 ScopedObjectAccess soa(Thread::Current());
stack_trace_element.cc 48 if (Runtime::Current()->IsActiveTransaction()) {
  /external/chromium_org/v8/src/
hydrogen-dce.cc 55 HInstruction* instr = it.Current();
75 HInstruction* instr = it.Current();
  /art/compiler/jni/
jni_compiler_test.cc 62 ScopedObjectAccess soa(Thread::Current());
96 ScopedObjectAccess soa(Thread::Current());
101 Thread::Current()->TransitionFromSuspendedToRunnable();
106 env_ = Thread::Current()->GetJniEnv();
198 EXPECT_EQ(kNative, Thread::Current()->GetState());
199 Locks::mutator_lock_->AssertNotHeld(Thread::Current());
200 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
204 ScopedObjectAccess soa(Thread::Current());
205 EXPECT_EQ(1U, Thread::Current()->NumStackReferences());
228 ScopedObjectAccess soa(Thread::Current());
    [all...]
  /art/compiler/utils/
dedupe_set_test.cc 36 Thread* self = Thread::Current();
  /art/runtime/arch/mips/
jni_entrypoints_mips.S 41 move $a0, $s1 # pass Thread::Current()
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 39 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized(h_class, true, true))) {
  /art/runtime/native/
java_lang_reflect_Constructor.cc 51 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(c, true, true)) {
  /external/chromium_org/base/process/
process_win.cc 78 Process Process::Current() {

Completed in 846 milliseconds

1 2 3 4 5 6 7 891011>>