OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heap_bitmap_lock_
(Results
26 - 38
of
38
) sorted by null
1
2
/art/runtime/gc/collector/
garbage_collector.h
147
void SwapBitmaps() EXCLUSIVE_LOCKS_REQUIRED(Locks::
heap_bitmap_lock_
);
/art/runtime/
intern_table_test.cc
117
ReaderMutexLock mu(soa.Self(), *Locks::
heap_bitmap_lock_
);
debugger.cc
[
all
...]
/art/runtime/base/
mutex.cc
43
ReaderWriterMutex* Locks::
heap_bitmap_lock_
= nullptr;
member in class:art::Locks
[
all
...]
mutex.h
559
static ReaderWriterMutex*
heap_bitmap_lock_
ACQUIRED_AFTER(mutator_lock_);
562
static Mutex* runtime_shutdown_lock_ ACQUIRED_AFTER(
heap_bitmap_lock_
);
/art/runtime/gc/accounting/
mod_union_table_test.cc
218
ReaderMutexLock mu(self, *Locks::
heap_bitmap_lock_
);
/art/runtime/gc/space/
malloc_space.cc
235
Locks::
heap_bitmap_lock_
->AssertExclusiveHeld(self);
large_object_space.cc
141
ReaderMutexLock mu2(Thread::Current(), *Locks::
heap_bitmap_lock_
);
member in class:art::gc::space::Locks
580
Locks::
heap_bitmap_lock_
->AssertExclusiveHeld(self);
/art/compiler/
image_writer.cc
[
all
...]
/art/runtime/hprof/
hprof.cc
424
LOCKS_EXCLUDED(Locks::
heap_bitmap_lock_
) {
[
all
...]
/art/patchoat/
patchoat.cc
536
WriterMutexLock mu(Thread::Current(), *Locks::
heap_bitmap_lock_
);
member in class:art::Locks
[
all
...]
/art/oatdump/
oatdump.cc
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 379 milliseconds
1
2