Searched defs:NO_THREAD_SAFETY_ANALYSIS (Results 1 - 25 of 34) sorted by relevance

12

/art/compiler/dex/quick/
H A Ddex_file_to_method_inliner_map.h43 DexFileMethodInliner* GetMethodInliner(const DexFile* dex_file) NO_THREAD_SAFETY_ANALYSIS; member in class:art::DexFileToMethodInlinerMap
45 // Fix the NO_THREAD_SAFETY_ANALYSIS when this works and add the appropriate LOCKS_EXCLUDED.
/art/runtime/
H A Dlinear_alloc.h52 bool ContainsUnsafe(void* ptr) const NO_THREAD_SAFETY_ANALYSIS; member in class:art::LinearAlloc
H A Dsignal_catcher.h43 // NO_THREAD_SAFETY_ANALYSIS for static function calling into member function with excludes lock.
44 static void* Run(void* arg) NO_THREAD_SAFETY_ANALYSIS; member in class:art::SignalCatcher
H A Dart_field.h153 // NO_THREAD_SAFETY_ANALYSIS since we don't know what the callback requires.
155 void VisitRoots(RootVisitorType& visitor) NO_THREAD_SAFETY_ANALYSIS; member in class:art::FINAL
H A Dclass_table.h45 uint32_t operator()(const GcRoot<mirror::Class>& root) const NO_THREAD_SAFETY_ANALYSIS; member in class:art::ClassTable::ClassDescriptorHashEquals
48 NO_THREAD_SAFETY_ANALYSIS;; member in class:art::ClassTable::ClassDescriptorHashEquals
51 NO_THREAD_SAFETY_ANALYSIS; member in class:art::ClassTable::ClassDescriptorHashEquals
53 uint32_t operator()(const char* descriptor) const NO_THREAD_SAFETY_ANALYSIS; member in class:art::ClassTable::ClassDescriptorHashEquals
94 // NO_THREAD_SAFETY_ANALYSIS for object marking requiring heap bitmap lock.
97 NO_THREAD_SAFETY_ANALYSIS
103 NO_THREAD_SAFETY_ANALYSIS
H A Dfault_handler.h60 NO_THREAD_SAFETY_ANALYSIS; member in class:art::FaultManager
62 NO_THREAD_SAFETY_ANALYSIS; member in class:art::FaultManager
67 NO_THREAD_SAFETY_ANALYSIS; member in class:art::FaultManager
127 bool Action(int sig, siginfo_t* siginfo, void* context) OVERRIDE NO_THREAD_SAFETY_ANALYSIS; member in class:art::FINAL
H A Dverify_object.h55 ALWAYS_INLINE void VerifyObject(mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS; member in namespace:art
58 ALWAYS_INLINE bool VerifyClassClass(mirror::Class* c) NO_THREAD_SAFETY_ANALYSIS; member in namespace:art
H A Dintern_table.h160 std::size_t operator()(const GcRoot<mirror::String>& root) const NO_THREAD_SAFETY_ANALYSIS; member in class:art::InternTable::StringHashEquals
162 NO_THREAD_SAFETY_ANALYSIS; member in class:art::InternTable::StringHashEquals
167 NO_THREAD_SAFETY_ANALYSIS; member in class:art::InternTable::StringHashEquals
H A Dmonitor.h62 NO_THREAD_SAFETY_ANALYSIS; // TODO: Reading lock owner without holding lock is racy. member in class:art::Monitor
64 // NO_THREAD_SAFETY_ANALYSIS for mon->Lock.
67 NO_THREAD_SAFETY_ANALYSIS
71 // NO_THREAD_SAFETY_ANALYSIS for mon->Unlock.
73 NO_THREAD_SAFETY_ANALYSIS
86 // NO_THREAD_SAFETY_ANALYSIS for mon->Wait.
89 SHARED_REQUIRES(Locks::mutator_lock_) NO_THREAD_SAFETY_ANALYSIS; member in class:art::Monitor
116 Thread* GetOwner() const NO_THREAD_SAFETY_ANALYSIS {
138 // NO_THREAD_SAFETY_ANALYSIS for monitor->monitor_lock_.
140 SHARED_REQUIRES(Locks::mutator_lock_) NO_THREAD_SAFETY_ANALYSIS; member in class:art::Monitor
182 NO_THREAD_SAFETY_ANALYSIS; // For m->Install(self) member in class:art::Monitor
204 SHARED_REQUIRES(Locks::mutator_lock_) NO_THREAD_SAFETY_ANALYSIS; // For mon->Notify. member in class:art::Monitor
[all...]
H A Dinstrumentation.h460 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS; member in class:art::instrumentation::Instrumentation
H A Dmonitor_pool.h117 MonitorPool() NO_THREAD_SAFETY_ANALYSIS; member in class:art::MonitorPool
123 void FreeInternal() NO_THREAD_SAFETY_ANALYSIS; member in class:art::MonitorPool
/art/runtime/mirror/
H A Dobject_array.h48 bool CheckAssignable(T* object) NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
54 ALWAYS_INLINE void Set(int32_t i, T* object) NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
62 ALWAYS_INLINE void SetWithoutChecks(int32_t i, T* object) NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
68 NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
95 void VisitReferences(const Visitor& visitor) NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
H A Darray.h134 void Set(int32_t i, T value) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::PrimitiveArray
141 void SetWithoutChecks(int32_t i, T value) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::PrimitiveArray
H A Dobject.h505 NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::Object
545 NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::Object
/art/runtime/lambda/
H A Dbox_table.h106 NO_THREAD_SAFETY_ANALYSIS; // SHARED_REQUIRES(Locks::mutator_lock_) member in struct:art::lambda::FINAL::EmptyFn
114 NO_THREAD_SAFETY_ANALYSIS; // SHARED_REQUIRES(Locks::mutator_lock_) member in struct:art::lambda::FINAL::HashFn
120 NO_THREAD_SAFETY_ANALYSIS; // SHARED_REQUIRES(Locks::mutator_lock_) member in struct:art::lambda::FINAL::EqualsFn
/art/runtime/entrypoints/
H A Dentrypoint_utils.h166 NO_THREAD_SAFETY_ANALYSIS; member in namespace:art
/art/runtime/gc/space/
H A Drosalloc_space.h97 // TODO: NO_THREAD_SAFETY_ANALYSIS because SizeOf() requires that mutator_lock is held.
100 NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::space::RosAllocSpace
H A Dmalloc_space.h134 MallocSpace** out_malloc_space) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::space::MallocSpace
H A Dlarge_object_space.h140 bool Contains(const mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::space::LargeObjectMapSpace
/art/runtime/gc/collector/
H A Dmark_compact.h65 virtual void RunPhases() OVERRIDE NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkCompact
H A Dsemi_space.h67 virtual void RunPhases() OVERRIDE NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::SemiSpace
H A Dmark_sweep.h249 bool MarkObjectParallel(mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
254 NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
301 void RevokeAllThreadLocalAllocationStacks(Thread* self) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
/art/runtime/jit/
H A Dprofile_saver.h39 // NO_THREAD_SAFETY_ANALYSIS for static function calling into member function with excludes lock.
42 NO_THREAD_SAFETY_ANALYSIS; member in class:art::ProfileSaver
52 // NO_THREAD_SAFETY_ANALYSIS for static function calling into member function with excludes lock.
55 NO_THREAD_SAFETY_ANALYSIS; member in class:art::ProfileSaver
70 // NO_THREAD_SAFETY_ANALYSIS for static function calling into member function with excludes lock.
73 NO_THREAD_SAFETY_ANALYSIS; member in class:art::ProfileSaver
/art/runtime/gc/accounting/
H A Dspace_bitmap.h129 NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::accounting::SpaceBitmap
/art/runtime/base/
H A Dmacros.h253 #define NO_THREAD_SAFETY_ANALYSIS THREAD_ANNOTATION_ATTRIBUTE__(no_thread_safety_analysis) macro

Completed in 922 milliseconds

12