Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 39) sorted by relevance

12

/art/test/063-process-manager/src/
DMain.java48 Thread.State state = t.getState(); in checkManager() local
74 Thread.State state = t.getState(); in waitForReaperTimedWaiting() local
/art/test/123-compiler-regressions-mt/src/
DMain.java59 private volatile int state = 0; field in B17689750TestVolatile
80 private int state = 0; field in B17689750TestMonitor
/art/runtime/base/
Dmutex_test.cc109 RecursiveLockWait* state = reinterpret_cast<RecursiveLockWait*>(arg); in RecursiveLockWaitCallback() local
118 RecursiveLockWait state; in RecursiveLockWaitTest() local
Dmutex-inl.h251 int32_t state = state_.LoadRelaxed(); in GetExclusiveOwnerTid() local
/art/runtime/jdwp/
Djdwp_main.cc156 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
Djdwp_socket.cc72 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport()
117 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { in SocketStartup()
Djdwp_handler.cc259 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 …]
Djdwp_adb.cc153 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()
/art/tools/checker/file_format/c1visualizer/
Dparser.py28 def __parseC1Line(line, lineNo, state, fileName): argument
/art/runtime/
Dbacktrace_helper.h41 auto* const state = reinterpret_cast<BacktraceCollector*>(arg); in Callback() local
Dmonitor_objects_stack_visitor.h78 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame() local
Dfault_handler.cc279 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java37 private State state; field in StreamConsumer
/art/compiler/dex/
Ddex_to_dex_compiler.cc559 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/
Dsuspension_helper.cc30 jint state; in Java_art_Suspension_isSuspended() local
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominatorsComputation.java63 void setDominatorsComputationState(Object state); in setDominatorsComputationState()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java591 void setTemporaryUserData(Object state) { in setTemporaryUserData()
709 public void setDominatorsComputationState(Object state) { in setDominatorsComputationState()
/art/runtime/mirror/
Dthrowable.cc62 void Throwable::SetStackState(ObjPtr<Object> state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetStackState()
/art/openjdkjvmti/
Dti_thread.cc343 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
Dti_stack.cc234 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/
Dutils.cc148 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
/art/tools/ahat/src/test/com/android/ahat/
DDominatorsTest.java47 public void setDominatorsComputationState(Object state) { in setDominatorsComputationState()
/art/test/924-threads/
Dthreads.cc141 jint state; in Java_art_Test924_getThreadState() local
/art/test/924-threads/src/art/
DTest924.java405 private static void printThreadState(int state) { in printThreadState()
/art/runtime/gc/space/
Dregion_space.cc212 RegionState state = r->State(); in SetFromSpace() local

12