Searched refs:next_bytecode (Results 1 – 3 of 3) sorted by relevance
169 void BytecodeArrayWriter::MaybeElideLastBytecode(Bytecode next_bytecode, in MaybeElideLastBytecode() argument177 Bytecodes::GetAccumulatorUse(next_bytecode) == AccumulatorUse::kWrite && in MaybeElideLastBytecode()185 last_bytecode_ = next_bytecode; in MaybeElideLastBytecode()
77 void MaybeElideLastBytecode(Bytecode next_bytecode, bool has_source_info);
1443 Node* next_bytecode = LoadBytecode(next_bytecode_offset); in DispatchWide() local1446 TraceBytecodeDispatch(next_bytecode); in DispatchWide()1460 Node* target_index = IntPtrAdd(base_index, next_bytecode); in DispatchWide()1466 next_bytecode); in DispatchWide()