Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 25) 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()
246 std::unique_ptr<JdwpState> state(new JdwpState(options)); in Create() local
431 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.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()
719 static JdwpError M_VariableTable(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTable()
724 static JdwpError M_VariableTableWithGeneric(JdwpState* state, Request* request, ExpandBuf* pReply) in M_VariableTableWithGeneric()
823 static JdwpError OR_InvokeMethod(JdwpState* state, Request* request, in OR_InvokeMethod()
1181 static JdwpError ER_Set(JdwpState* state, Request* request, ExpandBuf* pReply) in ER_Set()
1324 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.h208 int32_t state = state_.LoadRelaxed(); in GetExclusiveOwnerTid() local
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java37 private State state; field in StreamConsumer
/art/compiler/dex/quick/
Dgen_invoke.cc524 int state, const MethodReference& target_method, in NextVCallInsn()
569 static int NextInterfaceCallInsn(CompilationUnit* cu, CallInfo* info, int state, in NextInterfaceCallInsn()
611 QuickEntrypointEnum trampoline, int state, in NextInvokeInsnSP()
640 int state, in NextStaticCallInsnSP()
647 static int NextDirectCallInsnSP(CompilationUnit* cu, CallInfo* info, int state, in NextDirectCallInsnSP()
654 static int NextSuperCallInsnSP(CompilationUnit* cu, CallInfo* info, int state, in NextSuperCallInsnSP()
661 static int NextVCallInsnSP(CompilationUnit* cu, CallInfo* info, int state, in NextVCallInsnSP()
669 CallInfo* info, int state, in NextInterfaceCallInsnWithAccessCheck()
/art/runtime/mirror/
Dthrowable.cc56 void Throwable::SetStackState(Object* state) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetStackState()
/art/compiler/dex/quick/x86/
Dcall_x86.cc345 int state, const MethodReference& target_method, in X86NextSDCallInsn()
/art/runtime/
Dfault_handler.cc310 ThreadState state = thread->GetState(); in IsInGeneratedCode() local
Druntime.cc365 AbortState state; in Abort() local
1694 void Runtime::UpdateProfilerState(int state) { in UpdateProfilerState()
Dmonitor.cc935 ThreadState state = thread->GetState(); in DescribeWait() local
Ddebugger.cc2197 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus()
4624 uint8_t state = ExamineNativeObject(start); in HeapChunkNativeCallback() local
4636 uint8_t state = ExamineJavaObject(reinterpret_cast<mirror::Object*>(start)); in HeapChunkJavaCallback() local
4642 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk()
Dutils.cc983 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
Dthread.h1020 volatile uint16_t state; member
Dthread.cc1127 ThreadState state = thread->GetState(); in ShouldShowNativeStack() local
/art/compiler/dex/quick/mips/
Dcall_mips.cc418 static int NextSDCallInsn(CompilationUnit* cu, CallInfo* info, int state, in NextSDCallInsn()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc458 int state, const MethodReference& target_method, in Arm64NextSDCallInsn()
/art/runtime/gc/space/
Dregion_space.cc159 RegionState state = r->State(); in SetFromSpace() local
/art/compiler/dex/quick/arm/
Dcall_arm.cc624 int state, const MethodReference& target_method, in ArmNextSDCallInsn()
/art/oatdump/
Doatdump.cc1699 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg); in Callback() local
1798 void DumpMethod(ArtMethod* method, ImageDumper* state, std::ostream& indent_os) in DumpMethod()
/art/runtime/hprof/
Dhprof.cc699 JDWP::JdwpState* state = Dbg::GetJdwpState(); in DumpToDdmsDirect() local
/art/runtime/gc/
Dheap.cc3705 auto* const state = reinterpret_cast<StackCrawlState*>(arg); in Callback() local
3726 StackCrawlState state(frames, max_depth, 0u); in get_backtrace() local