/external/webkit/Source/JavaScriptCore/wtf/ |
D | OSAllocatorWin.cpp | 34 static inline DWORD protection(bool writable, bool executable) in protection() 41 void* OSAllocator::reserveUncommitted(size_t bytes, Usage, bool writable, bool executable) in reserveUncommitted() 49 void* OSAllocator::reserveAndCommit(size_t bytes, Usage, bool writable, bool executable) in reserveAndCommit() 57 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) in commit()
|
D | OSAllocatorPosix.cpp | 36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable) in reserveUncommitted() 46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) in reserveAndCommit()
|
D | OSAllocatorSymbian.cpp | 77 void* OSAllocator::reserveUncommitted(size_t reservationSize, Usage usage, bool , bool executable) in reserveUncommitted() argument 97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable) in commit() argument 113 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) in reserveAndCommit()
|
D | PageAllocationAligned.cpp | 31 …::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable, bool executable) in allocate()
|
D | PageReservation.h | 126 PageReservation(void* base, size_t size, bool writable, bool executable) in PageReservation()
|
D | OSAllocator.h | 70 …eserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable) in reserveAndCommit()
|
/external/v8/test/preparser/ |
D | testcfg.py | 37 def __init__(self, root, path, executable, mode, throws, context, source): argument 99 executable, current_path, mode): argument
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSFunction.h | 68 ExecutableBase* executable() const { return m_executable.get(); } in executable() function
|
D | FunctionPrototype.cpp | 92 FunctionExecutable* executable = function->jsExecutable(); in functionProtoFuncToString() local
|
D | JSFunction.cpp | 87 JSFunction::JSFunction(ExecState* exec, FunctionExecutable* executable, ScopeChainNode* scopeChainN… in JSFunction()
|
/external/chromium/chrome/browser/ |
D | background_mode_manager_win.cc | 58 FilePath executable; in Run() local
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_Exec.java | 39 String executable = System.getProperty("java.home"); in runJava() local 169 String executable = System.getProperty("java.home"); in execJavaCommon() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
D | RSSFeedUtil.java | 46 public ExecTask runExecTask(String executable, String commandline, String dir) in runExecTask()
|
/external/v8/src/ |
D | spaces-inl.h | 140 Executability executable) { in Unprotect() 164 Executability executable, in Initialize()
|
D | spaces.cc | 296 Executability executable) { in FreeMemory() 319 Executability executable) { in FreeMemory() 358 Executability executable, in AllocateAlignedMemory() 435 Executability executable, in Initialize() 491 Executability executable, in AllocateChunk() 576 Executability executable) { in AllocatePage() 588 Executability executable, in AllocateLargePage() 623 Executability executable) { in CommitBlock() 779 Executability executable) in PagedSpace() 2580 Executability executable) { in AllocateRaw()
|
D | platform-nullos.cc | 237 bool executable) { in Allocate() 315 bool VirtualMemory::Commit(void* address, size_t size, bool executable) { in Commit()
|
D | spaces.h | 515 Executability executable() { in executable() function 759 Space(Heap* heap, AllocationSpace id, Executability executable) in Space() 767 Executability executable() { return executable_; } in executable() function 2323 Executability executable) in OldSpace()
|
D | platform-freebsd.cc | 169 bool executable) { in Allocate()
|
/external/webkit/Source/JavaScriptCore/debugger/ |
D | Debugger.cpp | 74 FunctionExecutable* executable = function->jsExecutable(); in operator ()() local
|
/external/v8/test/cctest/ |
D | testcfg.py | 37 def __init__(self, path, executable, mode, raw_name, dependency, context, variant_flags): argument
|
/external/protobuf/gtest/test/ |
D | gtest-options_test.cc | 131 const FilePath executable = GetCurrentExecutableName(); in TEST() local
|
/external/llvm/utils/ |
D | llvm-compilers-check | 83 def find_executable(executable, path=None): argument
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | gflags2man.py | 169 def __init__(self, executable): argument
|
/external/chromium/chrome/common/ |
D | service_process_util_unittest.cc | 378 FilePath* executable) { in MakeABundle()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 1937 FunctionExecutable* executable = function->jsExecutable(); in DEFINE_STUB_FUNCTION() local 1958 FunctionExecutable* executable = function->jsExecutable(); in DEFINE_STUB_FUNCTION() local 2092 ExecutableBase* executable = callee->executable(); in DEFINE_STUB_FUNCTION() local 2126 ExecutableBase* executable = callee->executable(); in DEFINE_STUB_FUNCTION() local
|