Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 13 of 13) sorted by relevance

/art/compiler/linker/
Delf_builder.h98 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/
Dmonitor.cc92 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
Dmonitor_pool.cc108 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj, in CreateMonitorInPool()
Dmonitor_pool.h45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor()
/art/test/1931-monitor-events/src/art/
DMonitors.java77 public final Thread owner; field in Monitors.MonitorUsage
84 Thread owner, in MonitorUsage()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java77 public final Thread owner; field in Monitors.MonitorUsage
84 Thread owner, in MonitorUsage()
/art/test/1930-monitor-info/src/art/
DMonitors.java77 public final Thread owner; field in Monitors.MonitorUsage
84 Thread owner, in MonitorUsage()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java77 public final Thread owner; field in Monitors.MonitorUsage
84 Thread owner, in MonitorUsage()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java77 public final Thread owner; field in Monitors.MonitorUsage
84 Thread owner, in MonitorUsage()
/art/test/952-invoke-custom/src/transformer/
DIndyTransformer.java103 mv.visitMethodInsn(opcode, owner, name, desc, itf); in visitMethod() argument
/art/libartbase/base/
Dutils.cc53 uint64_t owner; in GetTid() local
/art/compiler/debug/
Delf_debug_info_writer.h119 explicit ElfCompilationUnitWriter(ElfDebugInfoWriter<ElfTypes>* owner) in ElfCompilationUnitWriter()
/art/openjdkjvmti/include/
Djvmti.h610 jthread owner; member