HomeSort by relevance Sort by last modified time
    Searched full:executableallocator (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/
CMakeListsEfl.txt 3 jit/ExecutableAllocator.cpp
CMakeListsWinCE.txt 2 jit/ExecutableAllocator.cpp
CMakeLists.txt 61 jit/ExecutableAllocator.cpp
JavaScriptCore.pro 100 jit/ExecutableAllocator.cpp \
Android.mk 65 jit/ExecutableAllocator.cpp\
GNUmakefile.list.am 163 Source/JavaScriptCore/jit/ExecutableAllocator.cpp \
164 Source/JavaScriptCore/jit/ExecutableAllocator.h \
JavaScriptCore.gypi 47 'jit/ExecutableAllocator.h',
375 'jit/ExecutableAllocator.cpp',
ChangeLog-2011-02-16     [all...]
ChangeLog-2009-06-16 562 * jit/ExecutableAllocator.h:
563 (JSC::ExecutableAllocator::makeWritable):
564 (JSC::ExecutableAllocator::makeExecutable):
565 (JSC::ExecutableAllocator::reprotectRegion):
566 (JSC::ExecutableAllocator::cacheFlush):
609 * jit/ExecutableAllocator.h:
610 (JSC::ExecutableAllocator::makeWritable):
612 (JSC::ExecutableAllocator::makeExecutable):
614 (JSC::ExecutableAllocator::MakeWritable::MakeWritable):
618 (JSC::ExecutableAllocator::reprotectRegion)
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp 28 #include "ExecutableAllocator.h"
34 size_t ExecutableAllocator::pageSize = 0;
38 void ExecutableAllocator::intializePageSize()
46 ExecutableAllocator::pageSize = 256 * 1024;
48 ExecutableAllocator::pageSize = WTF::pageSize();
65 bool ExecutableAllocator::isValid() const
70 bool ExecutableAllocator::underMemoryPressure()
75 size_t ExecutableAllocator::committedByteCount()
88 void ExecutableAllocator::reprotectRegion(void* start, size_t size, ProtectionSetting setting)
111 __asm void ExecutableAllocator::cacheFlush(void* code, size_t size
    [all...]
ExecutableAllocatorFixedVMPool.cpp 28 #include "ExecutableAllocator.h"
488 size_t ExecutableAllocator::committedByteCount()
494 void ExecutableAllocator::intializePageSize()
496 ExecutableAllocator::pageSize = getpagesize();
499 bool ExecutableAllocator::isValid() const
507 bool ExecutableAllocator::underMemoryPressure()
ExecutableAllocator.h 69 #define JIT_ALLOCATOR_PAGE_SIZE (ExecutableAllocator::pageSize)
70 #define JIT_ALLOCATOR_LARGE_ALLOC_SIZE (ExecutableAllocator::pageSize * 4)
176 class ExecutableAllocator {
181 ExecutableAllocator()
378 #endif // !defined(ExecutableAllocator)
JIT.cpp 516 LinkBuffer patchBuffer(this, m_globalData->executableAllocator.poolForSize(m_assembler.size()), m_linkerOffset);
  /external/webkit/Source/JavaScriptCore/runtime/
MemoryStatistics.cpp 29 #include "ExecutableAllocator.h"
41 stats.JITBytes = ExecutableAllocator::committedByteCount();
JSGlobalData.h 35 #include "ExecutableAllocator.h"
187 ExecutableAllocator executableAllocator;
188 ExecutableAllocator regexAllocator;
RegExp.h 26 #include "ExecutableAllocator.h"
JSGlobalData.cpp 235 m_canUseJIT = executableAllocator.isValid();
  /external/webkit/Source/JavaScriptCore/assembler/
RepatchBuffer.h 52 ExecutableAllocator::makeWritable(m_start, m_size);
57 ExecutableAllocator::makeExecutable(m_start, m_size);
AssemblerBuffer.h 33 #include <jit/ExecutableAllocator.h>
152 ExecutableAllocator::makeWritable(result, m_size);
LinkBuffer.h 221 ExecutableAllocator::makeWritable(m_code, m_assembler->size());
294 ExecutableAllocator::makeExecutable(code(), m_size);
295 ExecutableAllocator::cacheFlush(code(), m_size);
MacroAssemblerCodeRef.h 29 #include "ExecutableAllocator.h"
MIPSAssembler.h 786 ExecutableAllocator::cacheFlush(insn, flushSize);
798 ExecutableAllocator::cacheFlush(start, size);
810 ExecutableAllocator::cacheFlush(insn, 2 * sizeof(MIPSWord));
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.h 33 #include "ExecutableAllocator.h"
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.cpp 350 LinkBuffer linkBuffer(this, m_globalData->executableAllocator.poolForSize(m_assembler.size()), 0);
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.vcproj 1601 RelativePath="..\..\jit\ExecutableAllocator.cpp"
1605 RelativePath="..\..\jit\ExecutableAllocator.h"
    [all...]

Completed in 1378 milliseconds

1 2