Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 25 of 46) sorted by relevance

12

/art/runtime/jit/
Djit_instrumentation.h41 class Thread; variable
74 virtual void MethodExited(Thread* /*thread*/, mirror::Object* /*this_object*/, in MethodExited() argument
78 virtual void MethodUnwind(Thread* /*thread*/, mirror::Object* /*this_object*/, in MethodUnwind() argument
80 virtual void FieldRead(Thread* /*thread*/, mirror::Object* /*this_object*/, in FieldRead() argument
83 virtual void FieldWritten(Thread* /*thread*/, mirror::Object* /*this_object*/, in FieldWritten() argument
87 virtual void ExceptionCaught(Thread* /*thread*/, in ExceptionCaught() argument
90 virtual void DexPcMoved(Thread* /*self*/, mirror::Object* /*this_object*/, in DexPcMoved() argument
/art/runtime/
Dthread_list.h36 class Thread; variable
192 friend class Thread; variable
Dobject_lock.h26 class Thread; variable
Dsignal_catcher.h26 class Thread; variable
Dmonitor_linux.cc21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, const char*, uint32_t) { in LogContentionEvent() argument
Dnth_caller_visitor.h25 class Thread; variable
Dquick_exception_handler.h32 class Thread; variable
Dmonitor.h43 class Thread; variable
Dhandle.h28 class Thread; variable
Dtrace.h41 class Thread; variable
Dhandle_scope.h33 class Thread; variable
/art/runtime/gc/space/
Dzygote_space.cc80 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() argument
90 size_t ZygoteSpace::Free(Thread*, mirror::Object*) { in Free() argument
95 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList() argument
Dbump_pointer_space.h66 size_t Free(Thread*, mirror::Object*) OVERRIDE { in Free() argument
70 size_t FreeList(Thread*, size_t, mirror::Object**) OVERRIDE { in FreeList() argument
Dzygote_space.h58 size_t RevokeThreadLocalBuffers(art::Thread*) OVERRIDE { in RevokeThreadLocalBuffers()
Ddlmalloc_space-inl.h55 Thread* /*self*/, size_t num_bytes, in AllocWithoutGrowthLocked() argument
Dbump_pointer_space-inl.h27 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() argument
Ddlmalloc_space.h79 size_t RevokeThreadLocalBuffers(art::Thread*) OVERRIDE { in RevokeThreadLocalBuffers()
/art/test/123-compiler-regressions-mt/src/
DMain.java31 new Thread() { in b17689750TestVolatile() method
45 new Thread() { in b17689750TestMonitor() method
/art/runtime/interpreter/
Dinterpreter.h31 class Thread; variable
Dunstarted_runtime.h28 class Thread; variable
/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.h31 class Thread; variable
/art/runtime/entrypoints/quick/
Dquick_entrypoints.h39 class Thread; variable
/art/runtime/entrypoints/
Dentrypoint_utils.h42 class Thread; variable
/art/runtime/gc/collector/
Dmark_compact.h36 class Thread; variable
Dsemi_space.h35 class Thread; variable

12