Home
last modified time | relevance | path

Searched refs:SkFileV (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_aspacemgr.h45 SkFileV, // file mapping belonging to valgrind enumerator
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c437 case SkFileV: return "FILE"; in show_SegKind()
543 case SkFileC: case SkFileV: in show_nsegment()
702 case SkFileC: case SkFileV: in sane_NSegment()
753 case SkFileC: case SkFileV: in maybe_merge_nsegments()
931 || nsegments[i].kind == SkFileV in sync_check_mapping_callback()
940 = nsegments[i].kind == SkFileC || nsegments[i].kind == SkFileV; in sync_check_mapping_callback()
1251 case SkFileC: case SkFileV: case SkShmC: in VG_()
1363 if (nsegments[i].kind == SkFileV || nsegments[i].kind == SkAnonV) { in is_valid_for_valgrind()
1428 if (nsegments[i].kind == SkFileV || nsegments[i].kind == SkFileC) in split_nsegment_at()
1566 seg.kind = SkFileV; in read_maps_callback()
[all …]
Daspacemgr-aix5.c692 case SkFileV: in maybe_merge_asegments()
1420 bogus.kind = SkFileV; in VG_()
1472 if (fake->kind == SkAnonV || fake->kind == SkFileV) in VG_()
2095 seg.kind = SkFileV; in VG_()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c700 || (seg->kind == SkFileV && allow_SkFileV)) ) in VG_()