Searched refs:Construct (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebKitPluginHostTypes.h48 Construct enumerator in enum:InvokeType
H A DProxyInstance.mm265 return invoke(exec, Construct, 0, args);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCallLinkInfo.h45 enum CallType { None, Call, CallVarargs, Construct, ConstructVarargs }; enumerator in enum:JSC::CallLinkInfo::CallType
51 return Construct;
75 return specializationFromIsConstruct(callType == Construct || callType == ConstructVarargs);
H A DCallLinkInfo.cpp49 (callType == Construct || callType == ConstructVarargs)? CodeForConstruct : CodeForCall,
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLJSCall.cpp83 m_node->op() == DFG::Construct ? CodeForConstruct : CodeForCall,
90 m_callLinkInfo->callType = m_node->op() == DFG::Construct ? CallLinkInfo::Construct : CallLinkInfo::Call;
H A DFTLCapabilities.cpp119 case Construct:
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DMatrix.pm56 Construct a new Matrix from the Graph $g.
H A DAdjacencyMatrix.pm157 Construct the adjacency matrix of the graph $g.
161 Construct the adjacency matrix of the graph $g with options as a hash.
H A DTransitiveClosure.pm127 Construct a new transitive closure object. Note that strictly speaking
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DMatrix.pm56 Construct a new Matrix from the Graph $g.
H A DAdjacencyMatrix.pm157 Construct the adjacency matrix of the graph $g.
161 Construct the adjacency matrix of the graph $g with options as a hash.
H A DTransitiveClosure.pm127 Construct a new transitive closure object. Note that strictly speaking
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSafeToExecute.h190 case Construct:
H A DDFGNodeType.h231 macro(Construct, NodeResultJS | NodeMustGenerate | NodeHasVarArgs | NodeClobbersWorld) \
H A DDFGClobberize.h208 case Construct:
H A DDFGJITCompiler.cpp244 info.callType == CallLinkInfo::Construct ? CodeForConstruct : CodeForCall,
H A DDFGPredictionPropagationPhase.cpp190 case Construct:
H A DDFGNode.h228 // Construct a node with up to 3 children, no immediate value.
243 // Construct a node with up to 3 children, no immediate value.
259 // Construct a node with up to 3 children and an immediate value.
274 // Construct a node with up to 3 children and an immediate value.
290 // Construct a node with up to 3 children and two immediate values.
305 // Construct a node with a variable number of children and two immediate values.
1011 case Construct:
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanel.cpp139 pSheet->Construct(m_name, pParentWnd, m_pageNumber);
H A DControlPanelExe.cpp333 dlg.Construct( name, NULL, 0 );
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/
H A DNPObjectProxy.cpp260 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Construct(argumentsData), Messages::NPObjectMessageReceiver::Construct::Reply(returnValue, resultData), m_npObjectID))
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm382 Construct the transitive closure matrix of the graph $g.
386 Construct the transitive closure matrix of the graph $g with options
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/TransitiveClosure/
H A DMatrix.pm382 Construct the transitive closure matrix of the graph $g.
386 Construct the transitive closure matrix of the graph $g with options
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DKQueue.pm143 Construct a new KQueue object (maps to the C<kqueue()> system call).
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DPathV2.inc942 // Construct the current directory entry.

Completed in 302 milliseconds

12