Searched refs:PUSH_PAGE (Results 1 – 3 of 3) sorted by relevance
52 constexpr char PUSH_PAGE[] = "push_page"; variable295 if (name_ == PUSH_PAGE) { in ResSchedReportScope()303 if (name_ == PUSH_PAGE) { in ~ResSchedReportScope()
149 operation_ = StackOperation::PUSH_PAGE; in PushPage()261 case StackOperation::PUSH_PAGE: { in PerformBuild()540 operation_ = StackOperation::PUSH_PAGE; in RestorePop()788 case StackOperation::PUSH_PAGE: in OnPostFlush()
27 enum class StackOperation { NONE, PUSH_PAGE, POP, POP_TO_PAGE, REPLACE, CLEAR, RESTORE }; enumerator