Searched refs:HeapObjectMatcher (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/compiler/
H A Dsimplified-operator-reducer.cc27 HeapObjectMatcher m(node->InputAt(0));
42 HeapObjectMatcher m(node->InputAt(0));
105 HeapObjectMatcher match_left(left);
106 HeapObjectMatcher match_right(right);
H A Djs-builtin-reducer.cc28 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0));
37 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0));
H A Djs-inlining-heuristic.cc23 HeapObjectMatcher match(callee);
H A Djs-call-reducer.cc105 Handle<JSFunction>::cast(HeapObjectMatcher(target).Value());
184 HeapObjectMatcher(NodeProperties::GetValueInput(node, 0)).Value());
226 HeapObjectMatcher m(target);
393 HeapObjectMatcher m(target);
H A Dnode-matchers.h170 struct HeapObjectMatcher final
172 explicit HeapObjectMatcher(Node* node) function in struct:v8::internal::compiler::final
H A Dcommon-operator-reducer.cc35 HeapObjectMatcher mcond(cond);
H A Djs-inlining.cc286 HeapObjectMatcher match(node->InputAt(0));
H A Djs-intrinsic-lowering.cc170 HeapObjectMatcher m(NodeProperties::GetValueInput(node, 0));
H A Djs-native-context-specialization.cc891 HeapObjectMatcher mindex(index);
H A Djs-typed-lowering.cc1001 HeapObjectMatcher mbase(base);
1048 HeapObjectMatcher mbase(base);
H A Dast-graph-builder.cc3992 Handle<HeapObject> object = HeapObjectMatcher(input).Value();
4018 Handle<HeapObject> object = HeapObjectMatcher(input).Value();
/external/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc97 HeapObjectMatcher match(new_context_input);
113 HeapObjectMatcher match(r.replacement());
179 HeapObjectMatcher match(new_context_input);
256 HeapObjectMatcher match(replacement);
H A Dtest-representation-change.cc68 HeapObjectMatcher m(n);
/external/v8/test/unittests/compiler/
H A Djs-type-feedback-unittest.cc270 HeapObjectMatcher cell(cell_capture.value());
322 HeapObjectMatcher cell(cell_capture.value());

Completed in 208 milliseconds