Home
last modified time | relevance | path

Searched defs:nodeIndex (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGGenerationInfo.h72 void initConstant(NodeIndex nodeIndex, uint32_t useCount) in initConstant()
80 void initInteger(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr) in initInteger()
100 void initCell(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr) in initCell()
109 void initDouble(NodeIndex nodeIndex, uint32_t useCount, FPRReg fpr) in initDouble()
118 void initNone(NodeIndex nodeIndex, uint32_t useCount) in initNone()
128 NodeIndex nodeIndex() { return m_nodeIndex; } in nodeIndex() function
DDFGJITCompiler.cpp43 void JITCompiler::fillNumericToDouble(NodeIndex nodeIndex, FPRReg fpr, GPRReg temporary) in fillNumericToDouble()
66 void JITCompiler::fillInt32ToInteger(NodeIndex nodeIndex, GPRReg gpr) in fillInt32ToInteger()
84 void JITCompiler::fillToJS(NodeIndex nodeIndex, GPRReg gpr) in fillToJS()
132 NodeIndex nodeIndex = check.m_gprInfo[gpr].nodeIndex; in jumpFromSpeculativeToNonSpeculative() local
147 NodeIndex nodeIndex = check.m_fprInfo[fpr]; in jumpFromSpeculativeToNonSpeculative() local
160 NodeIndex nodeIndex = entry.m_fprInfo[fpr]; in jumpFromSpeculativeToNonSpeculative() local
169 NodeIndex nodeIndex = entry.m_gprInfo[gpr].nodeIndex; in jumpFromSpeculativeToNonSpeculative() local
DDFGJITCodeGenerator.h95 bool canReuse(NodeIndex nodeIndex) in canReuse()
135 bool isFilled(NodeIndex nodeIndex) in isFilled()
141 bool isFilledDouble(NodeIndex nodeIndex) in isFilledDouble()
185 void use(NodeIndex nodeIndex) in use()
240 bool isConstant(NodeIndex nodeIndex) { return m_jit.isConstant(nodeIndex); } in isConstant()
241 bool isInt32Constant(NodeIndex nodeIndex) { return m_jit.isInt32Constant(nodeIndex); } in isInt32Constant()
242 bool isDoubleConstant(NodeIndex nodeIndex) { return m_jit.isDoubleConstant(nodeIndex); } in isDoubleConstant()
243 bool isJSConstant(NodeIndex nodeIndex) { return m_jit.isJSConstant(nodeIndex); } in isJSConstant()
244 …int32_t valueOfInt32Constant(NodeIndex nodeIndex) { return m_jit.valueOfInt32Constant(nodeIndex); } in valueOfInt32Constant()
245 …double valueOfDoubleConstant(NodeIndex nodeIndex) { return m_jit.valueOfDoubleConstant(nodeIndex);… in valueOfDoubleConstant()
[all …]
DDFGGraph.h70 void ref(NodeIndex nodeIndex) in ref()
77 void deref(NodeIndex nodeIndex) in deref()
DDFGJITCompiler.h251 bool isConstant(NodeIndex nodeIndex) in isConstant()
255 bool isInt32Constant(NodeIndex nodeIndex) in isInt32Constant()
259 bool isDoubleConstant(NodeIndex nodeIndex) in isDoubleConstant()
263 bool isJSConstant(NodeIndex nodeIndex) in isJSConstant()
269 int32_t valueOfInt32Constant(NodeIndex nodeIndex) in valueOfInt32Constant()
274 double valueOfDoubleConstant(NodeIndex nodeIndex) in valueOfDoubleConstant()
279 JSValue valueOfJSConstant(NodeIndex nodeIndex) in valueOfJSConstant()
DDFGSpeculativeJIT.h85 NodeIndex nodeIndex; member
138 bool isDoubleConstantWithInt32Value(NodeIndex nodeIndex, int32_t& out) in isDoubleConstantWithInt32Value()
350 bool hasCheckAtIndex(NodeIndex nodeIndex) in hasCheckAtIndex()
DDFGJITCodeGenerator.cpp37 GPRReg JITCodeGenerator::fillInteger(NodeIndex nodeIndex, DataFormat& returnFormat) in fillInteger()
108 FPRReg JITCodeGenerator::fillDouble(NodeIndex nodeIndex) in fillDouble()
234 GPRReg JITCodeGenerator::fillJSValue(NodeIndex nodeIndex) in fillJSValue()
DDFGGraph.cpp44 void Graph::dump(NodeIndex nodeIndex, CodeBlock* codeBlock) in dump()
DDFGSpeculativeJIT.cpp34 GPRReg SpeculativeJIT::fillSpeculateIntInternal(NodeIndex nodeIndex, DataFormat& returnFormat) in fillSpeculateIntInternal()
168 GPRReg SpeculativeJIT::fillSpeculateInt(NodeIndex nodeIndex, DataFormat& returnFormat) in fillSpeculateInt()
173 GPRReg SpeculativeJIT::fillSpeculateIntStrict(NodeIndex nodeIndex) in fillSpeculateIntStrict()
181 GPRReg SpeculativeJIT::fillSpeculateCell(NodeIndex nodeIndex) in fillSpeculateCell()
DDFGNonSpeculativeJIT.h53 NodeIndex nodeIndex; member
DDFGNonSpeculativeJIT.cpp140 bool NonSpeculativeJIT::isKnownInteger(NodeIndex nodeIndex) in isKnownInteger()
156 bool NonSpeculativeJIT::isKnownNumeric(NodeIndex nodeIndex) in isKnownNumeric()
/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js106 get nodeIndex() getter in WebInspector.HeapSnapshotEdge
253 get nodeIndex() getter in WebInspector.HeapSnapshotRetainerEdge
328 WebInspector.HeapSnapshotNode = function(snapshot, nodeIndex) argument
735 _getRetainerIndex: function(nodeIndex) argument
861 WebInspector.HeapSnapshotEdgesProvider = function(snapshot, nodeIndex, filter) argument
1048 _hasInPath: function(nodeIndex) argument
DDetailedHeapshotGridNodes.js275 _createProvider: function(snapshot, nodeIndex) argument
362 _createProvider: function(snapshot, nodeIndex) argument
669 _createProvider: function(snapshot, nodeIndex) argument
DHeapSnapshotProxy.js70 createEdgesProvider: function(nodeIndex, filter) argument
DDetailedHeapshotView.js293 setDataSource: function(snapshotView, snapshot, nodeIndex, prefix) argument
/external/webkit/Source/WebCore/xml/
DXPathPath.cpp138 for (size_t nodeIndex = 0; nodeIndex < matches.size(); ++nodeIndex) { in evaluate() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java872 int nodeIndex = m_size++; in addNode() local
924 protected void addNewDTMID(int nodeIndex) { in addNewDTMID()
959 int nodeIndex = 0; in migrateTo() local
DSAX2DTM2.java2339 int nodeIndex = m_size++; in addNode() local
/external/webkit/Source/WebCore/page/
DDOMSelection.cpp470 unsigned nodeIndex = n->nodeIndex(); in containsNode() local
/external/icu4c/i18n/
Dtznames_impl.cpp230 uint16_t nodeIndex = parent->fFirstChild; in addChildNode() local
270 uint16_t nodeIndex = parent->fFirstChild; in getChildNode() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DRTree.cpp345 int nodeIndex = -1; in remove() local
/external/webkit/Source/WebCore/dom/
DRange.cpp387 int nodeIndex = refNode->nodeIndex(); in compareNode() local
589 int nodeIndex = refNode->nodeIndex(); in intersectsNode() local
DNode.cpp971 unsigned Node::nodeIndex() const in nodeIndex() function in WebCore::Node
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java185 int nodeIndex = m_nodes.size(); in addNode() local