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

/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
H A Dobject.h333 NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::Object
350 NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::Object
H A Dclass.h955 // TODO: remove NO_THREAD_SAFETY_ANALYSIS when annotalysis handles visitors better.
957 void VisitEmbeddedImtAndVTable(const Visitor& visitor) NO_THREAD_SAFETY_ANALYSIS; member in class:art::mirror::FINAL
/art/runtime/
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 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 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 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
H A Dinstrumentation.h357 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS; member in class:art::instrumentation::Instrumentation
H A Dutils.h437 NO_THREAD_SAFETY_ANALYSIS; member in namespace:art
H A Dthread_list.cc104 static void DumpUnattachedThread(std::ostream& os, pid_t tid) NO_THREAD_SAFETY_ANALYSIS {
164 static void UnsafeLogFatalForThreadSuspendAllTimeout() NO_THREAD_SAFETY_ANALYSIS __attribute__((noreturn)); member in namespace:art
/art/runtime/gc/space/
H A Drosalloc_space.h79 // TODO: NO_THREAD_SAFETY_ANALYSIS because SizeOf() requires that mutator_lock is held.
81 NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::space::RosAllocSpace
H A Dmalloc_space.h125 MallocSpace** out_malloc_space) NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::space::MallocSpace
H A Dlarge_object_space.h125 bool Contains(const mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::space::LargeObjectMapSpace
/art/runtime/entrypoints/
H A Dentrypoint_utils.h172 NO_THREAD_SAFETY_ANALYSIS; member in namespace:art
/art/runtime/gc/collector/
H A Dmark_compact.h64 virtual void RunPhases() OVERRIDE NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::MarkCompact
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
H A Dsemi_space.h66 virtual void RunPhases() OVERRIDE NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::collector::SemiSpace
/art/runtime/gc/accounting/
H A Dspace_bitmap.h128 NO_THREAD_SAFETY_ANALYSIS; member in class:art::gc::accounting::SpaceBitmap
/art/runtime/base/
H A Dmacros.h198 #define NO_THREAD_SAFETY_ANALYSIS THREAD_ANNOTATION_ATTRIBUTE__(no_thread_safety_analysis) macro
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
/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

Completed in 2048 milliseconds