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

  /art/libdexfile/dex/
dex_file_layout.cc 32 // TODO: remove the direct dependency on madvise here.
33 int result = madvise(const_cast<uint8_t*>(begin), end - begin, advice);
35 PLOG(WARNING) << "madvise failed " << result;
42 void DexLayoutSection::Subsection::Madvise(const DexFile* dex_file, int advice) const {
51 void DexLayoutSections::Madvise(const DexFile* dex_file, MadviseState state) const {
56 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeStartupOnly)].Madvise(
59 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeHot)].Madvise(
65 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeStartupOnly)].Madvise(
71 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeSometimesUsed)].Madvise(
74 section.parts_[static_cast<size_t>(LayoutType::kLayoutTypeUsedOnce)].Madvise(
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_386.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_amd64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_arm.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_arm64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mips.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mips64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mips64le.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mipsle.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_ppc64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_ppc64le.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_s390x.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_linux_386.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_amd64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_arm.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_arm64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mips.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mips64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mips64le.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_mipsle.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_ppc64.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_ppc64le.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]
zsyscall_linux_s390x.go 1074 func Madvise(b []byte, advice int) (err error) {
    [all...]

Completed in 269 milliseconds