Searched refs:RegExpMacroAssemblerIrregexp (Results 1 – 5 of 5) sorted by relevance
18 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Isolate* isolate, 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 …]
16 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, in Emit()28 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { in Emit16()38 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) { in Emit8()48 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { in Emit32()
16 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {32 RegExpMacroAssemblerIrregexp(Isolate* isolate, Vector<byte> buffer,34 virtual ~RegExpMacroAssemblerIrregexp();126 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
6747 RegExpMacroAssemblerIrregexp macro_assembler(isolate, codes, zone); in Compile()
100 friend class RegExpMacroAssemblerIrregexp; variable