Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc38 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
Djdwp_socket.cc69 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport()
114 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { in SocketStartup()
Djdwp_handler.cc303 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 …]
Djdwp_adb.cc123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()
/art/runtime/base/
Dmutex_test.cc105 RecursiveLockWait* state = reinterpret_cast<RecursiveLockWait*>(arg); in Callback() local
118 RecursiveLockWait state; in RecursiveLockWaitTest() local
Dmutex-inl.h241 int32_t state = state_.LoadRelaxed(); in GetExclusiveOwnerTid() local
/art/runtime/mirror/
Dthrowable.cc56 void Throwable::SetStackState(Object* state) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetStackState()
/art/compiler/dex/quick/
Dgen_invoke.cc495 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/
Dfault_handler.cc213 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
Druntime.cc288 AbortState state; in Abort() local
1443 void Runtime::UpdateProfilerState(int state) { in UpdateProfilerState()
Dmonitor.cc933 ThreadState state = thread->GetState(); in DescribeWait() local
Dthread.h919 volatile uint16_t state; member
Dutils.cc1023 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
Ddebugger.cc2145 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()
Dthread.cc965 ThreadState state = thread->GetState(); in ShouldShowNativeStack() local
/art/compiler/
Delf_writer_quick.cc876 ElfSymtabBuilder::ElfSymbolState state {name, section, addr, size, is_relative, in AddSymbol() local
/art/oatdump/
Doatdump.cc1243 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg); in Callback() local