Searched refs:UNWIND_CHECK_TRUE (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | call_stack.cpp | 274 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 D | utilities.cpp | 357 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 D | symbols_file.cpp | 93 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 D | debug_logger.h | 309 #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