Searched refs:JITDescriptor (Results 1 – 1 of 1) sorted by relevance
154 struct JITDescriptor : public JITDescriptorPublic { struct184 JITDescriptor __jit_debug_descriptor GUARDED_BY(g_jit_debug_lock) {}; in GUARDED_BY()191 JITDescriptor __dex_debug_descriptor GUARDED_BY(g_dex_debug_lock) {}; in GUARDED_BY()196 static JITDescriptor& Descriptor() { return __dex_debug_descriptor; } in Descriptor()205 static JITDescriptor& Descriptor() { return __jit_debug_descriptor; } in Descriptor()235 static uint64_t GetNextTimestamp(JITDescriptor& descriptor) { in GetNextTimestamp()240 static void Seqlock(JITDescriptor& descriptor) { in Seqlock()248 static void Sequnlock(JITDescriptor& descriptor) { in Sequnlock()260 JITDescriptor& descriptor = NativeInfo::Descriptor(); in InsertNewEntry()287 JITDescriptor& descriptor = NativeInfo::Descriptor(); in CreateJITCodeEntryInternal()[all …]