Searched defs:NativeRegExpMacroAssembler (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/regexp/
H A Dregexp-macro-assembler.cc115 NativeRegExpMacroAssembler::NativeRegExpMacroAssembler(Isolate* isolate, function in class:v8::internal::NativeRegExpMacroAssembler
120 NativeRegExpMacroAssembler::~NativeRegExpMacroAssembler() {
124 bool NativeRegExpMacroAssembler::CanReadUnaligned() {
128 const byte* NativeRegExpMacroAssembler::StringCharacterPosition(
155 int NativeRegExpMacroAssembler::CheckStackGuardState(
210 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match(
264 NativeRegExpMacroAssembler
[all...]
H A Dregexp-macro-assembler.h198 class NativeRegExpMacroAssembler: public RegExpMacroAssembler { class in namespace:v8::internal
214 NativeRegExpMacroAssembler(Isolate* isolate, Zone* zone);
215 virtual ~NativeRegExpMacroAssembler();

Completed in 109 milliseconds