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

<<11121314151617181920>>

  /art/runtime/gc/collector/
concurrent_copying-inl.h 79 if (Thread::Current() == thread_running_gc_) {
94 MutexLock mu(Thread::Current(), immune_gray_stack_lock_);
111 DCHECK_EQ(Thread::Current(), thread_running_gc_);
166 if (from_ref == nullptr || !Thread::Current()->GetIsGcMarking()) {
  /art/runtime/gc/space/
image_space_test.cc 135 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty());
140 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty());
145 EXPECT_TRUE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty());
150 EXPECT_FALSE(Runtime::Current()->GetHeap()->GetBootImageSpaces().empty());
region_space.cc 125 MutexLock mu(Thread::Current(), region_lock_);
137 MutexLock mu(Thread::Current(), region_lock_);
149 MutexLock mu(Thread::Current(), region_lock_);
200 MutexLock mu(Thread::Current(), region_lock_);
272 MutexLock mu(Thread::Current(), region_lock_);
298 // Region `r` is not adjacent to the current clear block; zero and release
299 // pages within the current block and restart a new clear block at the
393 MutexLock mu(Thread::Current(), region_lock_);
431 MutexLock mu(Thread::Current(), region_lock_);
445 MutexLock mu(Thread::Current(), region_lock_)
    [all...]
  /art/runtime/
handle_scope_test.cc 46 ScopedObjectAccess soa(Thread::Current());
47 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker();
92 ScopedObjectAccess soa(Thread::Current());
94 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker();
jobject_comparator.cc 33 ScopedObjectAccess soa(Thread::Current());
  /art/runtime/mirror/
call_site.cc 31 CHECK(!Runtime::Current()->IsActiveTransaction());
class_ext.cc 46 DCHECK(!Runtime::Current()->IsActiveTransaction());
60 ClassLinker* cl = Runtime::Current()->GetClassLinker();
110 if (Runtime::Current()->IsActiveTransaction()) {
118 DCHECK(!Runtime::Current()->IsActiveTransaction());
reference-inl.h 40 if (Runtime::Current()->IsActiveTransaction()) {
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cc 38 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(static_cast<uint32_t>(type), chunk);
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 24 #include "thread-current-inl.h"
58 Thread* const self = Thread::Current();
  /art/test/167-visit-locks/
visit_locks.cc 32 #include "thread-current-inl.h"
37 ScopedObjectAccess soa(Thread::Current());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 135 object t = _it.Current;
141 return _it.Current; // don't give last UP; get EOF
151 t = _it.Current; // t is now DOWN, so get first real node next
154 t = _it.Current;
175 _calls.Push(_p); // save current index
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 154 object t = _it.Current;
162 return _it.Current; // don't give last UP; get EOF
175 t = _it.Current; // t is now DOWN, so get first real node next
178 t = _it.Current;
203 _calls.Push( _p ); // save current index
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
common.sh 117 # File to read current versions from.
125 # Loads the current versions prints them to stdout and sets the global version
141 Current Firmware key version: ${CURR_FIRMKEY_VER}
142 Current Firmware version: ${CURR_FIRM_VER}
143 Current Kernel key version: ${CURR_KERNKEY_VER}
144 Current Kernel version: ${CURR_KERN_VER}
  /external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
common.sh 117 # File to read current versions from.
125 # Loads the current versions prints them to stdout and sets the global version
141 Current Firmware key version: ${CURR_FIRMKEY_VER}
142 Current Firmware version: ${CURR_FIRM_VER}
143 Current Kernel key version: ${CURR_KERNKEY_VER}
144 Current Kernel version: ${CURR_KERN_VER}
  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
common.sh 117 # File to read current versions from.
125 # Loads the current versions prints them to stdout and sets the global version
141 Current Firmware key version: ${CURR_FIRMKEY_VER}
142 Current Firmware version: ${CURR_FIRM_VER}
143 Current Kernel key version: ${CURR_KERNKEY_VER}
144 Current Kernel version: ${CURR_KERN_VER}
  /external/clang/lib/Basic/
Module.cpp 58 /// \brief Determine whether a translation unit built using the current
86 for (const Module *Current = this; Current; Current = Current->Parent) {
87 for (unsigned I = 0, N = Current->Requirements.size(); I != N; ++I) {
88 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) !=
89 Current->Requirements[I].second) {
90 Req = Current->Requirements[I];
94 if (!Current->MissingHeaders.empty())
    [all...]
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 224 CallInst *Current = dyn_cast<CallInst>(&I);
225 if (!Current || isa<DbgInfoIntrinsic>(&I))
228 DILocation *CurrentDIL = Current->getDebugLoc();
238 Current->setDebugLoc(DILocation::get(Ctx, CurrentDIL->getLine(),
  /external/pdfium/core/fxcrt/
cfx_seekablestreamproxy.h 20 Current,
  /external/swiftshader/src/OpenGL/libEGL/
main.h 34 struct Current
  /external/v8/src/crankshaft/
hydrogen-mark-unreachable.cc 24 HBasicBlock* predecessor = it.Current();
  /external/vboot_reference/scripts/keygeneration/
common.sh 118 # File to read current versions from.
126 # Loads the current versions prints them to stdout and sets the global version
142 Current Firmware key version: ${CURR_FIRMKEY_VER}
143 Current Firmware version: ${CURR_FIRM_VER}
144 Current Kernel key version: ${CURR_KERNKEY_VER}
145 Current Kernel version: ${CURR_KERN_VER}
  /external/webrtc/webrtc/base/
networkmonitor.cc 29 NetworkMonitorBase::NetworkMonitorBase() : thread_(Thread::Current()) {}
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc 198 // If the current best connection is both writable and receiving, then we will
212 worker_thread_(rtc::Thread::Current()),
234 ASSERT(worker_thread_ == rtc::Thread::Current());
243 ASSERT(worker_thread_ == rtc::Thread::Current());
278 ASSERT(worker_thread_ == rtc::Thread::Current());
289 ASSERT(worker_thread_ == rtc::Thread::Current());
339 ASSERT(worker_thread_ == rtc::Thread::Current());
348 ASSERT(worker_thread_ == rtc::Thread::Current());
401 ASSERT(worker_thread_ == rtc::Thread::Current());
432 ASSERT(worker_thread_ == rtc::Thread::Current());
    [all...]
  /external/webrtc/webrtc/p2p/stunprober/
stunprober_unittest.cc 42 : main_(rtc::Thread::Current()),
47 stun_server_1_(cricket::TestStunServer::Create(rtc::Thread::Current(),
49 stun_server_2_(cricket::TestStunServer::Create(rtc::Thread::Current(),
65 new StunProber(socket_factory, rtc::Thread::Current(), networks));

Completed in 653 milliseconds

<<11121314151617181920>>