/external/valgrind/helgrind/ |
H A D | hg_errors.h | 55 Addr data_addr, Int szB, Bool isWrite,
|
H A D | hg_errors.c | 311 Bool isWrite; member in struct:__anon16306::__anon16307::__anon16308 435 Bool acc_isW = xe->XE.Race.isWrite; 470 Addr data_addr, Int szB, Bool isWrite, 501 xe.XE.Race.isWrite = isWrite; 503 tl_assert(isWrite == False || isWrite == True); 672 && xe1->XE.Race.isWrite == xe2->XE.Race.isWrite 1164 what = xe->XE.Race.isWrite 469 record_error_Race( Thread* thr, Addr data_addr, Int szB, Bool isWrite, Thread* h1_ct, ExeContext* h1_ct_segstart, ExeContext* h1_ct_mbsegendEC ) argument [all...] |
H A D | libhb_core.c | 4979 Addr acc_addr, SizeT szB, Bool isWrite, 5090 szB, isWrite, 5134 record_race_info( acc_thr, acc_addr, szB, False/*!isWrite*/, 5159 event_map_bind( acc_addr, szB, False/*!isWrite*/, acc_thr ); 5207 record_race_info( acc_thr, acc_addr, szB, True/*isWrite*/, 5232 event_map_bind( acc_addr, szB, True/*isWrite*/, acc_thr ); 4978 record_race_info( Thr* acc_thr, Addr acc_addr, SizeT szB, Bool isWrite, VtsID Cfailed, VtsID Kfailed, VtsID Cw ) argument
|
/external/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 236 bool isWrite) const; 423 bool isWrite) const { 424 return DepChecker.getInstructionsForAccess(Ptr, isWrite);
|
/external/compiler-rt/lib/asan/ |
H A D | asan_poisoning.cc | 213 #define CHECK_SMALL_REGION(p, size, isWrite) \ 221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|
H A D | asan_interceptors.cc | 51 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ 72 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0); \
|
/external/valgrind/memcheck/ |
H A D | mc_errors.c | 116 Bool isWrite; // read or write? member in struct:_MC_Error::__anon16528::__anon16532 596 extra->Err.Addr.isWrite ? "Write" : "Read" ); 598 extra->Err.Addr.isWrite ? "write" : "read", 606 extra->Err.Addr.isWrite ? "write" : "read", 738 Bool isWrite ) 746 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB)) 756 extra.Err.Addr.isWrite = isWrite;
|
H A D | mc_include.h | 418 Bool isWrite );
|
/external/valgrind/cachegrind/ |
H A D | cg_main.c | 954 Bool isWrite ) 981 helperName = isWrite ? "log_0Ir_1Dw_cache_access" 983 helperAddr = isWrite ? &log_0Ir_1Dw_cache_access 1155 True/*isWrite*/ ); 1168 False/*!isWrite*/ );
|
/external/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 869 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { 870 MemAccessInfo Access(Ptr, isWrite);
|
/external/valgrind/exp-dhat/ |
H A D | dh_main.c | 799 void addMemEvent(IRSB* sbOut, Bool isWrite, Int szB, IRExpr* addr, argument 814 if (isWrite) { 926 addMemEvent( sbOut, False/*!isWrite*/, 936 addMemEvent( sbOut, True/*isWrite*/, 955 addMemEvent( sbOut, False/*!isWrite*/, 958 addMemEvent( sbOut, True/*isWrite*/, 980 addMemEvent( sbOut, False/*!isWrite*/, 982 addMemEvent( sbOut, True/*isWrite*/, 992 addMemEvent( sbOut, False/*!isWrite*/, 998 addMemEvent( sbOut, True/*isWrite*/, [all...] |
/external/valgrind/callgrind/ |
H A D | main.c | 675 Bool isWrite ) 701 helperName = isWrite ? CLG_(cachesim).log_0I1Dw_name 703 helperAddr = isWrite ? CLG_(cachesim).log_0I1Dw 1078 True/*isWrite*/ ); 1091 False/*!isWrite*/ );
|
/external/v8/tools/profviz/ |
H A D | gnuplot-4.6.3-emscripten.js | 1417 isWrite: false, 1429 isWrite: true, 1441 isWrite: true, 1492 } else if (!stream.isWrite) { 1519 } else if (!stream.isWrite) { 2499 var isWrite = accessMode != 0; 2520 if ((isWrite || isCreate || isTruncate) && target.isFolder) { 2524 if (isRead && !target.read || isWrite && !target.write) { 2565 isWrite: false, 2583 isWrite [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 37079 winShmMap( sqlite3_file *fd, int iRegion, int szRegion, int isWrite, void volatile **pp ) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 37097 winShmMap( sqlite3_file *fd, int iRegion, int szRegion, int isWrite, void volatile **pp ) argument [all...] |