Searched defs:CanElideLast (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-peephole-optimizer.cc61 // TODO(oth/rmcilroy): We could check CanElideLast() here to potentially
258 bool BytecodePeepholeOptimizer::CanElideLast( function in class:v8::internal::interpreter::BytecodePeepholeOptimizer
299 if (CanElideLast(current) && CanElideLastBasedOnSourcePosition(current)) {

Completed in 127 milliseconds