OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_search_vec_idx_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/allocator/
rosalloc.cc
548
DCHECK_EQ(new_run->
first_search_vec_idx_
, 0U);
682
DCHECK_EQ(thread_local_run->
first_search_vec_idx_
, 0U);
[
all
...]
rosalloc.h
157
uint32_t
first_search_vec_idx_
; // The index of the first bitmap vector which may contain an available slot.
member in class:art::gc::allocator::RosAlloc::Run
Completed in 32 milliseconds