Home
last modified time | relevance | path

Searched refs:JitCodeTable (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRegExpShared.h95 using JitCodeTable = js::irregexp::ByteArray; variable
98 using JitCodeTable = UniquePtr<uint8_t[], JS::FreePolicy>; variable
100 using JitCodeTables = Vector<JitCodeTable, 0, SystemAllocPolicy>;
196 bool addTable(JitCodeTable table) { return tables.append(std::move(table)); } in addTable()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DRegExpShared.h88 using JitCodeTable = UniquePtr<uint8_t[], JS::FreePolicy>; variable
89 using JitCodeTables = Vector<JitCodeTable, 0, SystemAllocPolicy>;
161 bool addTable(JitCodeTable table) { return tables.append(Move(table)); } in addTable()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRegExpShared.h82 using JitCodeTable = js::irregexp::ByteArray; variable
83 using JitCodeTables = Vector<JitCodeTable, 0, SystemAllocPolicy>;
162 bool addTable(JitCodeTable table) { return tables.append(std::move(table)); } in addTable()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRegExpShared.h78 using JitCodeTable = js::irregexp::ByteArray; variable
79 using JitCodeTables = Vector<JitCodeTable, 0, SystemAllocPolicy>;
158 bool addTable(JitCodeTable table) { return tables.append(std::move(table)); } in addTable()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRegExpShared.h82 using JitCodeTable = js::irregexp::ByteArray; variable
83 using JitCodeTables = Vector<JitCodeTable, 0, SystemAllocPolicy>;
162 bool addTable(JitCodeTable table) { return tables.append(std::move(table)); } in addTable()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpMacroAssembler.h139 virtual void CheckBitInTable(RegExpShared::JitCodeTable table, jit::Label* on_bit_set) = 0;
255 void CheckBitInTable(RegExpShared::JitCodeTable table, jit::Label* on_bit_set) override;
H A DNativeRegExpMacroAssembler.h119 void CheckBitInTable(RegExpShared::JitCodeTable table, jit::Label* on_bit_set) override;
H A DRegExpMacroAssembler.cpp327 InterpretedRegExpMacroAssembler::CheckBitInTable(RegExpShared::JitCodeTable table, in CheckBitInTable()
H A DNativeRegExpMacroAssembler.cpp952 NativeRegExpMacroAssembler::CheckBitInTable(RegExpShared::JitCodeTable table, Label* on_bit_set) in CheckBitInTable()
H A DRegExpEngine.cpp2526 RegExpShared::JitCodeTable boolean_skip_table; in EmitSkipInstructions()
3327 RegExpShared::JitCodeTable ba; in EmitUseLookupTable()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpMacroAssembler.h139 virtual void CheckBitInTable(RegExpShared::JitCodeTable table, jit::Label* on_bit_set) = 0;
255 void CheckBitInTable(RegExpShared::JitCodeTable table, jit::Label* on_bit_set) override;
H A DNativeRegExpMacroAssembler.h119 void CheckBitInTable(RegExpShared::JitCodeTable table, jit::Label* on_bit_set) override;
H A DRegExpMacroAssembler.cpp322 InterpretedRegExpMacroAssembler::CheckBitInTable(RegExpShared::JitCodeTable table, in CheckBitInTable()
H A DNativeRegExpMacroAssembler.cpp935 NativeRegExpMacroAssembler::CheckBitInTable(RegExpShared::JitCodeTable table, Label* on_bit_set) in CheckBitInTable()
H A DRegExpEngine.cpp2515 RegExpShared::JitCodeTable boolean_skip_table; in EmitSkipInstructions()
3310 RegExpShared::JitCodeTable ba; in EmitUseLookupTable()