/art/runtime/ |
D | thread_list.h | 42 class Thread; variable 238 friend class Thread; variable
|
D | signal_catcher.h | 27 class Thread; variable
|
D | object_lock.h | 26 class Thread; variable
|
D | monitor_linux.cc | 21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, ArtMethod*, uint32_t) { in LogContentionEvent() argument
|
/art/runtime/interpreter/ |
D | interpreter_mterp_impl.h | 29 class Thread; variable
|
D | lock_count_data.h | 31 class Thread; variable
|
D | interpreter.h | 33 class Thread; variable
|
D | unstarted_runtime.h | 29 class Thread; variable
|
D | interpreter_cache.h | 28 class Thread; variable
|
/art/runtime/jit/ |
D | debugger_interface.h | 32 class Thread; variable
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 94 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() argument 104 size_t ZygoteSpace::Free(Thread*, mirror::Object*) { in Free() argument 109 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList() argument
|
D | bump_pointer_space.h | 72 size_t Free(Thread*, mirror::Object*) override { in Free() argument 76 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList() argument
|
D | zygote_space.h | 61 size_t RevokeThreadLocalBuffers(art::Thread*) override { in RevokeThreadLocalBuffers()
|
/art/openjdkjvmti/ |
D | ti_class_loader.h | 49 class Thread; variable
|
D | ti_heap.h | 27 class Thread; variable
|
D | ti_thread.h | 48 class Thread; variable
|
/art/compiler/utils/ |
D | dedupe_set.h | 28 class Thread; variable
|
/art/test/123-compiler-regressions-mt/src/ |
D | Main.java | 31 new Thread() { in b17689750TestVolatile() method 45 new Thread() { in b17689750TestMonitor() method
|
/art/runtime/interpreter/mterp/ |
D | mterp.h | 37 class Thread; variable
|
/art/runtime/gc/ |
D | scoped_gc_critical_section.h | 26 class Thread; variable
|
D | allocation_listener.h | 36 class Thread; variable
|
/art/runtime/verifier/ |
D | class_verifier.h | 38 class Thread; variable
|
/art/compiler/jit/ |
D | jit_compiler.h | 29 class Thread; variable
|
/art/runtime/entrypoints/ |
D | runtime_asm_entrypoints.h | 27 class Thread; variable
|
/art/test/951-threaded-obsolete/src/art/ |
D | Test951.java | 80 new Thread(() -> { in run() method
|