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

1 2 3 4 5 6 78 91011>>

  /art/runtime/arch/arm/
quick_entrypoints_arm.S 163 * exception is Thread::Current()->exception_
169 mov r0, r9 @ pass Thread::Current
178 mov r0, r9 @ pass Thread::Current
188 mov r1, r9 @ pass Thread::Current
199 mov r2, r9 @ pass Thread::Current
259 mov r3, r9 @ pass Thread::Current
361 mov r2, r9 @ pass Thread::Current
401 mov r1, r9 @ pass Thread::Current
435 mov r1, r9 @ pass Thread::Current
470 mov r2, r9 @ pass Thread::Current
    [all...]
  /art/runtime/mirror/
object-inl.h 433 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
436 Runtime::Current()->RecordWriteField32(this, field_offset,
463 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
466 Runtime::Current()->RecordWriteField32(this, field_offset, old_value, true);
481 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
484 Runtime::Current()->RecordWriteField32(this, field_offset, old_value, true);
499 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
502 Runtime::Current()->RecordWriteField32(this, field_offset, old_value, true);
536 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
539 Runtime::Current()->RecordWriteField64(this, field_offset
    [all...]
throwable.cc 36 if (Runtime::Current()->IsActiveTransaction()) {
49 if (Runtime::Current()->IsActiveTransaction()) {
58 if (Runtime::Current()->IsActiveTransaction()) {
  /art/runtime/base/
mutex.cc 282 Runtime* runtime = Runtime::Current();
283 bool shutting_down = runtime == nullptr || runtime->IsShuttingDown(Thread::Current());
297 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
298 Runtime* runtime = Runtime::Current();
306 DCHECK(self == NULL || self == Thread::Current());
349 DCHECK(self == NULL || self == Thread::Current());
390 DCHECK(self == NULL || self == Thread::Current());
476 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
477 Runtime* runtime = Runtime::Current();
485 DCHECK(self == NULL || self == Thread::Current());
    [all...]
mutex-inl.h 89 Runtime* runtime = Runtime::Current();
91 // Used during thread creation to avoid races with runtime shutdown. Thread::Current not
96 // Thread LDT's are initialized without Thread::Current established.
152 DCHECK(self == NULL || self == Thread::Current());
181 DCHECK(self == NULL || self == Thread::Current());
212 DCHECK(self == NULL || self == Thread::Current());
228 DCHECK(self == NULL || self == Thread::Current());
  /art/runtime/
class_linker-inl.h 48 StackHandleScope<2> hs(Thread::Current());
64 StackHandleScope<1> hs(Thread::Current());
80 StackHandleScope<2> hs(Thread::Current());
96 StackHandleScope<2> hs(Thread::Current());
147 StackHandleScope<2> hs(Thread::Current());
188 gc::Heap* const heap = Runtime::Current()->GetHeap();
207 dex_lock_.AssertSharedHeld(Thread::Current());
instrumentation.cc 99 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
103 Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly()
138 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
284 const InstrumentationStackFrame& current = *it; local
285 if (instrumentation_frame.frame_id_ >= current.frame_id_) {
377 CHECK(m == Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs));
425 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current());
486 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current());
567 // Compute what level of instrumentation is required and compare to current.
587 Thread* const self = Thread::Current();
    [all...]
debugger.cc 66 // Limit alloc_record_count to the 2BE value that is the limit of the current protocol.
86 ScopedObjectAccessUnchecked soa(Thread::Current());
91 ScopedObjectAccessUnchecked soa(Thread::Current());
109 ScopedObjectAccessUnchecked soa(Thread::Current());
127 JavaVMExt* vm = Runtime::Current()->GetJavaVM();
128 Thread* self = Thread::Current();
140 return down_cast<mirror::Class*>(Thread::Current()->DecodeJObject(type_));
189 ScopedObjectAccessUnchecked soa(Thread::Current());
196 ScopedObjectAccessUnchecked soa(Thread::Current());
201 ScopedObjectAccessUnchecked soa(Thread::Current());
    [all...]
transaction.cc 34 CHECK(Runtime::Current()->IsCompiler());
39 MutexLock mu(Thread::Current(), log_lock_);
63 MutexLock mu(Thread::Current(), log_lock_);
71 MutexLock mu(Thread::Current(), log_lock_);
79 MutexLock mu(Thread::Current(), log_lock_);
88 MutexLock mu(Thread::Current(), log_lock_);
114 Locks::intern_table_lock_->AssertExclusiveHeld(Thread::Current());
115 MutexLock mu(Thread::Current(), log_lock_);
120 CHECK(!Runtime::Current()->IsActiveTransaction());
121 Thread* self = Thread::Current();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 74 tc2 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX2];
91 tc1 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX1];
108 tc0 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX0];
120 norm = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_NORMAL];
129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
139 spec = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR1];
149 fog = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_FOG];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 74 tc2 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX2];
91 tc1 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX1];
108 tc0 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX0];
120 norm = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_NORMAL];
129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
139 spec = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR1];
149 fog = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_FOG];
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 223 * exception is Thread::Current()->exception_
227 move $a0, rSELF # pass Thread::Current
234 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
347 move $a1, rSELF # pass Thread::Current
361 move $a0, rSELF # pass Thread::Current
374 move $a0, rSELF # pass Thread::Current
388 move $a2, rSELF # pass Thread::Current
401 move $a0, rSELF # pass Thread::Current
414 move $a1, rSELF # pass Thread::Current
445 move $a3, rSELF # pass Thread::Current
    [all...]
  /art/compiler/
elf_patcher.cc 43 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
46 CHECK(Runtime::Current()->IsCompiler());
78 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
79 StackHandleScope<1> hs(Thread::Current());
100 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
101 StackHandleScope<2> hs(Thread::Current());
133 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
188 Thread* self = Thread::Current();
189 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
  /art/runtime/gc/space/
rosalloc_space.cc 76 if (false && Runtime::Current()->GetHeap()->RunningOnValgrind()) {
229 Heap* heap = Runtime::Current()->GetHeap();
239 MutexLock mu(Thread::Current(), lock_);
256 MutexLock mu(Thread::Current(), lock_);
261 MutexLock mu(Thread::Current(), lock_);
266 MutexLock mu(Thread::Current(), lock_);
294 Thread* self = Thread::Current();
295 ThreadList* tl = Runtime::Current()->GetThreadList();
311 Thread* self = Thread::Current();
space.cc 108 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
122 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
137 : swap_bitmaps(swap_bitmaps), space(space), self(Thread::Current()) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 597 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
598 If N is 0, then set CURRENT to the empty location which ends
603 # define YYLLOC_DEFAULT(Current, Rhs, N) \
607 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
608 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
609 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
610 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
614 (Current).first_line = (Current).last_line = \
616 (Current).first_column = (Current).last_column =
    [all...]
  /art/runtime/gc/
reference_processor.cc 120 Thread* self = Thread::Current();
193 Thread* self = Thread::Current();
220 if (LIKELY(Runtime::Current()->IsStarted())) {
233 Thread* self = Thread::Current();
248 if (Runtime::Current()->IsActiveTransaction()) {
  /external/bison/examples/calc++/
calc++-parser.cc 78 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
79 If N is 0, then set CURRENT to the empty location which ends
83 # define YYLLOC_DEFAULT(Current, Rhs, N) \
87 (Current).begin = YYRHSLOC (Rhs, 1).begin; \
88 (Current).end = YYRHSLOC (Rhs, N).end; \
92 (Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
462 | yydefault -- do the default action for the current state. |
672 /* Pop the current state because it cannot handle the error token. */
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport_unittest.cc 60 socket_factory_(talk_base::Thread::Current()),
62 talk_base::Thread::Current(), kStunAddr)),
72 talk_base::Thread::Current(), &socket_factory_, &network_,
88 talk_base::Thread::Current(), &socket_factory_,
206 talk_base::Thread::Current()->ProcessMessages(1000);
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 77 LVM_INT32 Current;
111 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[0]);
112 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[0],(LVM_INT32)(Gain >> 15),Current);
119 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[1]);
120 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[1],(LVM_INT32)(Gain >> 15),Current);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 134 struct schedule_instruction * Current;
135 /** Array of the previous writers of Current's destination register
844 * current index, then it is OK to read from more than one component.
1155 if (*v && (*v)->Writer == s->Current) {
1161 * register. In this case, the current instruction (s->Current)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 134 struct schedule_instruction * Current;
135 /** Array of the previous writers of Current's destination register
844 * current index, then it is OK to read from more than one component.
1155 if (*v && (*v)->Writer == s->Current) {
1161 * register. In this case, the current instruction (s->Current)
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 45 klass = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, method);
81 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(h_klass, true, true)) {
108 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(h_class, true, true)) {
133 return klass->Alloc<kInstrumented>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
153 gc::Heap* heap = Runtime::Current()->GetHeap();
187 klass = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, method);
190 DCHECK(Thread::Current()->IsExceptionPending());
224 gc::Heap* heap = Runtime::Current()->GetHeap();
274 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
356 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker()
    [all...]
  /art/runtime/gc/collector/
garbage_collector.cc 76 Thread* self = Thread::Current();
81 // Add the current timings to the cumulative timings.
149 Runtime::Current()->GetThreadList()->SuspendAll();
154 Runtime::Current()->GetThreadList()->ResumeAll();
157 // Returns the current GC iteration and assocated info.
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 48 Thread* const self = Thread::Current();
55 ThreadList* thread_list = Runtime::Current()->GetThreadList();
138 ThreadList* thread_list = Runtime::Current()->GetThreadList();

Completed in 2214 milliseconds

1 2 3 4 5 6 78 91011>>