| /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/jdwp/ |
| D | jdwp_main.cc | 39 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
|
| D | jdwp_socket.cc | 71 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport() 116 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { in SocketStartup()
|
| D | jdwp_handler.cc | 256 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 …]
|
| D | jdwp_adb.cc | 123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()
|
| /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 | 208 int32_t state = state_.LoadRelaxed(); in GetExclusiveOwnerTid() local
|
| /art/tools/checker/file_format/c1visualizer/ |
| D | parser.py | 28 def __parseC1Line(line, lineNo, state, fileName): argument
|
| /art/tools/dexfuzz/src/dexfuzz/ |
| D | StreamConsumer.java | 37 private State state; field in StreamConsumer
|
| /art/runtime/mirror/ |
| D | throwable.cc | 56 void Throwable::SetStackState(Object* state) SHARED_REQUIRES(Locks::mutator_lock_) { in SetStackState()
|
| /art/test/570-checker-osr/src/ |
| D | Main.java | 32 Thread.State state = testThread.getState(); in main() local
|
| /art/runtime/ |
| D | fault_handler.cc | 320 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
|
| D | monitor.cc | 1093 ThreadState state = thread->GetState(); in DescribeWait() local
|
| D | debugger.cc | 2132 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()
|
| D | thread.h | 1210 volatile uint16_t state; member
|
| D | runtime.cc | 402 AbortState state; in Abort() local
|
| D | utils.cc | 987 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
|
| D | thread.cc | 1450 ThreadState state = thread->GetState(); in ShouldShowNativeStack() local
|
| /art/runtime/gc/space/ |
| D | region_space.cc | 159 RegionState state = r->State(); in SetFromSpace() local
|
| /art/runtime/hprof/ |
| D | hprof.cc | 790 JDWP::JdwpState* state = Dbg::GetJdwpState(); in DumpToDdmsDirect() local
|
| /art/runtime/gc/ |
| D | heap.cc | 4047 auto* const state = reinterpret_cast<StackCrawlState*>(arg); in Callback() local 4068 StackCrawlState state(frames, max_depth, 0u); in get_backtrace() local
|
| /art/oatdump/ |
| D | oatdump.cc | 1657 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg); in Callback() local
|