Searched refs:timeLimitCheck (Results 1 – 1 of 1) sorted by relevance
643 std::string timeLimitCheck = in UnwindRemote() local645 ElapsedTime counter(std::move(timeLimitCheck), 20); // 20 : limit cost time 20 ms in UnwindRemote()681 std::stringstream timeLimitCheck; in StepArkJsFrame() local682 timeLimitCheck << "StepArkJsFrame, ark pc: " << reinterpret_cast<void *>(frame.pc) << in StepArkJsFrame()685 ElapsedTime counter(timeLimitCheck.str(), 20); // 20 : limit cost time 20 ms in StepArkJsFrame()