Searched defs:executable (Results 1 - 25 of 82) sorted by last modified time

1234

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1579 OSData * executable = NULL; // must release local
2524 OSData * executable = NULL; // must release local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
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
H A Dbundlediskrep.cpp357 string executable = mainExecutablePath(); local
[all...]
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 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
H A Dbundlediskrep.cpp357 string executable = mainExecutablePath(); local
[all...]
H A Dcdbuilder.cpp65 void CodeDirectory::Builder::executable(string path, function in class:Security::CodeSigning::CodeDirectory::Builder
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp115 FunctionExecutable* executable = jsCast<FunctionExecutable*>(ownerExecutable()); local
1542 FunctionExecutable* executable = FunctionExecutable::create(*m_vm, code, unlinkedExecutable, firstLine, firstLine + lineCount, startColumn, endColumn); local
1558 FunctionExecutable* executable = FunctionExecutable::create(*m_vm, code, unlinkedExecutable, firstLine, firstLine + lineCount, startColumn, endColumn); local
[all...]
H A DCodeBlock.h1192 ExecutableBase* executable = inlineCallFrame->executable.get(); local
1298 FunctionExecutable* executable = jsCast<FunctionExecutable*>(this); local
H A DUnlinkedCodeBlock.cpp52 static UnlinkedFunctionCodeBlock* generateFunctionCodeBlock(VM& vm, UnlinkedFunctionExecutable* executable, const SourceCode& source, CodeSpecializationKind kind, DebuggerMode debuggerMode, ProfilerMode profilerMode, UnlinkedFunctionKind functionKind, bool bodyIncludesBraces, ParserError& error) argument
142 UnlinkedFunctionExecutable* executable local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObject.cpp759 UnlinkedProgramCodeBlock* JSGlobalObject::createProgramCodeBlock(CallFrame* callFrame, ProgramExecutable* executable, JSObject** exception) argument
778 UnlinkedEvalCodeBlock* JSGlobalObject::createEvalCodeBlock(CallFrame* callFrame, EvalExecutable* executable) argument
[all...]
H A DExecutable.cpp139 ProgramExecutable* executable = jsCast<ProgramExecutable*>(this); local
150 EvalExecutable* executable = jsCast<EvalExecutable*>(this); local
161 FunctionExecutable* executable = jsCast<FunctionExecutable*>(this); local
197 EvalExecutable* executable = jsCast<EvalExecutable*>(this); local
207 ProgramExecutable* executable = jsCast<ProgramExecutable*>(this); local
218 FunctionExecutable* executable = jsCast<FunctionExecutable*>(this); local
256 EvalExecutable* executable = jsCast<EvalExecutable*>(this); local
267 ProgramExecutable* executable = jsCast<ProgramExecutable*>(this); local
277 FunctionExecutable* executable = jsCast<FunctionExecutable*>(this); local
338 EvalExecutable* executable = new (NotNull, allocateCell<EvalExecutable>(*exec->heap())) EvalExecutable(exec, source, isInStrictContext); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT64.cpp4313 FunctionExecutable* executable = jsCast<FunctionExecutable*>(m_jit.graph().executableFor(node->origin.semantic)); local
H A DDFGCSEPhase.cpp436 bool checkExecutableElimination(ExecutableBase* executable, Node* child1) argument
H A DDFGNode.h1069 ExecutableBase* executable() function in struct:JSC::DFG::Node
H A DDFGSpeculativeJIT32_64.cpp4209 FunctionExecutable* executable = jsCast<FunctionExecutable*>(m_jit.graph().executableFor(node->origin.semantic)); local
H A DDFGGraph.cpp235 FunctionExecutable* executable = m_codeBlock->functionDecl(node->functionDeclIndex()); local
239 FunctionExecutable* executable = m_codeBlock->functionExpr(node->functionExprIndex()); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp688 ExecutableBase* executable = callee->executable(); local
753 ExecutableBase* executable = function->executable(); local
[all...]
H A DRegisterPreservationWrapperGenerator.cpp62 MacroAssemblerCodeRef generateRegisterPreservationWrapper(VM& vm, ExecutableBase* executable, MacroAssemblerCodePtr target) argument
H A DRepatch.cpp1601 linkClosureCall( ExecState* exec, CallLinkInfo& callLinkInfo, CodeBlock* calleeCodeBlock, Structure* structure, ExecutableBase* executable, MacroAssemblerCodePtr codePtr, RegisterPreservationMode registers) argument
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp218 FunctionExecutable* executable = callee->jsExecutable(); local
1092 ExecutableBase* executable = callee->executable(); local
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.cpp1204 ScriptExecutable* executable; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/debugger/
H A DDebugger.cpp258 ScriptExecutable* executable = codeBlock->ownerExecutable(); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeap.cpp1320 void Heap::addCompiledCode(ExecutableBase* executable) argument
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.h83 Strong<ExecutableBase> executable; member in struct:JSC::StackFrame

Completed in 341 milliseconds

1234