Home
last modified time | relevance | path

Searched refs:JITDescriptor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Ddebugger_interface.cc162 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()
[all …]