Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
199 // Adds a relative jump source fixup at pos.
200 // Jump source fixups are used to find offsets in the new bytecode that
230 // Key: Jump source (offset where destination is stored in old bytecode)
234 // Key: Jump source (offset where destination is stored in new bytecode)
243 // Value: Delta to map jump source from old bytecode to new bytecode in bytes.
701 // If we map any jump source we mark the old source for deletion and insert
768 jump_iter->first /* jump source */ <
867 // Mapped jump edges don't need source fixups, as the position already is an
1014 Isolate* isolate, Zone* zone, Handle<String> source, const byte* bytecode,
1023 RegExpBytecodeDisassemble(bytecode, length, source->ToCString().get());
1026 source->ToCString().get());