Searched refs:JITDescriptor (Results 1 – 1 of 1) sorted by relevance
165 struct JITDescriptor : public JITDescriptorPublic { struct195 JITDescriptor __jit_debug_descriptor GUARDED_BY(g_jit_debug_lock) {}; in GUARDED_BY()202 JITDescriptor __dex_debug_descriptor GUARDED_BY(g_dex_debug_lock) {}; in GUARDED_BY()222 static JITDescriptor& Descriptor() { return __dex_debug_descriptor; } in Descriptor()231 static JITDescriptor& Descriptor() { return __jit_debug_descriptor; } in Descriptor()261 static uint64_t GetNextTimestamp(JITDescriptor& descriptor) { in GetNextTimestamp()266 static void Seqlock(JITDescriptor& descriptor) { in Seqlock()274 static void Sequnlock(JITDescriptor& descriptor) { in Sequnlock()286 JITDescriptor& descriptor = NativeInfo::Descriptor(); in InsertNewEntry()313 JITDescriptor& descriptor = NativeInfo::Descriptor(); in CreateJITCodeEntryInternal()[all …]