Searched refs:GetValueInput (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/v8/src/compiler/ |
D | graph-unittest.cc | 165 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 254 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 321 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 323 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain() 359 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain() 409 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 411 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 1), in MatchAndExplain() 413 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 2), in MatchAndExplain() 415 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 3), in MatchAndExplain() 464 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), "base", in MatchAndExplain() [all …]
|
D | js-builtin-reducer.cc | 37 HeapObjectMatcher<Object> m(NodeProperties::GetValueInput(node_, 0)); in HasBuiltinFunctionId() 46 HeapObjectMatcher<Object> m(NodeProperties::GetValueInput(node_, 0)); in GetBuiltinFunctionId() 90 return NodeProperties::GetValueInput(node_, index + 2); in GetJSCallInput()
|
D | js-generic-lowering.cc | 153 inputs.push_back(NodeProperties::GetValueInput(node, 0)); in ReplaceWithCompareIC() 154 inputs.push_back(NodeProperties::GetValueInput(node, 1)); in ReplaceWithCompareIC() 339 NodeProperties::GetValueInput(node, 0), in LowerJSLoadContext() 356 NodeProperties::GetValueInput(node, 0), in LowerJSStoreContext() 360 node->ReplaceInput(2, NodeProperties::GetValueInput(node, 1)); in LowerJSStoreContext() 374 Node* construct = NodeProperties::GetValueInput(node, 0); in LowerJSCallConstruct()
|
D | js-context-specialization.cc | 64 HeapObjectMatcher<Context> m(NodeProperties::GetValueInput(node, 0)); in ReduceJSLoadContext() 112 HeapObjectMatcher<Context> m(NodeProperties::GetValueInput(node, 0)); in ReduceJSStoreContext()
|
D | js-typed-lowering.cc | 129 Node* left() { return NodeProperties::GetValueInput(node_, 0); } in left() 130 Node* right() { return NodeProperties::GetValueInput(node_, 1); } in right() 529 Node* key = NodeProperties::GetValueInput(node, 1); in ReduceJSLoadProperty() 530 Node* base = NodeProperties::GetValueInput(node, 0); in ReduceJSLoadProperty() 569 Node* key = NodeProperties::GetValueInput(node, 1); in ReduceJSStoreProperty() 570 Node* base = NodeProperties::GetValueInput(node, 0); in ReduceJSStoreProperty() 571 Node* value = NodeProperties::GetValueInput(node, 2); in ReduceJSStoreProperty()
|
D | verifier.cc | 89 Node* value = NodeProperties::GetValueInput(node, i); in Pre() 175 NodeProperties::GetValueInput(node, 0)->opcode()); in Pre() 178 Node* input = NodeProperties::GetValueInput(node, 0); in Pre() 217 Node* input = NodeProperties::GetValueInput(node, 0); in Pre()
|
D | js-inlining.cc | 83 return NodeProperties::GetValueInput(unique_return(), 0); in value_output() 139 values.push_back(NodeProperties::GetValueInput(input, 0)); in UnifyReturn() 243 NodeProperties::GetValueInput(call, 0), in InlineAtCall()
|
D | node-properties.h | 20 static inline Node* GetValueInput(Node* node, int index);
|
D | node-properties-inl.h | 75 inline Node* NodeProperties::GetValueInput(Node* node, int index) { in GetValueInput() function
|
D | simplified-lowering.cc | 914 NodeProperties::GetValueInput(node, 0), in StringComparison() 915 NodeProperties::GetValueInput(node, 1), in StringComparison()
|
D | typer.cc | 96 return NodeProperties::GetBounds(NodeProperties::GetValueInput(node, i)); in VALUE_OP_LIST()
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | test-js-context-specialization.cc | 93 Node* new_context_input = NodeProperties::GetValueInput(r.replacement(), 0); in TEST() 173 Node* new_context_input = NodeProperties::GetValueInput(r.replacement(), 0); in TEST()
|