Home
last modified time | relevance | path

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

/external/v8/src/
Dregexp-macro-assembler-irregexp.cc19 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Vector<byte> buffer, 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.h21 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()
Dregexp-macro-assembler-irregexp.h15 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {
30 RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone);
31 virtual ~RegExpMacroAssemblerIrregexp();
121 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
Dassembler.h276 friend class RegExpMacroAssemblerIrregexp; variable
Djsregexp.cc6142 RegExpMacroAssemblerIrregexp macro_assembler(codes, zone); in Compile()
/external/v8/test/cctest/
Dtest-regexp.cc1356 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024), &zone); in TEST()