Searched refs:RegExpMacroAssemblerIrregexp (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/v8/src/ |
D | regexp-macro-assembler-irregexp.cc | 41 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 …]
|
D | regexp-macro-assembler-irregexp-inl.h | 43 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()
|
D | regexp-macro-assembler-irregexp.h | 36 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler { 51 RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone); 52 virtual ~RegExpMacroAssemblerIrregexp(); 141 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
|
D | assembler.h | 212 friend class RegExpMacroAssemblerIrregexp; variable
|
D | jsregexp.cc | 6096 RegExpMacroAssemblerIrregexp macro_assembler(codes, zone); in Compile()
|
/external/v8/src/ |
D | regexp-macro-assembler-irregexp.cc | 41 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 …]
|
D | regexp-macro-assembler-irregexp-inl.h | 43 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()
|
D | regexp-macro-assembler-irregexp.h | 36 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler { 51 explicit RegExpMacroAssemblerIrregexp(Vector<byte>); 52 virtual ~RegExpMacroAssemblerIrregexp(); 136 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
|
D | assembler.h | 139 friend class RegExpMacroAssemblerIrregexp; variable
|
D | jsregexp.cc | 5324 RegExpMacroAssemblerIrregexp macro_assembler(codes); in Compile()
|
/external/chromium_org/v8/test/cctest/ |
D | test-regexp.cc | 1373 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024), &zone); in TEST()
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 1319 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024)); in TEST()
|