Lines Matching defs:bytecode
263 int32_t GetArgumentValue(const byte* bytecode, int offset, int length) { in GetArgumentValue()
276 BytecodeSequenceNode::BytecodeSequenceNode(int bytecode, Zone* zone) in BytecodeSequenceNode()
288 BytecodeSequenceNode& BytecodeSequenceNode::FollowedBy(int bytecode) { in FollowedBy()
306 BytecodeSequenceNode& BytecodeSequenceNode::ReplaceWith(int bytecode) { in ReplaceWith()
389 bool BytecodeSequenceNode::CheckArguments(const byte* bytecode, int pc) { in CheckArguments()
619 bool RegExpBytecodePeephole::OptimizeBytecode(const byte* bytecode, in OptimizeBytecode()
650 BytecodeSequenceNode& RegExpBytecodePeephole::CreateSequence(int bytecode) { in CreateSequence()
657 int RegExpBytecodePeephole::TryOptimizeSequence(const byte* bytecode, in TryOptimizeSequence()
685 int start_pc, const byte* bytecode, const BytecodeSequenceNode& last_node) { in EmitOptimization()
935 void RegExpBytecodePeephole::EmitArgument(int start_pc, const byte* bytecode, in EmitArgument()
1014 Isolate* isolate, Zone* zone, Handle<String> source, const byte* bytecode, in OptimizeBytecode()