OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVerifyAllFast
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/
heap.h
99
kVerifyAllFast
, // Sanity check all heap accesses with quick(er) tests.
heap.cc
751
if (verify_object_mode_ !=
kVerifyAllFast
) {
[
all
...]
/art/dex2oat/
dex2oat.cc
516
int64_t multiplier = gc::kDesiredHeapVerification > gc::
kVerifyAllFast
? 100 : 1;
[
all
...]
Completed in 28 milliseconds