Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluez/common/
Dtextfile.c217 goto unmap; in write_key()
222 goto unmap; in write_key()
243 goto unmap; in write_key()
249 goto unmap; in write_key()
271 unmap: in write_key()
319 goto unmap; in read_key()
325 goto unmap; in read_key()
331 goto unmap; in read_key()
337 unmap: in read_key()
/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h293 unmap(tag); in emitLoadTag()
299 unmap(tag); in emitLoadTag()
304 unmap(tag); in emitLoadTag()
312 unmap(payload); in emitLoadPayload()
318 unmap(payload); in emitLoadPayload()
323 unmap(payload); in emitLoadPayload()
456 inline void JIT::unmap(RegisterID registerID) in unmap() function
464 inline void JIT::unmap() in unmap() function
DJITStubCall.h182 m_jit->unmap(); in call()
DJIT.h411 void unmap(RegisterID);
412 void unmap();
/external/libffi/
Dacinclude.m433 # unmap any subset of those pages, the pages that were not
35 # 2. If you map two adjacent blocks of memory and then unmap them
/external/webkit/JavaScriptCore/
DChangeLog1118 (JSC::JIT::unmap):
DChangeLog-2008-08-103079 Make RegisterFile really unmap memory on destruction.