Lines Matching defs:bytecode

19 #include "src/interpreter/bytecode-flags.h"
45 Bytecode bytecode, OperandScale scale) \
46 : BaseAssembler(state, bytecode, scale) {} \
173 InterpreterLoadGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode,
175 : InterpreterAssembler(state, bytecode, operand_scale) {}
355 Bytecode bytecode,
357 : InterpreterAssembler(state, bytecode, operand_scale) {}
407 InterpreterLookupGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode,
409 : InterpreterLoadGlobalAssembler(state, bytecode, operand_scale) {}
595 Bytecode bytecode,
597 : InterpreterAssembler(state, bytecode, operand_scale) {}
869 InterpreterBinaryOpAssembler(CodeAssemblerState* state, Bytecode bytecode,
871 : InterpreterAssembler(state, bytecode, operand_scale) {}
999 Bytecode bytecode,
1001 : InterpreterAssembler(state, bytecode, operand_scale) {}
1358 InterpreterJSCallAssembler(CodeAssemblerState* state, Bytecode bytecode,
1360 : InterpreterAssembler(state, bytecode, operand_scale) {}
1386 // Indices and counts of operands on the bytecode.
1603 InterpreterCompareOpAssembler(CodeAssemblerState* state, Bytecode bytecode,
1605 : InterpreterAssembler(state, bytecode, operand_scale) {}
2179 // targeted bytecode offset).
2198 // OSR based on the install target offset, i.e. does the current bytecode
2222 // next bytecode.
2957 // TODO(swapnilgaikwad): Extend the functionality of the bytecode to
2976 // Prefix bytecode indicating next bytecode has wide (16-bit) operands.
2983 // Prefix bytecode indicating next bytecode has extra-wide (32-bit) operands.
2990 // An invalid bytecode aborting execution if dispatched.
3000 // the current context, |suspend_id|, and the current bytecode offset
3022 // Store the bytecode offset in the [input_or_debug_pos] field, to be used by
3110 Bytecode bytecode,
3119 switch (bytecode) {
3145 code->Disassemble(Bytecodes::ToString(bytecode), os, isolate);