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

/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp.cc41 RegExpMacroAssemblerIrregexp::RegExpMacroAssemblerIrregexp(Vector<byte> buffer, function in class:v8::internal::RegExpMacroAssemblerIrregexp
51 RegExpMacroAssemblerIrregexp::~RegExpMacroAssemblerIrregexp() {
57 RegExpMacroAssemblerIrregexp::IrregexpImplementation
58 RegExpMacroAssemblerIrregexp::Implementation() {
63 void RegExpMacroAssemblerIrregexp::Bind(Label* l) {
78 void RegExpMacroAssemblerIrregexp::EmitOrLink(Label* l) {
93 void RegExpMacroAssemblerIrregexp::PopRegister(int register_index) {
100 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::Emit8(uint32_t word) {
75 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) {
H A Dregexp-macro-assembler-irregexp.h36 class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler { class in namespace:v8::internal
51 RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone);
52 virtual ~RegExpMacroAssemblerIrregexp();
141 DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
H A Dassembler.h201 friend class RegExpMacroAssemblerIrregexp;
H A Djsregexp.cc6108 RegExpMacroAssemblerIrregexp macro_assembler(codes, zone);
/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/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc1374 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024), &zone);
/external/v8/test/cctest/
H A Dtest-regexp.cc1319 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024));

Completed in 248 milliseconds