Searched defs:ValueMatcher (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | node-matchers.h | 51 struct ValueMatcher : public NodeMatcher { struct in namespace:v8::internal::compiler 54 explicit ValueMatcher(Node* node) function in struct:v8::internal::compiler::ValueMatcher 74 inline ValueMatcher<uint32_t, IrOpcode::kInt32Constant>::ValueMatcher( function in class:v8::internal::compiler::ValueMatcher 86 inline ValueMatcher<int64_t, IrOpcode::kInt64Constant>::ValueMatcher(Node* node) function in class:v8::internal::compiler::ValueMatcher 99 inline ValueMatcher<uint64_t, IrOpcode::kInt64Constant>::ValueMatcher( function in class:v8::internal::compiler::ValueMatcher 114 struct IntMatcher final : public ValueMatcher<T, kOpcode> { 115 explicit IntMatcher(Node* node) : ValueMatcher< [all...] |
Completed in 86 milliseconds