Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dmkpeephole.cc101 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last) && in LookupActionAndData()
102 Bytecodes::IsAccumulatorLoadWithoutEffects(current)) { in LookupActionAndData()
109 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last) && in LookupActionAndData()
Dbytecodes.h510 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() function
606 return (IsAccumulatorLoadWithoutEffects(bytecode) || in IsWithoutExternalSideEffects()