Lines Matching refs:Bytecode
21 V8_INLINE BytecodeNode(Bytecode bytecode,
30 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
40 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
52 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
65 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
80 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0,
100 return Create<Bytecode::k##Name, __VA_ARGS__>(source_info, operands...); \
108 Bytecode bytecode() const { return bytecode_; } in bytecode()
130 template <Bytecode bytecode, AccumulatorUse accumulator_use,
134 V8_INLINE BytecodeNode(Bytecode bytecode, int operand_count,
151 template <Bytecode bytecode, AccumulatorUse accum_use>
156 template <Bytecode bytecode, AccumulatorUse accum_use,
166 template <Bytecode bytecode, AccumulatorUse accum_use,
178 template <Bytecode bytecode, AccumulatorUse accum_use,
195 template <Bytecode bytecode, AccumulatorUse accum_use,
214 template <Bytecode bytecode, AccumulatorUse accum_use,
264 Bytecode bytecode_;