Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.cc278 bool Bytecodes::IsJumpWithoutEffects(Bytecode bytecode) { in IsJumpWithoutEffects() function in v8::internal::interpreter::Bytecodes
302 bytecode == Bytecode::kNop || IsJumpWithoutEffects(bytecode)); in IsWithoutExternalSideEffects()
Dbytecodes.h504 static bool IsJumpWithoutEffects(Bytecode bytecode);