/aosp12/build/make/tools/rbcrun/ |
H A D | host.go | 62 func loader(thread *starlark.Thread, module string) (starlark.StringDict, error) { 115 func fileExists(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, 128 func regexMatch(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, 146 func wildcard(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, 177 func shell(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple,
|
/aosp12/system/extras/memory_replay/ |
H A D | Threads.h | 24 class Thread; variable 54 friend Thread; variable
|
H A D | Thread.cpp | 21 Thread::Thread() { in Thread() function in Thread
|
/aosp12/build/soong/ui/tracer/ |
H A D | tracer.go | 37 type Thread uint64 type 191 func (t *tracerImpl) defineThread(thread Thread, name string) { 218 func (t *tracerImpl) Begin(name string, thread Thread) { 229 func (t *tracerImpl) End(thread Thread) { 240 func (t *tracerImpl) Complete(name string, thread Thread, begin, end uint64) {
|
/aosp12/art/runtime/ |
H A D | thread_list.h | 42 class Thread; variable 239 friend class Thread; variable
|
H A D | signal_catcher.h | 27 class Thread; variable
|
H A D | object_lock.h | 26 class Thread; variable
|
H A D | monitor_linux.cc | 21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, ArtMethod*, uint32_t) { in LogContentionEvent() argument
|
/aosp12/art/runtime/gc/space/ |
H A 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
|
H A 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
|
H A D | zygote_space.h | 61 size_t RevokeThreadLocalBuffers(art::Thread*) override { in RevokeThreadLocalBuffers()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_mterp_impl.h | 29 class Thread; variable
|
H A D | lock_count_data.h | 31 class Thread; variable
|
H A D | interpreter.h | 33 class Thread; variable
|
/aosp12/build/soong/ui/metrics/ |
H A D | event.go | 140 func (t *EventTracer) Begin(name, desc string, _ tracer.Thread) { 146 func (t *EventTracer) End(tracer.Thread) soong_metrics_proto.PerfInfo {
|
/aosp12/art/test/123-compiler-regressions-mt/src/ |
H A D | Main.java | 31 new Thread() { in b17689750TestVolatile() method 45 new Thread() { in b17689750TestMonitor() method
|
/aosp12/art/runtime/jit/ |
H A D | debugger_interface.h | 32 class Thread; variable
|
/aosp12/art/compiler/utils/ |
H A D | dedupe_set.h | 28 class Thread; variable
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | mterp.h | 33 class Thread; variable
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_class_loader.h | 49 class Thread; variable
|
H A D | ti_heap.h | 27 class Thread; variable
|
/aosp12/art/runtime/gc/ |
H A D | scoped_gc_critical_section.h | 26 class Thread; variable
|
H A D | allocation_listener.h | 36 class Thread; variable
|
/aosp12/art/compiler/jit/ |
H A D | jit_compiler.h | 30 class Thread; variable
|
/aosp12/art/runtime/verifier/ |
H A D | class_verifier.h | 38 class Thread; variable
|