Searched defs:owner (Results 1 – 7 of 7) sorted by relevance
/art/compiler/ |
D | elf_builder.h | 96 Section(ElfBuilder<ElfTypes>* owner, in Section() 246 CachedSection(ElfBuilder<ElfTypes>* owner, in CachedSection() 286 CachedStringSection(ElfBuilder<ElfTypes>* owner, in CachedStringSection() 310 StringSection(ElfBuilder<ElfTypes>* owner, in StringSection() 342 SymbolSection(ElfBuilder<ElfTypes>* owner, in SymbolSection() 408 AbiflagsSection(ElfBuilder<ElfTypes>* owner, in AbiflagsSection() 468 BuildIdSection(ElfBuilder<ElfTypes>* owner, in BuildIdSection()
|
/art/runtime/ |
D | monitor.cc | 84 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor() 106 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor() 614 Thread* owner = owner_; in Unlock() local 828 Thread* owner = monitor->owner_; in Deflate() local 865 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate() 898 Thread* owner; in InflateThinLocked() local 1379 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()
|
D | utils.cc | 58 uint64_t owner; in GetTid() local
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 115 explicit ElfCompilationUnitWriter(ElfDebugInfoWriter<ElfTypes>* owner) in ElfCompilationUnitWriter()
|
/art/runtime/openjdkjvmti/include/ |
D | jvmti.h | 610 jthread owner; member
|