Searched defs:executable (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dexecutable.el56 (defgroup executable ni function
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DFunctionExecutableDump.h36 explicit FunctionExecutableDump(FunctionExecutable* executable) argument
H A DJSFunctionInlines.h34 inline JSFunction::JSFunction(VM& vm, FunctionExecutable* executable, JSScope* scope) argument
H A DTestRunnerUtils.cpp47 FunctionExecutable* executable = getExecutableForFunction(theFunctionValue); local
H A DCodeCache.cpp78 UnlinkedCodeBlockType* CodeCache::getGlobalCodeBlock(VM& vm, ExecutableType* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
127 UnlinkedProgramCodeBlock* CodeCache::getProgramCodeBlock(VM& vm, ProgramExecutable* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
132 UnlinkedEvalCodeBlock* CodeCache::getEvalCodeBlock(VM& vm, EvalExecutable* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
H A DJSBoundFunction.cpp82 NativeExecutable* executable = vm.getHostFunction(boundFunctionCall, canConstruct ? boundFunctionConstruct : callHostFunctionAsConstructor); local
107 void JSBoundFunction::finishCreation(VM& vm, NativeExecutable* executable, int length, const String& name) argument
H A DJSFunction.h63 static JSFunction* create(VM& vm, FunctionExecutable* executable, JSScope* scope) argument
100 ExecutableBase* executable() const { return m_executable.get(); } function in class:JSC::JSFunction
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitPreparation.cpp45 FunctionExecutable* executable = local
H A DDFGDesiredWriteBarriers.cpp63 WriteBarrier<ScriptExecutable>& executable = inlineCallFrame->executable; local
81 WriteBarrier<ScriptExecutable>& executable = inlineCallFrame->executable; local
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DClosureCallStubRoutine.cpp40 ClosureCallStubRoutine( const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner, Structure* structure, ExecutableBase* executable, const CodeOrigin& codeOrigin) argument
H A DClosureCallStubRoutine.h45 ExecutableBase* executable() const { return m_executable.get(); } function in class:JSC::ClosureCallStubRoutine
H A DRegisterPreservationWrapperGenerator.cpp62 MacroAssemblerCodeRef generateRegisterPreservationWrapper(VM& vm, ExecutableBase* executable, MacroAssemblerCodePtr target) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DOSAllocatorWin.cpp36 static inline DWORD protection(bool writable, bool executable) argument
43 void* OSAllocator::reserveUncommitted(size_t bytes, Usage, bool writable, bool executable, bool) argument
51 void* OSAllocator::reserveAndCommit(size_t bytes, Usage, bool writable, bool executable, bool) argument
59 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) argument
H A DOSAllocatorPosix.cpp38 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable, bool includesGuardPages) argument
62 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable, bool includesGuardPages) argument
123 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) argument
[all...]
H A DOSAllocator.h75 inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable) argument
102 inline T* OSAllocator::reallocateCommitted(T* oldBase, size_t oldSize, size_t newSize, Usage usage, bool writable, bool executable) argument
[all...]
H A DPageReservation.h132 PageReservation(void* base, size_t size, bool writable, bool executable, bool hasGuardPages) argument
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-one.c24 pex_one (int flags, const char *executable, char * const *argv, argument
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-junk.el[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOSREntry.cpp47 ExecutableBase* executable = dfgCodeBlock->ownerExecutable(); local
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCallLinkStatus.h64 CallLinkStatus(ExecutableBase* executable, Structure* structure) argument
110 ExecutableBase* executable() const { return m_executable; } function in class:JSC::CallLinkStatus
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DCodeBlockSet.cpp81 ScriptExecutable* executable = const_cast<ScriptExecutable*>(jsDynamicCast<const ScriptExecutable*>(cell)); local
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcdbuilder.cpp65 void CodeDirectory::Builder::executable(string path, function in class:Security::CodeSigning::CodeDirectory::Builder
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcdbuilder.cpp65 void CodeDirectory::Builder::executable(string path, function in class:Security::CodeSigning::CodeDirectory::Builder
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh1518 executable() # [!] command function
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DFirewall.cpp383 mDNSAddToFirewall( LPWSTR executable, LPWSTR name ) argument

Completed in 333 milliseconds

1234