Lines Matching refs:BytecodeArrayWriter

22     BytecodeArrayWriter::kMaxSizeOfPackedBytecode;
24 BytecodeArrayWriter::BytecodeArrayWriter( in BytecodeArrayWriter() function in v8::internal::interpreter::BytecodeArrayWriter
39 Handle<BytecodeArray> BytecodeArrayWriter::ToBytecodeArray( in ToBytecodeArray()
61 void BytecodeArrayWriter::Write(BytecodeNode* node) { in Write()
72 void BytecodeArrayWriter::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump()
85 void BytecodeArrayWriter::WriteSwitch(BytecodeNode* node, in WriteSwitch()
99 void BytecodeArrayWriter::BindLabel(BytecodeLabel* label) { in BindLabel()
111 void BytecodeArrayWriter::BindLabel(const BytecodeLabel& target, in BindLabel()
126 void BytecodeArrayWriter::BindJumpTableEntry(BytecodeJumpTable* jump_table, in BindJumpTableEntry()
142 void BytecodeArrayWriter::UpdateSourcePositionTable( in UpdateSourcePositionTable()
153 void BytecodeArrayWriter::UpdateExitSeenInBlock(Bytecode bytecode) { in UpdateExitSeenInBlock()
169 void BytecodeArrayWriter::MaybeElideLastBytecode(Bytecode next_bytecode, in MaybeElideLastBytecode()
190 void BytecodeArrayWriter::InvalidateLastBytecode() { in InvalidateLastBytecode()
194 void BytecodeArrayWriter::EmitBytecode(const BytecodeNode* const node) { in EmitBytecode()
266 void BytecodeArrayWriter::PatchJumpWith8BitOperand(size_t jump_location, in PatchJumpWith8BitOperand()
294 void BytecodeArrayWriter::PatchJumpWith16BitOperand(size_t jump_location, in PatchJumpWith16BitOperand()
326 void BytecodeArrayWriter::PatchJumpWith32BitOperand(size_t jump_location, in PatchJumpWith32BitOperand()
345 void BytecodeArrayWriter::PatchJump(size_t jump_target, size_t jump_location) { in PatchJump()
377 void BytecodeArrayWriter::EmitJump(BytecodeNode* node, BytecodeLabel* label) { in EmitJump()
425 void BytecodeArrayWriter::EmitSwitch(BytecodeNode* node, in EmitSwitch()