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

  /external/v8/src/interpreter/
bytecodes.cc 278 bool Bytecodes::IsJumpWithoutEffects(Bytecode bytecode) {
302 bytecode == Bytecode::kNop || IsJumpWithoutEffects(bytecode));
bytecodes.h 504 static bool IsJumpWithoutEffects(Bytecode bytecode);
    [all...]

Completed in 670 milliseconds