void GraphSpewer::endFunction() { if (!ionspewer.isEnabled()) return; if (!isSpewing()) { MOZ_ASSERT(filteredOutCompilations != 0); filteredOutCompilations--; return; } c1Spewer_.endFunction(); jsonSpewer_.endFunction(); ionspewer.endFunction(this); graph_ = nullptr; }
void jit::IonSpewEndFunction() { if (GetIonContext()->runtime->onMainThread()) ionspewer.endFunction(); }
void ion::IonSpewEndFunction() { if (!js_IonOptions.parallelCompilation) ionspewer.endFunction(); }