Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 42) 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/
Dmonitor_objects_stack_visitor.cc46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame() local
Dfault_handler.cc278 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
/art/runtime/base/
Dmutex_test.cc109 RecursiveLockWait* state = reinterpret_cast<RecursiveLockWait*>(arg); in RecursiveLockWaitCallback() local
118 RecursiveLockWait state; in RecursiveLockWaitTest() local
Dmutex-inl.h271 int32_t state = state_.load(std::memory_order_relaxed); in GetExclusiveOwnerTid() local
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominatorsComputation.java62 void setDominatorsComputationState(Object state); in setDominatorsComputationState()
DDominators.java68 void setDominatorsComputationState(Node node, Object state); in setDominatorsComputationState()
/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()
531 static JdwpError RT_Signature(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_Signature()
536 static JdwpError RT_SignatureWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_SignatureWithGeneric()
649 static JdwpError CT_InvokeMethod(JdwpState* state, Request* request, in CT_InvokeMethod()
666 static JdwpError CT_NewInstance(JdwpState* state, Request* request, in CT_NewInstance()
702 static JdwpError IT_InvokeMethod(JdwpState* state, Request* request, in IT_InvokeMethod()
739 static JdwpError M_VariableTable(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTable()
744 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTableWithGeneric()
851 static JdwpError OR_InvokeMethod(JdwpState* state, Request* request, in OR_InvokeMethod()
1214 static JdwpError ER_Set(JdwpState* state, Request* request, ExpandBuf* pReply) in ER_Set()
[all …]
Djdwp_adb.cc150 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()
/art/tools/checker/file_format/c1visualizer/
Dparser.py28 def __parseC1Line(line, lineNo, state, fileName): argument
/art/tools/ahat/src/test/com/android/ahat/
DDominatorsTest.java38 public void setDominatorsComputationState(String node, Object state) { in setDominatorsComputationState()
330 public void setDominatorsComputationState(Object state) { in setDominatorsComputationState()
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java37 private State state; field in StreamConsumer
/art/dex2oat/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
650 const QuickenState& state = pair.second; in UnquickenConflictingMethods() local
/art/test/ti-agent/
Dsuspension_helper.cc30 jint state; in Java_art_Suspension_isSuspended() local
/art/runtime/mirror/
Dthrowable.cc63 void Throwable::SetStackState(ObjPtr<Object> state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetStackState()
/art/test/924-threads/src/art/
DTest924.java225 int state; in waitForState() local
428 private static void printThreadState(int state) { in printThreadState()
/art/libelffile/elf/
Dxz_utils.cc101 std::unique_ptr<CXzUnpacker> state(new CXzUnpacker()); in XzDecompress() local
/art/openjdkjvmti/
Dti_thread.cc402 static jint GetJvmtiThreadStateFromInternal(const InternalThreadState& state) { in GetJvmtiThreadStateFromInternal()
498 static jint GetJavaStateFromInternal(const InternalThreadState& state) { in GetJavaStateFromInternal()
571 InternalThreadState state = {}; in GetThreadState() local
885 art::ThreadState state = target->GetState(); in SuspendOther() local
Dti_stack.cc254 art::ThreadState state = thread->GetState(); in GetStackTrace() local
719 art::ThreadState state = thread->GetState(); in GetFrameCount() local
789 art::ThreadState state = thread->GetState(); in GetFrameLocation() local
/art/compiler/optimizing/
Dsharpening.cc246 SubtypeCheckInfo::State state = SubtypeCheck<ObjPtr<mirror::Class>>::EnsureAssigned(klass); in CanUseTypeCheckBitstring() local
/art/libartbase/base/
Dutils.cc262 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
/art/test/924-threads/
Dthreads.cc141 jint state; in Java_art_Test924_getThreadState() local

12