Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.h649 static constexpr bool IsJumpWithoutEffects(Bytecode bytecode) { in IsJumpWithoutEffects() function
666 IsJumpWithoutEffects(bytecode) || IsSwitch(bytecode)); in IsWithoutExternalSideEffects()