Home
last modified time | relevance | path

Searched defs:IsFoldable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h249 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } in IsFoldable() function
/external/v8/src/crankshaft/
Dhydrogen-instructions.h4817 bool IsFoldable(HAllocate* allocate) { in IsFoldable() function