Lines Matching refs:JITDescriptor
162 struct JITDescriptor : public JITDescriptorPublic { struct
192 JITDescriptor __jit_debug_descriptor GUARDED_BY(g_jit_debug_lock) {}; in GUARDED_BY()
199 JITDescriptor __dex_debug_descriptor GUARDED_BY(g_dex_debug_lock) {}; in GUARDED_BY()
216 static JITDescriptor& Descriptor() { return __dex_debug_descriptor; } in Descriptor()
225 static JITDescriptor& Descriptor() { return __jit_debug_descriptor; } in Descriptor()
255 static uint64_t GetNextTimestamp(JITDescriptor& descriptor) { in GetNextTimestamp()
260 static void Seqlock(JITDescriptor& descriptor) { in Seqlock()
268 static void Sequnlock(JITDescriptor& descriptor) { in Sequnlock()
280 JITDescriptor& descriptor = NativeInfo::Descriptor(); in InsertNewEntry()
307 JITDescriptor& descriptor = NativeInfo::Descriptor(); in CreateJITCodeEntryInternal()
368 JITDescriptor& descriptor = NativeInfo::Descriptor(); in DeleteJITCodeEntryInternal()
459 JITDescriptor& descriptor = JitNativeInfo::Descriptor(); in NativeDebugInfoPreFork()
481 JITDescriptor& descriptor = JitNativeInfo::Descriptor(); in NativeDebugInfoPostFork()
495 JITDescriptor& descriptor = __jit_debug_descriptor; in RepackEntries()