Lines Matching refs:FATAL
305 LOG_ECMA(FATAL) << "add failed, file already exist: " << filename; in AddJSPandaFileVm()
321 LOG_ECMA(FATAL) << "insert vm failed, file not exist: " << filename; in InsertJSPandaFileVmUnlocked()
416 LOG_ECMA_IF(jsPandaFile == nullptr, FATAL) << "GetJSPtExtractor error, js pandafile is nullptr"; in GetJSPtExtractor()
421 LOG_ECMA(FATAL) << "get extractor failed, file not exist: " << filename; in GetJSPtExtractor()
438 LOG_ECMA_IF(jsPandaFile == nullptr, FATAL) << "GetJSPtExtractor error, js pandafile is nullptr"; in GetJSPtExtractorAndExtract()
443 LOG_ECMA(FATAL) << "get extractor failed, file not exist: " << filename; in GetJSPtExtractorAndExtract()
461 LOG_ECMA_IF(jsPandaFile == nullptr, FATAL) << "GetJSPtExtractor error, js pandafile is nullptr"; in CpuProfilerGetJSPtExtractor()
466 LOG_ECMA(FATAL) << "get extractor failed, file not exist: " << filename; in CpuProfilerGetJSPtExtractor()
567 LOG_ECMA_MEM(FATAL) << "size must have a size bigger than 0"; in AllocateBuffer()
571 LOG_ECMA_MEM(FATAL) << "size must be less than the maximum"; in AllocateBuffer()
577 LOG_ECMA_MEM(FATAL) << "malloc failed"; in AllocateBuffer()
582 LOG_ECMA_MEM(FATAL) << "memset_s failed"; in AllocateBuffer()