Home
last modified time | relevance | path

Searched refs:RegExpMacroAssemblerIrregexp (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc18 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Isolate* isolate, in RegExpMacroAssemblerIrregexp() function in v8::internal::RegExpMacroAssemblerIrregexp
29 RegExpMacroAssemblerIrregexp::~RegExpMacroAssemblerIrregexp() { in ~RegExpMacroAssemblerIrregexp()
35 RegExpMacroAssemblerIrregexp::IrregexpImplementation
36 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 …]
Dregexp-macro-assembler-irregexp-inl.h16 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()
Dregexp-macro-assembler-irregexp.h16 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {
31 RegExpMacroAssemblerIrregexp(Isolate* isolate, Vector<byte> buffer,
33 virtual ~RegExpMacroAssemblerIrregexp();
125 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
Djsregexp.cc6730 RegExpMacroAssemblerIrregexp macro_assembler(isolate, codes, zone); in Compile()
/external/v8/src/
Dlabel.h80 friend class RegExpMacroAssemblerIrregexp; variable