/art/compiler/linker/ |
D | elf_builder.h | 98 Section(ElfBuilder<ElfTypes>* owner, in Section() 236 CachedSection(ElfBuilder<ElfTypes>* owner, in CachedSection() 276 CachedStringSection(ElfBuilder<ElfTypes>* owner, in CachedStringSection() 300 StringSection(ElfBuilder<ElfTypes>* owner, in StringSection() 338 SymbolSection(ElfBuilder<ElfTypes>* owner, in SymbolSection() 419 AbiflagsSection(ElfBuilder<ElfTypes>* owner, in AbiflagsSection() 480 BuildIdSection(ElfBuilder<ElfTypes>* owner, in BuildIdSection()
|
/art/runtime/ |
D | monitor.cc | 92 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor() 114 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor() 702 Thread* owner = owner_; in Unlock() local 920 Thread* owner = monitor->owner_; in Deflate() local 957 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate() 990 Thread* owner; in InflateThinLocked() local 1484 Thread* owner = owner_; in GetOwnerThreadId() local
|
D | monitor_pool.cc | 108 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj, in CreateMonitorInPool()
|
D | monitor_pool.h | 45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor()
|
/art/test/1931-monitor-events/src/art/ |
D | Monitors.java | 77 public final Thread owner; field in Monitors.MonitorUsage 84 Thread owner, in MonitorUsage()
|
/art/test/1933-monitor-current-contended/src/art/ |
D | Monitors.java | 77 public final Thread owner; field in Monitors.MonitorUsage 84 Thread owner, in MonitorUsage()
|
/art/test/1930-monitor-info/src/art/ |
D | Monitors.java | 77 public final Thread owner; field in Monitors.MonitorUsage 84 Thread owner, in MonitorUsage()
|
/art/test/1932-monitor-events-misc/src/art/ |
D | Monitors.java | 77 public final Thread owner; field in Monitors.MonitorUsage 84 Thread owner, in MonitorUsage()
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Monitors.java | 77 public final Thread owner; field in Monitors.MonitorUsage 84 Thread owner, in MonitorUsage()
|
/art/test/952-invoke-custom/src/transformer/ |
D | IndyTransformer.java | 103 mv.visitMethodInsn(opcode, owner, name, desc, itf); in visitMethod() argument
|
/art/libartbase/base/ |
D | utils.cc | 53 uint64_t owner; in GetTid() local
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 119 explicit ElfCompilationUnitWriter(ElfDebugInfoWriter<ElfTypes>* owner) in ElfCompilationUnitWriter()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 610 jthread owner; member
|