HomeSort by relevance Sort by last modified time
    Searched refs:Current (Results 176 - 200 of 1176) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/base/
proxy_unittest.cc 31 // Used to run a proxy detect on the current thread. Otherwise we would need
39 Thread::Current()->Restart(); // needed to reset the messagequeue
47 Thread::Current()->set_socketserver(ss_.get());
54 Thread::Current()->set_socketserver(NULL);
85 rtc::TestEchoServer server(Thread::Current(),
109 TestEchoServer server(Thread::Current(), SocketAddress());
gunit.h 25 rtc::Thread::Current()->ProcessMessages(1);
35 rtc::Thread::Current()->ProcessMessages(1); \
  /external/webrtc/webrtc/examples/stunserver/
stunserver_main.cc 34 rtc::Thread *pthMain = rtc::Thread::Current();
  /frameworks/native/services/surfaceflinger/
LayerVector.h 37 Current,
  /art/runtime/
signal_catcher.cc 56 // Show the original command line, and the current command line too if it's changed.
94 Thread* self = Thread::Current();
110 MutexLock mu(Thread::Current(), lock_);
115 MutexLock mu(Thread::Current(), lock_);
154 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput);
181 Runtime* runtime = Runtime::Current();
210 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references */ false);
228 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO));
238 Runtime* runtime = Runtime::Current();
242 Thread* self = Thread::Current();
    [all...]
instrumentation.cc 142 art::Runtime* runtime = Runtime::Current();
163 Runtime* const runtime = Runtime::Current();
306 const InstrumentationStackFrame& current = *it; local
307 if (instrumentation_frame.frame_id_ >= current.frame_id_) {
373 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current());
412 CHECK(m == Runtime::Current()->GetCalleeSaveMethod(CalleeSaveType::kSaveRefsAndArgs));
471 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current());
487 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current());
552 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current());
574 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current());
    [all...]
runtime_intrinsics.cc 41 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
67 ScopedObjectAccess soa(Thread::Current());
transaction_test.cc 33 ScopedObjectAccess soa(Thread::Current());
72 Runtime::Current()->EnterTransactionMode();
74 ASSERT_TRUE(Runtime::Current()->IsTransactionAborted());
85 Runtime::Current()->RollbackAndExitTransactionMode();
92 ScopedObjectAccess soa(Thread::Current());
98 Runtime::Current()->EnterTransactionMode();
103 Runtime::Current()->RollbackAndExitTransactionMode();
109 ScopedObjectAccess soa(Thread::Current());
122 Runtime::Current()->EnterTransactionMode();
127 Runtime::Current()->RollbackAndExitTransactionMode()
    [all...]
type_lookup_table_test.cc 32 ScopedObjectAccess soa(Thread::Current());
41 ScopedObjectAccess soa(Thread::Current());
  /art/openjdkjvmti/
ti_search.cc 53 #include "thread-current-inl.h"
87 art::ClassLinker* class_linker = art::Runtime::Current()->GetClassLinker();
89 art::Thread* self = art::Thread::Current();
139 // OK, now get the current value.
200 art::Runtime* runtime = art::Runtime::Current();
202 art::ScopedThreadStateChange stsc(art::Thread::Current(),
209 art::ScopedThreadStateChange stsc(art::Thread::Current(),
212 art::Runtime* runtime = art::Runtime::Current();
218 art::Runtime* current = art::Runtime::Current(); local
    [all...]
ti_field.cc 42 #include "thread-current-inl.h"
63 art::ScopedObjectAccess soa(art::Thread::Current());
136 art::ScopedObjectAccess soa(art::Thread::Current());
159 art::ScopedObjectAccess soa(art::Thread::Current());
182 art::ScopedObjectAccess soa(art::Thread::Current());
192 art::WriterMutexLock lk(art::Thread::Current(), env->event_info_mutex_);
209 art::WriterMutexLock lk(art::Thread::Current(), env->event_info_mutex_);
226 art::WriterMutexLock lk(art::Thread::Current(), env->event_info_mutex_);
243 art::WriterMutexLock lk(art::Thread::Current(), env->event_info_mutex_);
ti_jni.cc 41 #include "thread-current-inl.h"
64 // Figure out which table is current. Conservatively assume check-jni is off.
66 art::Runtime* runtime = art::Runtime::Current();
74 art::MutexLock mu(art::Thread::Current(), *art::Locks::jni_function_table_lock_);
  /art/runtime/jdwp/
object_registry.cc 57 Thread* const self = Thread::Current();
86 Thread* const self = Thread::Current();
147 Thread* const self = Thread::Current();
180 Thread* self = Thread::Current();
196 Thread* self = Thread::Current();
205 Thread* self = Thread::Current();
213 Thread* self = Thread::Current();
222 Thread* self = Thread::Current();
233 Thread* self = Thread::Current();
243 Thread* self = Thread::Current();
    [all...]
  /art/runtime/mirror/
object-inl.h 420 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
423 Runtime::Current()->RecordWriteFieldBoolean(this, field_offset,
438 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
441 Runtime::Current()->RecordWriteFieldByte(this, field_offset,
493 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
496 Runtime::Current()->RecordWriteFieldChar(this, field_offset,
510 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
513 Runtime::Current()->RecordWriteFieldChar(this, field_offset,
539 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
542 Runtime::Current()->RecordWriteField32(this, field_offset
    [all...]
dex_cache_test.cc 43 ScopedObjectAccess soa(Thread::Current());
50 Runtime::Current()->GetLinearAlloc())));
66 ScopedObjectAccess soa(Thread::Current());
73 Runtime::Current()->GetLinearAlloc())));
80 ScopedObjectAccess soa(Thread::Current());
94 ScopedObjectAccess soa(Thread::Current());
120 ScopedObjectAccess soa(Thread::Current());
147 class_linker_->FindDexCache(Thread::Current(), dex_file));
  /art/runtime/gc/collector/
garbage_collector.cc 36 #include "thread-current-inl.h"
83 MutexLock mu(Thread::Current(), pause_histogram_lock_);
89 Thread* self = Thread::Current();
95 is_transaction_active_ = Runtime::Current()->IsActiveTransaction();
97 // Add the current timings to the cumulative timings.
158 MutexLock mu(Thread::Current(), pause_histogram_lock_);
169 Runtime* runtime = Runtime::Current();
181 Runtime* runtime = Runtime::Current();
191 // Returns the current GC iteration and assocated info.
209 MutexLock mu(Thread::Current(), pause_histogram_lock_)
    [all...]
sticky_mark_sweep.cc 25 #include "thread-current-inl.h"
38 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
71 Runtime::Current()->VisitConcurrentRoots(
  /art/runtime/verifier/
method_verifier_test.cc 39 Thread* self = Thread::Current();
68 ScopedObjectAccess soa(Thread::Current());
  /art/test/004-StackWalk/
stack_walk_jni.cc 80 ScopedObjectAccess soa(Thread::Current());
92 ScopedObjectAccess soa(Thread::Current());
  /art/test/117-nopatchoat/
nopatchoat.cc 32 ScopedObjectAccess soa(Thread::Current());
40 Runtime::Current()->GetHeap()->GetBootImageSpaces();
  /art/test/466-get-live-vreg/
get_live_vreg_jni.cc 52 !Runtime::Current()->IsJavaDebuggable()) {
69 ScopedObjectAccess soa(Thread::Current());
  /art/test/661-oat-writer-layout/
oat_writer_layout.cc 43 art_method->GetOatMethodQuickCode(Runtime::Current()->GetClassLinker()->GetImagePointerSize());
53 Thread* self = Thread::Current();
  /external/v8/src/crankshaft/
hydrogen-canonicalize.cc 21 HInstruction* instr = it.Current();
51 HInstruction* instr = it.Current();
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Core_MixSoft_1St_2i_D16C31_WRA.c 57 LVM_FLOAT CurrentL = pInstanceL->Current;
61 LVM_FLOAT CurrentR = pInstanceR->Current;
145 pInstanceL->Current = CurrentL;
146 pInstanceR->Current = CurrentR;
165 LVM_INT32 CurrentL=pInstanceL->Current;
169 LVM_INT32 CurrentR=pInstanceR->Current;
259 pInstanceL->Current=CurrentL;
260 pInstanceR->Current=CurrentR;
  /prebuilts/go/darwin-x86/src/os/user/
lookup.go 9 // Current returns the current user.
10 func Current() (*User, error) {
11 cache.Do(func() { cache.u, cache.err = current() })
19 // cache of the current user
29 if u, err := Current(); err == nil && u.Username == username {
38 if u, err := Current(); err == nil && u.Uid == uid {

Completed in 895 milliseconds

1 2 3 4 5 6 78 91011>>