Searched refs:RegExpMacroAssemblerIrregexp (Results 1 – 6 of 6) sorted by relevance
19 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Vector<byte> buffer, in RegExpMacroAssemblerIrregexp() function in v8::internal::RegExpMacroAssemblerIrregexp29 RegExpMacroAssemblerIrregexp::~RegExpMacroAssemblerIrregexp() { in ~RegExpMacroAssemblerIrregexp()35 RegExpMacroAssemblerIrregexp::IrregexpImplementation36 RegExpMacroAssemblerIrregexp::Implementation() { in Implementation()41 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { in Bind()56 void RegExpMacroAssemblerIrregexp::EmitOrLink(Label* l) { in EmitOrLink()71 void RegExpMacroAssemblerIrregexp::PopRegister(int register_index) { in PopRegister()78 void RegExpMacroAssemblerIrregexp::PushRegister( in PushRegister()87 void RegExpMacroAssemblerIrregexp::WriteCurrentPositionToRegister( in WriteCurrentPositionToRegister()96 void RegExpMacroAssemblerIrregexp::ClearRegisters(int reg_from, int reg_to) { in ClearRegisters()[all …]
21 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, in Emit()33 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { in Emit16()43 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) { in Emit8()53 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { in Emit32()
15 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {30 RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone);31 virtual ~RegExpMacroAssemblerIrregexp();121 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
276 friend class RegExpMacroAssemblerIrregexp; variable
6142 RegExpMacroAssemblerIrregexp macro_assembler(codes, zone); in Compile()
1356 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024), &zone); in TEST()