Home
last modified time | relevance | path

Searched refs:cacheFlush (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocator.h235 static void cacheFlush(void*, size_t) in cacheFlush() function
239 static void cacheFlush(void* code, size_t size) in cacheFlush() function
265 static void cacheFlush(void* code, size_t size) in cacheFlush() function
270 static void cacheFlush(void* code, size_t size) in cacheFlush() function
286 static void cacheFlush(void* code, size_t size) in cacheFlush() function
291 static __asm void cacheFlush(void* code, size_t size);
293 static void cacheFlush(void* code, size_t size) in cacheFlush() function
309 static void cacheFlush(void* code, size_t size) in cacheFlush() function
314 static void cacheFlush(void* code, size_t size) in cacheFlush() function
321 static void cacheFlush(void* code, size_t size) in cacheFlush() function
DExecutableAllocator.cpp111 __asm void ExecutableAllocator::cacheFlush(void* code, size_t size) in cacheFlush() function in JSC::ExecutableAllocator
/external/webkit/Source/JavaScriptCore/assembler/
DMIPSAssembler.h786 ExecutableAllocator::cacheFlush(insn, flushSize); in relinkJump()
798 ExecutableAllocator::cacheFlush(start, size); in relinkCall()
810 ExecutableAllocator::cacheFlush(insn, 2 * sizeof(MIPSWord)); in repatchInt32()
DLinkBuffer.h295 ExecutableAllocator::cacheFlush(code(), m_size); in performFinalization()
DARMv7Assembler.h1823 … ExecutableAllocator::cacheFlush(reinterpret_cast<uint16_t*>(from) - 5, 5 * sizeof(uint16_t)); in relinkJump()
1926 ExecutableAllocator::cacheFlush(location - 4, 4 * sizeof(uint16_t)); in setInt32()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-243724 (JSC::ExecutableAllocator::cacheFlush):
6890 (JSC::ExecutableAllocator::cacheFlush):
11275 Remove an unnecessary cacheFlush from ARM_TRADITIONAL JIT
11283 (JSC::ARMAssembler::patchPointerInternal): Remove an unnecessary cacheFlush.
11894 Add cacheFlush support for WinCE
11898 (JSC::ExecutableAllocator::cacheFlush):
14538 Fix the clobber list of cacheFlush for ARM and Thumb2 on Linux
14542 (JSC::ExecutableAllocator::cacheFlush):
15649 Add cacheFlush support for Thumb-2 on Linux
15653 (JSC::ExecutableAllocator::cacheFlush):
[all …]
DChangeLog-2011-02-165724 (JSC::ExecutableAllocator::cacheFlush):
6689 (JSC::ExecutableAllocator::cacheFlush): Ditto.
7656 ExecutableAllocator::cacheFlush should call sys_cache_control
7659 (JSC::ExecutableAllocator::cacheFlush): Use the more correct and forward looking API -
12960 [BREWMP] Port ExecutableAllocator::cacheFlush to enable ARM JIT
12966 (JSC::ExecutableAllocator::cacheFlush):
13234 Remove unnecessary cacheFlush calls from Thumb-2
18335 (JSC::ExecutableAllocator::cacheFlush):
19018 (JSC::ExecutableAllocator::cacheFlush):
19192 (JSC::ExecutableAllocator::cacheFlush):
[all …]
DChangeLog7287 Provide an ExecutableAllocater::cacheFlush() implementation for
7291 (JSC::ExecutableAllocator::cacheFlush):
DChangeLog-2009-06-16566 (JSC::ExecutableAllocator::cacheFlush):
620 (JSC::ExecutableAllocator::cacheFlush):