Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc32 bool should_report = false; \
33 PaletteShouldReportJniInvocations(&should_report); \
34 if (should_report) { \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h70 bool should_report = InstrumentationHandler::HasFieldReadListeners(instrumentation); in DoFieldGet() local
97 if (should_report || obj == nullptr) { in DoFieldGet()
117 if (should_report) { in DoFieldGet()
129 should_report ? result.Get ##jtype() \ in DoFieldGet()
145 should_report ? result.GetL() in DoFieldGet()
167 bool should_report = InstrumentationHandler::HasFieldWriteListeners(instrumentation); in DoFieldPut() local
191 if (should_report || obj == nullptr) { in DoFieldPut()
220 if (should_report) { in DoFieldPut()