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

123

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dexecutable.el56 (defgroup executable ni function
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DFunctionExecutableDump.h36 explicit FunctionExecutableDump(FunctionExecutable* executable) argument
H A DJSBoundFunction.cpp82 NativeExecutable* executable = exec->vm().getHostFunction(boundFunctionCall, canConstruct ? boundFunctionConstruct : callHostFunctionAsConstructor); local
107 void JSBoundFunction::finishCreation(ExecState* exec, NativeExecutable* executable, int length, const String& name) argument
H A DJSFunction.h63 static JSFunction* create(ExecState* exec, FunctionExecutable* executable, JSScope* scope) argument
98 ExecutableBase* executable() const { return m_executable.get(); } function in class:JSC::JSFunction
H A DCodeCache.cpp85 UnlinkedCodeBlockType* CodeCache::generateBytecode(VM& vm, JSScope* scope, ExecutableType* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
104 UnlinkedCodeBlockType* CodeCache::getCodeBlock(VM& vm, JSScope* scope, ExecutableType* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
134 UnlinkedProgramCodeBlock* CodeCache::getProgramCodeBlock(VM& vm, ProgramExecutable* executable, const SourceCode& source, JSParserStrictness strictness, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
139 UnlinkedEvalCodeBlock* CodeCache::getEvalCodeBlock(VM& vm, JSScope* scope, EvalExecutable* executable, cons argument
[all...]
H A DVM.cpp493 ScriptExecutable* executable = 0; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DClosureCallStubRoutine.h47 ExecutableBase* executable() const { return m_executable.get(); } function in class:JSC::ClosureCallStubRoutine
H A DClosureCallStubRoutine.cpp40 ClosureCallStubRoutine( const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner, Structure* structure, ExecutableBase* executable, const CodeOrigin& codeOrigin) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-one.c24 pex_one (int flags, const char *executable, char * const *argv, argument
H A Dpex-djgpp.c114 pex_djgpp_exec_child (struct pex_obj *obj, int flags, const char *executable, argument
H A Dpex-common.c152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, argument
368 pex_run (struct pex_obj *obj, int flags, const char *executable, argument
H A Dpex-msdos.c156 pex_msdos_exec_child (struct pex_obj *obj, int flags, const char *executable, argument
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-junk.el[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallLinkStatus.h60 CallLinkStatus(ExecutableBase* executable, Structure* structure) argument
114 ExecutableBase* executable() const { return m_executable; } function in class:JSC::CallLinkStatus
H A DUnlinkedCodeBlock.cpp50 static UnlinkedFunctionCodeBlock* generateFunctionCodeBlock(VM& vm, JSScope* scope, UnlinkedFunctionExecutable* executable, const SourceCode& source, CodeSpecializationKind kind, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError& error) argument
135 UnlinkedFunctionExecutable* executable local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcdbuilder.cpp65 void CodeDirectory::Builder::executable(string path, function in class:Security::CodeSigning::CodeDirectory::Builder
H A Ddirscanner.cpp93 bool executable = ent->fts_statp->st_mode & (S_IXUSR | S_IXGRP | S_IXOTH); local
136 DirValidator::Rule * DirValidator::match(const char *path, uint32_t flags, bool executable, const char *target) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcdbuilder.cpp65 void CodeDirectory::Builder::executable(string path, function in class:Security::CodeSigning::CodeDirectory::Builder
H A Ddirscanner.cpp93 bool executable = ent->fts_statp->st_mode & (S_IXUSR | S_IXGRP | S_IXOTH); local
136 DirValidator::Rule * DirValidator::match(const char *path, uint32_t flags, bool executable, const char *target) argument
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dpackage.sh1397 executable() # [!] command function
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/SystemService/
H A DFirewall.cpp383 mDNSAddToFirewall( LPWSTR executable, LPWSTR name ) argument
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDACommand.c412 void DACommandExecute( CFURLRef executable, argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArgumentsSimplificationPhase.cpp702 ScriptExecutable* executable = jsCast<ScriptExecutable*>(m_graph.executableFor(inlineCallFrame)); local
H A DDFGGraph.cpp219 FunctionExecutable* executable = m_codeBlock->functionDecl(node->functionDeclIndex()); local
223 FunctionExecutable* executable = m_codeBlock->functionExpr(node->functionExprIndex()); local
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DVPNService.c110 CFDictionaryRef executable = CFArrayGetValueAtIndex(executables, idx); local

Completed in 200 milliseconds

123