OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDesiredHeapVerification
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/
heap.h
102
static constexpr HeapVerificationMode
kDesiredHeapVerification
= kNoHeapVerification;
253
verify_object_mode_ =
kDesiredHeapVerification
;
266
return
kDesiredHeapVerification
> kNoHeapVerification &&
heap.cc
127
: (
kDesiredHeapVerification
> kNoHeapVerification) ? KB : MB),
604
if (
kDesiredHeapVerification
> kNoHeapVerification) {
[
all
...]
/art/dex2oat/
dex2oat.cc
516
int64_t multiplier = gc::
kDesiredHeapVerification
> gc::kVerifyAllFast ? 100 : 1;
[
all
...]
Completed in 200 milliseconds