/art/test/063-process-manager/src/ |
D | Main.java | 48 Thread.State state = t.getState(); in checkManager() local 74 Thread.State state = t.getState(); in waitForReaperTimedWaiting() local
|
/art/test/123-compiler-regressions-mt/src/ |
D | Main.java | 59 private volatile int state = 0; field in B17689750TestVolatile 80 private int state = 0; field in B17689750TestMonitor
|
/art/runtime/base/ |
D | mutex_test.cc | 109 RecursiveLockWait* state = reinterpret_cast<RecursiveLockWait*>(arg); in RecursiveLockWaitCallback() local 118 RecursiveLockWait state; in RecursiveLockWaitTest() local
|
D | mutex-inl.h | 251 int32_t state = state_.LoadRelaxed(); in GetExclusiveOwnerTid() local
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 156 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state) in JdwpNetStateBase() 367 std::unique_ptr<JdwpState> state(new JdwpState(options)); in Create() local 554 JdwpState* state = reinterpret_cast<JdwpState*>(arg); in StartJdwpThread() local
|
D | jdwp_socket.cc | 72 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport() 117 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { in SocketStartup()
|
D | jdwp_handler.cc | 259 static JdwpError VM_Exit(JdwpState* state, Request* request, ExpandBuf*) in VM_Exit() 532 static JdwpError RT_Signature(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_Signature() 537 static JdwpError RT_SignatureWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_SignatureWithGeneric() 650 static JdwpError CT_InvokeMethod(JdwpState* state, Request* request, in CT_InvokeMethod() 667 static JdwpError CT_NewInstance(JdwpState* state, Request* request, in CT_NewInstance() 703 static JdwpError IT_InvokeMethod(JdwpState* state, Request* request, in IT_InvokeMethod() 740 static JdwpError M_VariableTable(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTable() 745 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTableWithGeneric() 852 static JdwpError OR_InvokeMethod(JdwpState* state, Request* request, in OR_InvokeMethod() 1215 static JdwpError ER_Set(JdwpState* state, Request* request, ExpandBuf* pReply) in ER_Set() [all …]
|
D | jdwp_adb.cc | 153 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()
|
/art/tools/checker/file_format/c1visualizer/ |
D | parser.py | 28 def __parseC1Line(line, lineNo, state, fileName): argument
|
/art/runtime/ |
D | backtrace_helper.h | 41 auto* const state = reinterpret_cast<BacktraceCollector*>(arg); in Callback() local
|
D | monitor_objects_stack_visitor.h | 78 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame() local
|
D | fault_handler.cc | 279 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | StreamConsumer.java | 37 private State state; field in StreamConsumer
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 559 CompilationState state(this, unit, compilation_level, existing_quicken_data); in CompileMethod() local 594 CompilationState state(this, unit, compilation_level, /*quicken_data*/ nullptr); in CompileMethod() local 661 const QuickenState& state = pair.second; in UnquickenConflictingMethods() local
|
/art/test/ti-agent/ |
D | suspension_helper.cc | 30 jint state; in Java_art_Suspension_isSuspended() local
|
/art/tools/ahat/src/main/com/android/ahat/dominators/ |
D | DominatorsComputation.java | 63 void setDominatorsComputationState(Object state); in setDominatorsComputationState()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | AhatInstance.java | 591 void setTemporaryUserData(Object state) { in setTemporaryUserData() 709 public void setDominatorsComputationState(Object state) { in setDominatorsComputationState()
|
/art/runtime/mirror/ |
D | throwable.cc | 62 void Throwable::SetStackState(ObjPtr<Object> state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetStackState()
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 343 static jint GetJvmtiThreadStateFromInternal(const InternalThreadState& state) { in GetJvmtiThreadStateFromInternal() 438 static jint GetJavaStateFromInternal(const InternalThreadState& state) { in GetJavaStateFromInternal() 510 InternalThreadState state = {}; in GetThreadState() local 842 art::ThreadState state = target->GetState(); in SuspendOther() local
|
D | ti_stack.cc | 234 art::ThreadState state = thread->GetState(); in GetStackTrace() local 703 art::ThreadState state = thread->GetState(); in GetFrameCount() local 789 art::ThreadState state = thread->GetState(); in GetFrameLocation() local
|
/art/libartbase/base/ |
D | utils.cc | 148 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | DominatorsTest.java | 47 public void setDominatorsComputationState(Object state) { in setDominatorsComputationState()
|
/art/test/924-threads/ |
D | threads.cc | 141 jint state; in Java_art_Test924_getThreadState() local
|
/art/test/924-threads/src/art/ |
D | Test924.java | 405 private static void printThreadState(int state) { in printThreadState()
|
/art/runtime/gc/space/ |
D | region_space.cc | 212 RegionState state = r->State(); in SetFromSpace() local
|