HomeSort by relevance Sort by last modified time
    Searched refs:NO_THREAD_SAFETY_ANALYSIS (Results 51 - 75 of 90) sorted by null

1 23 4

  /art/runtime/gc/space/
rosalloc_space.h 97 // TODO: NO_THREAD_SAFETY_ANALYSIS because SizeOf() requires that mutator_lock is held.
100 NO_THREAD_SAFETY_ANALYSIS;
region_space.h 231 void WalkInternal(ObjectCallback* callback, void* arg) NO_THREAD_SAFETY_ANALYSIS;
486 Region* RefToRegionUnlocked(mirror::Object* ref) NO_THREAD_SAFETY_ANALYSIS {
image_space.cc 761 NO_THREAD_SAFETY_ANALYSIS {
778 NO_THREAD_SAFETY_ANALYSIS {
803 void operator()(mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS {
    [all...]
  /art/runtime/
jni_env_ext.cc 40 // with NO_THREAD_SAFETY_ANALYSIS.
41 static bool CheckLocalsValid(JNIEnvExt* in) NO_THREAD_SAFETY_ANALYSIS {
reference_table.cc 123 NO_THREAD_SAFETY_ANALYSIS {
art_method.h 119 // NO_THREAD_SAFETY_ANALYSIS for calling with held locks. Visitor is passed a pair of ArtMethod*
122 void Visit(const Visitor& visitor, size_t pointer_size) NO_THREAD_SAFETY_ANALYSIS {
582 // NO_THREAD_SAFETY_ANALYSIS since we don't know what the callback requires.
584 void VisitRoots(RootVisitorType& visitor, size_t pointer_size) NO_THREAD_SAFETY_ANALYSIS;
indirect_reference_table.cc 70 NO_THREAD_SAFETY_ANALYSIS {
trace.h 202 NO_THREAD_SAFETY_ANALYSIS;
utils.h 252 NO_THREAD_SAFETY_ANALYSIS;
art_method-inl.h 78 // AssertSharedHeld doesn't work in GetAccessFlags, so use a NO_THREAD_SAFETY_ANALYSIS helper.
82 NO_THREAD_SAFETY_ANALYSIS {
instrumentation.h 460 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
runtime.h 519 // Only read by the signal handler, NO_THREAD_SAFETY_ANALYSIS to prevent lock order violations
521 const std::string& GetFaultMessage() NO_THREAD_SAFETY_ANALYSIS {
monitor.cc 856 EXCLUSIVE_LOCK_FUNCTION(obj) NO_THREAD_SAFETY_ANALYSIS {
    [all...]
  /external/clang/test/PCH/
thread-safety-attrs.cpp 30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis))
  /art/runtime/base/
arena_allocator.h 268 void ReclaimMemory() NO_THREAD_SAFETY_ANALYSIS;
hash_set.h 467 size_t Verify() NO_THREAD_SAFETY_ANALYSIS {
  /art/runtime/gc/
allocation_record.cc 196 bool VisitFrame() OVERRIDE NO_THREAD_SAFETY_ANALYSIS {
heap.cc     [all...]
  /art/runtime/jit/
jit_code_cache.h 162 bool OwnsSpace(const void* mspace) const NO_THREAD_SAFETY_ANALYSIS {
jit_code_cache.cc 737 [this] (ProfilingInfo* info) NO_THREAD_SAFETY_ANALYSIS {
826 NO_THREAD_SAFETY_ANALYSIS {
879 // NO_THREAD_SAFETY_ANALYSIS as this is called from mspace code, at which point the lock
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 93 NO_THREAD_SAFETY_ANALYSIS
107 NO_THREAD_SAFETY_ANALYSIS
119 NO_THREAD_SAFETY_ANALYSIS
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 405 void operator()(const mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS {
836 virtual void Run(Thread* self) NO_THREAD_SAFETY_ANALYSIS {
    [all...]
  /art/runtime/jdwp/
jdwp.h 132 * NO_THREAD_SAFETY_ANALYSIS since we can't annotate that we do not have
136 REQUIRES(!Locks::mutator_lock_) NO_THREAD_SAFETY_ANALYSIS;
  /art/runtime/mirror/
object.h 510 NO_THREAD_SAFETY_ANALYSIS;
550 NO_THREAD_SAFETY_ANALYSIS;
  /art/runtime/gc/accounting/
mod_union_table.cc 310 void operator()(mirror::Object* obj) const NO_THREAD_SAFETY_ANALYSIS {

Completed in 552 milliseconds

1 23 4