Searched refs:jump_bytecode (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-array-writer.cc148 Bytecode GetJumpWithConstantOperand(Bytecode jump_bytecode) { argument
149 switch (jump_bytecode) {
174 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); local
175 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode));
191 jump_bytecode = GetJumpWithConstantOperand(jump_bytecode);
192 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode);
199 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); local
200 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode));
214 jump_bytecode
243 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); local
[all...]

Completed in 149 milliseconds