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

/external/v8/src/
H A Dregexp-macro-assembler-irregexp.cc41 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Vector<byte> buffer) function in class:v8::internal::RegExpMacroAssemblerIrregexp
49 RegExpMacroAssemblerIrregexp::~RegExpMacroAssemblerIrregexp() {
55 RegExpMacroAssemblerIrregexp::IrregexpImplementation
56 RegExpMacroAssemblerIrregexp::Implementation() {
61 void RegExpMacroAssemblerIrregexp::Bind(Label* l) {
76 void RegExpMacroAssemblerIrregexp::EmitOrLink(Label* l) {
91 void RegExpMacroAssemblerIrregexp::PopRegister(int register_index) {
98 void RegExpMacroAssemblerIrregexp
[all...]
H A Dregexp-macro-assembler-irregexp-inl.h43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
55 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) {
65 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) {
H A Dregexp-macro-assembler-irregexp.h36 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler { class in namespace:v8::internal
51 explicit RegExpMacroAssemblerIrregexp(Vector<byte>);
52 virtual ~RegExpMacroAssemblerIrregexp();
136 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
H A Dassembler.h139 friend class RegExpMacroAssemblerIrregexp;
H A Djsregexp.cc5324 RegExpMacroAssemblerIrregexp macro_assembler(codes);
/external/v8/test/cctest/
H A Dtest-regexp.cc1319 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024));

Completed in 121 milliseconds