Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc33 auto kludge = []() ACQUIRE(Roles::uninterruptible_) NO_THREAD_SAFETY_ANALYSIS {}; in Enter() local
34 kludge(); in Enter()
44 auto kludge = []() RELEASE(Roles::uninterruptible_) NO_THREAD_SAFETY_ANALYSIS {}; in Exit() local
45 kludge(); in Exit()
/art/libdexfile/
DAndroid.bp429 // Using whole_static_libs here only as an "approximate transitivity" kludge.