Searched refs:NO_THREAD_SAFETY_ANALYSIS (Results 1 - 25 of 52) sorted by relevance

123

/art/runtime/entrypoints/portable/
H A Dportable_lock_entrypoints.cc24 NO_THREAD_SAFETY_ANALYSIS /* EXCLUSIVE_LOCK_FUNCTION(Monitor::monitor_lock_) */ {
34 NO_THREAD_SAFETY_ANALYSIS /* UNLOCK_FUNCTION(Monitor::monitor_lock_) */ {
H A Dportable_jni_entrypoints.cc35 UNLOCK_FUNCTION(Locks::mutator_lock_) NO_THREAD_SAFETY_ANALYSIS {
/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h49 // TODO: NO_THREAD_SAFETY_ANALYSIS due to different control paths depending on fast JNI.
50 extern uint32_t JniMethodStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
52 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
54 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
57 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
60 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
65 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
H A Dquick_lock_entrypoints.cc26 NO_THREAD_SAFETY_ANALYSIS /* EXCLUSIVE_LOCK_FUNCTION(Monitor::monitor_lock_) */ {
49 NO_THREAD_SAFETY_ANALYSIS /* UNLOCK_FUNCTION(Monitor::monitor_lock_) */ {
H A Dquick_trampoline_entrypoints_test.cc30 NO_THREAD_SAFETY_ANALYSIS {
46 NO_THREAD_SAFETY_ANALYSIS {
55 NO_THREAD_SAFETY_ANALYSIS {
H A Dquick_jni_entrypoints.cc49 // TODO: NO_THREAD_SAFETY_ANALYSIS due to different control paths depending on fast JNI.
50 static void GoToRunnable(Thread* self) NO_THREAD_SAFETY_ANALYSIS {
/art/runtime/
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 Dfault_handler.h56 NO_THREAD_SAFETY_ANALYSIS; member in class:art::FaultManager
58 NO_THREAD_SAFETY_ANALYSIS; member in class:art::FaultManager
119 bool Action(int sig, siginfo_t* siginfo, void* context) OVERRIDE NO_THREAD_SAFETY_ANALYSIS; member in class:art::FINAL
H A Dhandle_scope_test.cc41 TEST(HandleScopeTest, Offsets) NO_THREAD_SAFETY_ANALYSIS {
H A Dintern_table.h84 std::size_t operator()(const GcRoot<mirror::String>& root) NO_THREAD_SAFETY_ANALYSIS; member in class:art::InternTable::StringHashEquals
86 NO_THREAD_SAFETY_ANALYSIS; member in class:art::InternTable::StringHashEquals
H A Dmonitor.h61 NO_THREAD_SAFETY_ANALYSIS; // TODO: Reading lock owner without holding lock is racy. member in class:art::Monitor
107 Thread* GetOwner() const NO_THREAD_SAFETY_ANALYSIS {
125 uint32_t hash_code) NO_THREAD_SAFETY_ANALYSIS; member in class:art::Monitor
H A Dmonitor_pool.h106 MonitorPool() NO_THREAD_SAFETY_ANALYSIS; member in class:art::MonitorPool
/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/mirror/
H A Dobject_array.h46 bool CheckAssignable(T* object) NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
52 void Set(int32_t i, T* object) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
60 void SetWithoutChecks(int32_t i, T* object) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
66 NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
89 void VisitReferences(const Visitor& visitor) NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::ObjectArray
H A Darray.h138 void Set(int32_t i, T value) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::PrimitiveArray
143 void SetWithoutChecks(int32_t i, T value) ALWAYS_INLINE NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::PrimitiveArray
/art/runtime/base/
H A Dmutex_test.cc49 static void TryLockUnlockTest() NO_THREAD_SAFETY_ANALYSIS {
63 static void RecursiveLockUnlockTest() NO_THREAD_SAFETY_ANALYSIS {
81 static void RecursiveTryLockUnlockTest() NO_THREAD_SAFETY_ANALYSIS {
117 static void RecursiveLockWaitTest() NO_THREAD_SAFETY_ANALYSIS {
161 static void SharedTryLockUnlockTest() NO_THREAD_SAFETY_ANALYSIS {
H A Dmutex.h390 void Wait(Thread* self) NO_THREAD_SAFETY_ANALYSIS; member in class:art::ConditionVariable
391 void TimedWait(Thread* self, int64_t ms, int32_t ns) NO_THREAD_SAFETY_ANALYSIS; member in class:art::ConditionVariable
395 void WaitHoldingLocks(Thread* self) NO_THREAD_SAFETY_ANALYSIS; member in class:art::ConditionVariable
H A Dmacros.h198 #define NO_THREAD_SAFETY_ANALYSIS THREAD_ANNOTATION_ATTRIBUTE__(no_thread_safety_analysis) macro
/art/runtime/gc/collector/
H A Dmark_sweep.h60 virtual void RunPhases() OVERRIDE NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
235 bool MarkObjectParallel(const mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
240 NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
254 RootType root_type) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
275 void RevokeAllThreadLocalAllocationStacks(Thread* self) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkSweep
/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc114 void RunTest() NO_THREAD_SAFETY_ANALYSIS {
/art/runtime/gc/space/
H A Dmalloc_space.h125 MallocSpace** out_malloc_space) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::space::MallocSpace
H A Drosalloc_space.cc292 void* arg, bool do_null_callback_at_end) NO_THREAD_SAFETY_ANALYSIS {
293 // TODO: NO_THREAD_SAFETY_ANALYSIS.
309 void* arg, bool do_null_callback_at_end) NO_THREAD_SAFETY_ANALYSIS {
310 // TODO: NO_THREAD_SAFETY_ANALYSIS.
/art/runtime/gc/
H A Dheap.h229 // TODO: NO_THREAD_SAFETY_ANALYSIS since we call this everywhere and it is impossible to find a
231 void VerifyObjectBody(mirror::Object* o) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::Heap
488 void PreZygoteFork() NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::Heap
559 void DumpObject(std::ostream& stream, mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::Heap
561 std::string SafeGetClassDescriptor(mirror::Class* klass) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::Heap
562 std::string SafePrettyTypeOf(mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::Heap
/art/runtime/interpreter/
H A Dinterpreter_common.h82 static inline void DoMonitorEnter(Thread* self, Object* ref) NO_THREAD_SAFETY_ANALYSIS {
86 static inline void DoMonitorExit(Thread* self, Object* ref) NO_THREAD_SAFETY_ANALYSIS {
/art/runtime/arch/
H A Darch_test.cc28 NO_THREAD_SAFETY_ANALYSIS {

Completed in 768 milliseconds

123