Home
last modified time | relevance | path

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

/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/jdwp/
Djdwp_main.cc39 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state) in JdwpNetStateBase()
249 std::unique_ptr<JdwpState> state(new JdwpState(options)); in Create() local
434 JdwpState* state = reinterpret_cast<JdwpState*>(arg); in StartJdwpThread() local
Djdwp_socket.cc71 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport()
116 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { in SocketStartup()
Djdwp_handler.cc256 static JdwpError VM_Exit(JdwpState* state, Request* request, ExpandBuf*) in VM_Exit()
524 static JdwpError RT_Signature(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_Signature()
529 static JdwpError RT_SignatureWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_SignatureWithGeneric()
642 static JdwpError CT_InvokeMethod(JdwpState* state, Request* request, in CT_InvokeMethod()
659 static JdwpError CT_NewInstance(JdwpState* state, Request* request, in CT_NewInstance()
695 static JdwpError IT_InvokeMethod(JdwpState* state, Request* request, in IT_InvokeMethod()
732 static JdwpError M_VariableTable(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTable()
737 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTableWithGeneric()
845 static JdwpError OR_InvokeMethod(JdwpState* state, Request* request, in OR_InvokeMethod()
1208 static JdwpError ER_Set(JdwpState* state, Request* request, ExpandBuf* pReply) in ER_Set()
[all …]
Djdwp_adb.cc123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()
/art/runtime/base/
Dmutex_test.cc109 RecursiveLockWait* state = reinterpret_cast<RecursiveLockWait*>(arg); in RecursiveLockWaitCallback() local
118 RecursiveLockWait state; in RecursiveLockWaitTest() local
Dmutex-inl.h208 int32_t state = state_.LoadRelaxed(); in GetExclusiveOwnerTid() local
/art/tools/checker/file_format/c1visualizer/
Dparser.py28 def __parseC1Line(line, lineNo, state, fileName): argument
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java37 private State state; field in StreamConsumer
/art/runtime/mirror/
Dthrowable.cc56 void Throwable::SetStackState(Object* state) SHARED_REQUIRES(Locks::mutator_lock_) { in SetStackState()
/art/test/570-checker-osr/src/
DMain.java32 Thread.State state = testThread.getState(); in main() local
/art/runtime/
Dfault_handler.cc320 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
Dmonitor.cc1093 ThreadState state = thread->GetState(); in DescribeWait() local
Ddebugger.cc2132 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus()
4619 uint8_t state = ExamineNativeObject(start); in HeapChunkNativeCallback() local
4631 uint8_t state = ExamineJavaObject(reinterpret_cast<mirror::Object*>(start)); in HeapChunkJavaCallback() local
4637 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk()
Dthread.h1210 volatile uint16_t state; member
Druntime.cc402 AbortState state; in Abort() local
Dutils.cc987 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
Dthread.cc1450 ThreadState state = thread->GetState(); in ShouldShowNativeStack() local
/art/runtime/gc/space/
Dregion_space.cc159 RegionState state = r->State(); in SetFromSpace() local
/art/runtime/hprof/
Dhprof.cc790 JDWP::JdwpState* state = Dbg::GetJdwpState(); in DumpToDdmsDirect() local
/art/runtime/gc/
Dheap.cc4047 auto* const state = reinterpret_cast<StackCrawlState*>(arg); in Callback() local
4068 StackCrawlState state(frames, max_depth, 0u); in get_backtrace() local
/art/oatdump/
Doatdump.cc1657 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg); in Callback() local