Home
last modified time | relevance | path

Searched refs:IsAccumulatorLoadWithoutEffects (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-writer.cc176 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last_bytecode_) && in MaybeElideLastBytecode()
Dbytecodes.h538 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() function
645 return (IsAccumulatorLoadWithoutEffects(bytecode) || in IsWithoutExternalSideEffects()