Home
last modified time | relevance | path

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

/external/bluetooth/bluez/src/
Dtextfile.c239 goto unmap; in write_key()
244 goto unmap; in write_key()
265 goto unmap; in write_key()
271 goto unmap; in write_key()
293 unmap: in write_key()
341 goto unmap; in read_key()
347 goto unmap; in read_key()
353 goto unmap; in read_key()
359 unmap: in read_key()
/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h332 unmap(tag); in emitLoadTag()
338 unmap(tag); in emitLoadTag()
343 unmap(tag); in emitLoadTag()
351 unmap(payload); in emitLoadPayload()
357 unmap(payload); in emitLoadPayload()
362 unmap(payload); in emitLoadPayload()
495 inline void JIT::unmap(RegisterID registerID) in unmap() function
503 inline void JIT::unmap() in unmap() function
DJITStubCall.h182 m_jit->unmap(); in call()
DJIT.h415 void unmap(RegisterID);
416 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/
DChangeLog14831 (JSC::JIT::unmap):
DChangeLog-2008-08-103079 Make RegisterFile really unmap memory on destruction.