OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsMapped
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl.cc
45
bool GpuMemoryBufferImpl::
IsMapped
() const {
/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
106
bool PPB_ImageData_Impl::
IsMapped
() const {
107
return backend_->
IsMapped
();
210
bool ImageDataPlatformBackend::
IsMapped
() const {
289
bool ImageDataSimpleBackend::
IsMapped
() const {
333
if (!
IsMapped
())
339
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 47 milliseconds