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

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
constructor-initializer.cpp 89 struct Current : Derived {
91 Current() : Derived(1), ::Derived(), // expected-warning {{field 'Derived' will be initialized after base '::Derived'}} \
93 ::Derived::Base(), // expected-error {{type '::Derived::Base' is not a direct or virtual base of 'Current'}}
94 Derived::Base1(), // expected-error {{type 'Derived::Base1' is not a direct or virtual base of 'Current'}}
  /art/compiler/optimizing/
graph_visualizer.cc 143 output_ << "v" << inputs.Current()->GetId() << " ";
175 HInstruction* instruction = it.Current();
216 HInstruction* instruction = it.Current();
219 output_ << inputs.Current()->GetId() << " ";
ssa_test.cc 70 it.Current()->SetId(id++);
73 it.Current()->SetId(id++);
93 ASSERT_NE(it.Current()->GetType(), Primitive::kPrimVoid);
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 75 if (Runtime::Current()->GetInstrumentation()->ShouldPortableCodeDeoptimize()) {
  /art/runtime/gc/
heap-inl.h 122 if (kIsDebugBuild && Runtime::Current()->IsStarted()) {
127 if (Runtime::Current()->HasStatsEnabled()) {
131 RuntimeStats* global_stats = Runtime::Current()->GetStats();
136 DCHECK(!Runtime::Current()->HasStatsEnabled());
  /art/runtime/native/
java_lang_reflect_Array.cc 54 Runtime* runtime = Runtime::Current();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
ParseTreeBuilder.cs 57 return enumerator.Current;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videotrack_unittest.cc 55 talk_base::Thread::Current()));
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncinvoker.cc 57 if (Thread::Current() != thread) {
fakenetwork.h 50 : thread_(Thread::Current()),
httprequest.cc 46 ASSERT(Thread::Current() != NULL);
signalthread.cc 39 : main_(Thread::Current()),
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main.cc 94 talk_base::Thread* thread = talk_base::Thread::Current();
  /external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
turnserver_main.cc 80 talk_base::Thread* main = talk_base::Thread::Current();
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.cc 119 talk_base::Thread::Current()->PostDelayed(expiry_time, this, 0);
  /external/chromium_org/third_party/webrtc/base/
asyncinvoker.cc 40 if (Thread::Current() != thread) {
fakenetwork.h 33 : thread_(Thread::Current()),
httprequest.cc 29 ASSERT(Thread::Current() != NULL);
signalthread.cc 22 : main_(Thread::Current()),
  /external/chromium_org/v8/src/mips/
simulator-mips.h 62 // the address of "this" to get a value on the current execution stack and then
155 static Simulator* current(v8::internal::Isolate* isolate);
383 reinterpret_cast<Object*>(Simulator::current(Isolate::Current())->Call( \
387 Simulator::current(Isolate::Current())->Call( \
400 return Simulator::current(isolate)->StackLimit();
404 Simulator* sim = Simulator::current(Isolate::Current());
409 Simulator::current(Isolate::Current())->PopAddress()
    [all...]
  /external/chromium_org/v8/src/
v8threads.cc 22 // Once the Locker is initialized, the current thread will be guaranteed to have
105 // First check whether the current thread has been 'lazily archived', i.e.
108 if (lazily_archived_thread_.Equals(ThreadId::Current())) {
160 mutex_owner_ = ThreadId::Current();
264 for (ThreadState* current = anchor->next_; current != anchor;) {
265 ThreadState* next = current->next_;
266 delete current;
267 current = next;
282 lazily_archived_thread_ = ThreadId::Current();
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetInstanceHandle.c 255 pLVREV_Private->GainMixer.Current = 0x03ffffff;
287 pLVREV_Private->Mixer_SGFeedforward[i].Current = 0;
295 pLVREV_Private->Mixer_SGFeedback[i].Current = 0;
303 pLVREV_Private->FeedbackMixer[i].Current = 0;
  /art/runtime/
class_linker_test.cc 49 Thread* self = Thread::Current();
61 Thread* self = Thread::Current();
105 Thread* self = Thread::Current();
126 Thread* self = Thread::Current();
184 StackHandleScope<1> hs(Thread::Current());
280 StackHandleScope<1> hs(Thread::Current());
314 Thread* self = Thread::Current();
376 Thread* self = Thread::Current();
378 Runtime::Current()->GetClassLinker()->FindSystemClass(self, class_descriptor.c_str());
623 ScopedObjectAccess soa(Thread::Current());
    [all...]
exception_test.cc 41 ScopedObjectAccess soa(Thread::Current());
122 ScopedObjectAccess soa(Thread::Current());
158 Thread* thread = Thread::Current();
  /art/compiler/llvm/
compiler_llvm.cc 126 MutexLock GUARD(Thread::Current(), next_cunit_id_lock_);
212 art::ClassLinker *class_linker = art::Runtime::Current()->GetClassLinker();
225 art::ClassLinker *class_linker = art::Runtime::Current()->GetClassLinker();

Completed in 652 milliseconds

<<11121314151617181920>>