OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocatorMayHaveConcurrentGC
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap-inl.h
159
// optimized out. And for the other allocators,
AllocatorMayHaveConcurrentGC
is a constant since
161
if (
AllocatorMayHaveConcurrentGC
(allocator) && IsGcConcurrent()) {
309
if (!
AllocatorMayHaveConcurrentGC
(allocator_type) || !IsGcConcurrent()) {
heap.h
626
static ALWAYS_INLINE bool
AllocatorMayHaveConcurrentGC
(AllocatorType allocator_type) {
[
all
...]
Completed in 45 milliseconds