HomeSort by relevance Sort by last modified time
    Searched refs:IsAccumulatorLoadWithoutEffects (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
mkpeephole.cc 101 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last) &&
102 Bytecodes::IsAccumulatorLoadWithoutEffects(current)) {
109 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last) &&
bytecodes.h 510 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) {
    [all...]

Completed in 1324 milliseconds