Lines Matching defs:bytecode
5 #include "src/interpreter/bytecode-array-builder.h"
9 #include "src/interpreter/bytecode-array-writer.h"
10 #include "src/interpreter/bytecode-jump-table.h"
11 #include "src/interpreter/bytecode-label.h"
12 #include "src/interpreter/bytecode-node.h"
13 #include "src/interpreter/bytecode-register-optimizer.h"
14 #include "src/interpreter/bytecode-source-info.h"
111 int BytecodeArrayBuilder::CheckBytecodeMatches(BytecodeArray bytecode) {
113 return bytecode_array_writer_.CheckBytecodeMatches(bytecode);
133 Bytecode bytecode) {
137 // positions can be pushed back until a bytecode is found that can
142 !Bytecodes::IsWithoutExternalSideEffects(bytecode)) {
332 template <Bytecode bytecode, ImplicitRegisterUse implicit_register_use,
340 "too many operands for bytecode");
341 builder->PrepareToOutputBytecode<bytecode, implicit_register_use>();
349 return BytecodeNode::Create<bytecode, implicit_register_use,
351 builder->CurrentSourcePosition(bytecode),
683 // Defer source info so that if we elide the bytecode transfer, we attach
684 // the source info to a subsequent bytecode if it exists.
696 // Defer source info so that if we elide the bytecode transfer, we attach
697 // the source info to a subsequent bytecode if it exists.
710 // Defer source info so that if we elide the bytecode transfer, we attach
711 // the source info to a subsequent bytecode if it exists.
1602 template <Bytecode bytecode, ImplicitRegisterUse implicit_register_use>
1605 register_optimizer_->PrepareForBytecode<bytecode, implicit_register_use>();
1638 // Force an expression position to make sure we have one. If the next bytecode