Home
last modified time | relevance | path

Searched refs:should_report (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_default_init_entrypoints.h134 bool should_report = false; in DefaultInitEntryPoints() local
135 PaletteShouldReportJniInvocations(&should_report); in DefaultInitEntryPoints()
136 if (should_report) { in DefaultInitEntryPoints()
Dquick_jni_entrypoints.cc32 bool should_report = false; \
33 PaletteShouldReportJniInvocations(&should_report); \
34 if (should_report) { \
/art/dex2oat/
Ddex2oat.cc2424 bool should_report = false; in ScopedDex2oatReporting() local
2425 PaletteShouldReportDex2oatCompilation(&should_report); in ScopedDex2oatReporting()
2426 if (should_report) { in ScopedDex2oatReporting()
2458 bool should_report = false; in ~ScopedDex2oatReporting() local
2459 PaletteShouldReportDex2oatCompilation(&should_report); in ~ScopedDex2oatReporting()
2460 if (should_report) { in ~ScopedDex2oatReporting()