Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.h599 static constexpr bool IsJumpWithoutEffects(Bytecode bytecode) { in IsJumpWithoutEffects() function
608 bytecode == Bytecode::kNop || IsJumpWithoutEffects(bytecode)); in IsWithoutExternalSideEffects()