/art/runtime/jdwp/ |
D | jdwp_main.cc | 38 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state) in JdwpNetStateBase() 238 std::unique_ptr<JdwpState> state(new JdwpState(options)); in Create() local 400 JdwpState* state = reinterpret_cast<JdwpState*>(arg); in StartJdwpThread() local
|
D | jdwp_socket.cc | 69 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport() 114 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { in SocketStartup()
|
D | jdwp_handler.cc | 303 static JdwpError VM_Exit(JdwpState* state, Request& request, ExpandBuf*) in VM_Exit() 570 static JdwpError RT_Signature(JdwpState* state, Request& request, ExpandBuf* pReply) in RT_Signature() 575 static JdwpError RT_SignatureWithGeneric(JdwpState* state, Request& request, ExpandBuf* pReply) in RT_SignatureWithGeneric() 688 static JdwpError CT_InvokeMethod(JdwpState* state, Request& request, ExpandBuf* pReply) in CT_InvokeMethod() 704 static JdwpError CT_NewInstance(JdwpState* state, Request& request, ExpandBuf* pReply) in CT_NewInstance() 769 static JdwpError M_VariableTable(JdwpState* state, Request& request, ExpandBuf* pReply) in M_VariableTable() 774 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request& request, ExpandBuf* pReply) in M_VariableTableWithGeneric() 873 static JdwpError OR_InvokeMethod(JdwpState* state, Request& request, ExpandBuf* pReply) in OR_InvokeMethod() 1231 static JdwpError ER_Set(JdwpState* state, Request& request, ExpandBuf* pReply) in ER_Set() 1374 static JdwpError ER_Clear(JdwpState* state, Request& request, ExpandBuf*) in ER_Clear() [all …]
|
D | jdwp_adb.cc | 123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()
|
/art/runtime/base/ |
D | mutex_test.cc | 105 RecursiveLockWait* state = reinterpret_cast<RecursiveLockWait*>(arg); in Callback() local 118 RecursiveLockWait state; in RecursiveLockWaitTest() local
|
D | mutex-inl.h | 241 int32_t state = state_.LoadRelaxed(); in GetExclusiveOwnerTid() local
|
/art/runtime/mirror/ |
D | throwable.cc | 56 void Throwable::SetStackState(Object* state) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetStackState()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 495 int state, const MethodReference& target_method, in NextSDCallInsn() 572 int state, const MethodReference& target_method, in NextVCallInsn() 613 static int NextInterfaceCallInsn(CompilationUnit* cu, CallInfo* info, int state, in NextInterfaceCallInsn() 653 QuickEntrypointEnum trampoline, int state, in NextInvokeInsnSP() 682 int state, in NextStaticCallInsnSP() 690 static int NextDirectCallInsnSP(CompilationUnit* cu, CallInfo* info, int state, in NextDirectCallInsnSP() 698 static int NextSuperCallInsnSP(CompilationUnit* cu, CallInfo* info, int state, in NextSuperCallInsnSP() 706 static int NextVCallInsnSP(CompilationUnit* cu, CallInfo* info, int state, in NextVCallInsnSP() 715 CallInfo* info, int state, in NextInterfaceCallInsnWithAccessCheck()
|
/art/runtime/ |
D | fault_handler.cc | 213 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
|
D | runtime.cc | 288 AbortState state; in Abort() local 1443 void Runtime::UpdateProfilerState(int state) { in UpdateProfilerState()
|
D | monitor.cc | 933 ThreadState state = thread->GetState(); in DescribeWait() local
|
D | thread.h | 919 volatile uint16_t state; member
|
D | utils.cc | 1023 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
|
D | debugger.cc | 2145 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus() 4289 uint8_t state = ExamineObject(obj, native); in HeapChunkCallback() local 4294 void AppendChunk(uint8_t state, void* ptr, size_t length) in AppendChunk()
|
D | thread.cc | 965 ThreadState state = thread->GetState(); in ShouldShowNativeStack() local
|
/art/compiler/ |
D | elf_writer_quick.cc | 876 ElfSymtabBuilder::ElfSymbolState state {name, section, addr, size, is_relative, in AddSymbol() local
|
/art/oatdump/ |
D | oatdump.cc | 1243 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg); in Callback() local
|