Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc169 void BytecodeArrayWriter::MaybeElideLastBytecode(Bytecode next_bytecode, in MaybeElideLastBytecode() argument
177 Bytecodes::GetAccumulatorUse(next_bytecode) == AccumulatorUse::kWrite && in MaybeElideLastBytecode()
185 last_bytecode_ = next_bytecode; in MaybeElideLastBytecode()
Dbytecode-array-writer.h77 void MaybeElideLastBytecode(Bytecode next_bytecode, bool has_source_info);
Dinterpreter-assembler.cc1443 Node* next_bytecode = LoadBytecode(next_bytecode_offset); in DispatchWide() local
1446 TraceBytecodeDispatch(next_bytecode); in DispatchWide()
1460 Node* target_index = IntPtrAdd(base_index, next_bytecode); in DispatchWide()
1466 next_bytecode); in DispatchWide()