OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLiveObjectLocked
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/accounting/
mod_union_table.cc
194
CHECK(heap->
IsLiveObjectLocked
(ref));
/art/runtime/gc/
heap.cc
646
bool Heap::
IsLiveObjectLocked
(const mirror::Object* obj, bool search_allocation_stack,
754
if (!
IsLiveObjectLocked
(obj)) {
758
if (!
IsLiveObjectLocked
(c)) {
[
all
...]
heap.h
162
bool
IsLiveObjectLocked
(const mirror::Object* obj, bool search_allocation_stack = true,
/art/runtime/
debugger.cc
[
all
...]
Completed in 34 milliseconds