HomeSort by relevance Sort by last modified time
    Searched defs:Madvise (Results 1 - 25 of 28) sorted by null

1 2

  /art/libdexfile/dex/
dex_file_layout.cc 33 PLOG(WARNING) << "madvise is unsupported on Windows.";
39 // TODO: remove the direct dependency on madvise here.
40 int result = madvise(const_cast<uint8_t*>(begin), end - begin, advice);
42 PLOG(WARNING) << "madvise failed " << result;
50 void DexLayoutSection::Subsection::Madvise(const DexFile* dex_file, int advice) const {
59 void DexLayoutSections::Madvise(const DexFile* dex_file, MadviseState state) const {
63 PLOG(WARNING) << "madvise is unsupported on Windows.";
69 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeStartupOnly)].Madvise(
72 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeHot)].Madvise(
78 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeStartupOnly)].Madvise(
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsyscall_darwin_386.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_darwin_amd64.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_darwin_arm.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_darwin_arm64.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_dragonfly_amd64.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_freebsd_386.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_freebsd_amd64.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_freebsd_arm.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_linux_386.go     [all...]
zsyscall_linux_arm.go     [all...]
zsyscall_linux_arm64.go     [all...]
zsyscall_linux_s390x.go     [all...]
zsyscall_netbsd_386.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_netbsd_amd64.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_netbsd_arm.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_openbsd_386.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_openbsd_amd64.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_openbsd_arm.go 280 func Madvise(b []byte, behav int) (err error) {
    [all...]
zsyscall_linux_amd64.go     [all...]
zsyscall_linux_mips.go     [all...]
zsyscall_linux_mips64.go     [all...]
zsyscall_linux_mips64le.go     [all...]
zsyscall_linux_mipsle.go     [all...]
zsyscall_linux_ppc64.go     [all...]

Completed in 675 milliseconds

1 2