Home
last modified time | relevance | path

Searched refs:UNWIND_CHECK_TRUE (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dcall_stack.cpp274 UNWIND_CHECK_TRUE(addr + sizeof(unw_word_t) >= addr, -UNW_EUNSPEC, in AccessMem()
309 UNWIND_CHECK_TRUE(!writeOperation, -UNW_EINVAL, "access_reg %d", regnum); in AccessReg()
314 UNWIND_CHECK_TRUE( in AccessReg()
397 UNWIND_CHECK_TRUE(RegisterGetSPValue(sp, arch_, regs, regNum), false, "unable get sp"); in GetIpSP()
398 UNWIND_CHECK_TRUE(RegisterGetIPValue(ip, arch_, regs, regNum), false, "unable get ip"); in GetIpSP()
421 UNWIND_CHECK_TRUE(addr_space, false, "Can't create unwind vaddress space."); in DoUnwind()
H A Dutilities.cpp357 UNWIND_CHECK_TRUE(fclose(fp) == 0, false, "fclose failed! errno(%d:%s)", errno, errBuf); in CompressFile()
398 UNWIND_CHECK_TRUE(fclose(fp) == 0, false, "fclose failed! errno(%d:%s)", errno, errBuf); in UncompressFile()
H A Dsymbols_file.cpp93 UNWIND_CHECK_TRUE(!filePath.empty(), filePath, "nothing to found"); in SearchReadableFile()
176 UNWIND_CHECK_TRUE(!findPath.empty(), false, "elf found failed (belong to %s)", filePath_.c_str());
200 UNWIND_CHECK_TRUE(!elfPath.empty(), false, "elf found failed (belong to %s)", filePath_.c_str());
/developtools/profiler/device/plugins/native_daemon/include/
H A Ddebug_logger.h309 #define UNWIND_CHECK_TRUE(expr, retval, fmt, ...) \ macro
312 HLOGE("UNWIND_CHECK_TRUE(%s) in %s:%d FAILED, " fmt, #expr, __func__, __LINE__, ##__VA_ARGS__); \
369 #define UNWIND_CHECK_TRUE(expr, retval, fmt, ...) \ macro

Completed in 5 milliseconds