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

  /art/runtime/base/unix_file/
mapped_file.cc 33 if (IsMapped()) {
41 CHECK(!IsMapped());
63 CHECK(!IsMapped());
85 CHECK(IsMapped());
99 if (IsMapped()) {
115 CHECK(!IsMapped());
120 if (IsMapped()) {
128 int rc = IsMapped() ? TEMP_FAILURE_RETRY(msync(mapped_file_, file_size_, 0)) : FdFile::Flush();
133 if (IsMapped()) {
153 bool MappedFile::IsMapped() const
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_buffer_impl.cc 71 PP_Bool PPB_Buffer_Impl::IsMapped() {
101 needs_unmap_ = !PP_ToBool(api->IsMapped());
ppb_image_data_impl.cc 84 bool PPB_ImageData_Impl::IsMapped() const {
85 return backend_->IsMapped();
183 bool ImageDataPlatformBackend::IsMapped() const {
262 bool ImageDataSimpleBackend::IsMapped() const {
306 if (!IsMapped())
312 if (!IsMapped())
  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 47 PP_Bool Buffer::IsMapped() {
  /external/v8/src/
serialize.h 416 bool IsMapped(HeapObject* obj) {
421 ASSERT(IsMapped(obj));
427 ASSERT(!IsMapped(obj));

Completed in 82 milliseconds