Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dregexp-macro-assembler-irregexp.cc41 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Vector<byte> buffer, in RegExpMacroAssemblerIrregexp() function in v8::internal::RegExpMacroAssemblerIrregexp
51 RegExpMacroAssemblerIrregexp::~RegExpMacroAssemblerIrregexp() { in ~RegExpMacroAssemblerIrregexp()
57 RegExpMacroAssemblerIrregexp::IrregexpImplementation
58 RegExpMacroAssemblerIrregexp::Implementation() { in Implementation()
63 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { in Bind()
78 void RegExpMacroAssemblerIrregexp::EmitOrLink(Label* l) { in EmitOrLink()
93 void RegExpMacroAssemblerIrregexp::PopRegister(int register_index) { in PopRegister()
100 void RegExpMacroAssemblerIrregexp::PushRegister( in PushRegister()
109 void RegExpMacroAssemblerIrregexp::WriteCurrentPositionToRegister( in WriteCurrentPositionToRegister()
118 void RegExpMacroAssemblerIrregexp::ClearRegisters(int reg_from, int reg_to) { in ClearRegisters()
[all …]
Dregexp-macro-assembler-irregexp-inl.h43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, in Emit()
55 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { in Emit16()
65 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) { in Emit8()
75 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { in Emit32()
Dregexp-macro-assembler-irregexp.h36 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {
51 RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone);
52 virtual ~RegExpMacroAssemblerIrregexp();
141 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
Dassembler.h212 friend class RegExpMacroAssemblerIrregexp; variable
Djsregexp.cc6096 RegExpMacroAssemblerIrregexp macro_assembler(codes, zone); in Compile()
/external/v8/src/
Dregexp-macro-assembler-irregexp.cc41 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Vector<byte> buffer) in RegExpMacroAssemblerIrregexp() function in v8::internal::RegExpMacroAssemblerIrregexp
49 RegExpMacroAssemblerIrregexp::~RegExpMacroAssemblerIrregexp() { in ~RegExpMacroAssemblerIrregexp()
55 RegExpMacroAssemblerIrregexp::IrregexpImplementation
56 RegExpMacroAssemblerIrregexp::Implementation() { in Implementation()
61 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { in Bind()
76 void RegExpMacroAssemblerIrregexp::EmitOrLink(Label* l) { in EmitOrLink()
91 void RegExpMacroAssemblerIrregexp::PopRegister(int register_index) { in PopRegister()
98 void RegExpMacroAssemblerIrregexp::PushRegister( in PushRegister()
107 void RegExpMacroAssemblerIrregexp::WriteCurrentPositionToRegister( in WriteCurrentPositionToRegister()
116 void RegExpMacroAssemblerIrregexp::ClearRegisters(int reg_from, int reg_to) { in ClearRegisters()
[all …]
Dregexp-macro-assembler-irregexp-inl.h43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, in Emit()
55 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { in Emit16()
65 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { in Emit32()
Dregexp-macro-assembler-irregexp.h36 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {
51 explicit RegExpMacroAssemblerIrregexp(Vector<byte>);
52 virtual ~RegExpMacroAssemblerIrregexp();
136 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
Dassembler.h139 friend class RegExpMacroAssemblerIrregexp; variable
Djsregexp.cc5324 RegExpMacroAssemblerIrregexp macro_assembler(codes); in Compile()
/external/chromium_org/v8/test/cctest/
Dtest-regexp.cc1373 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024), &zone); in TEST()
/external/v8/test/cctest/
Dtest-regexp.cc1319 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024)); in TEST()