Home
last modified time | relevance | path

Searched refs:NativeRegExpMacroAssembler (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/regexp/
Dregexp-macro-assembler.cc116 NativeRegExpMacroAssembler::NativeRegExpMacroAssembler(Isolate* isolate, in NativeRegExpMacroAssembler() function in v8::internal::NativeRegExpMacroAssembler
121 NativeRegExpMacroAssembler::~NativeRegExpMacroAssembler() { in ~NativeRegExpMacroAssembler()
125 bool NativeRegExpMacroAssembler::CanReadUnaligned() { in CanReadUnaligned()
129 const byte* NativeRegExpMacroAssembler::StringCharacterPosition( in StringCharacterPosition()
160 int NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
218 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match( in Match()
275 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Execute( in Execute()
309 const byte NativeRegExpMacroAssembler::word_character_map[] = {
352 Address NativeRegExpMacroAssembler::GrowStack(Address stack_pointer, in GrowStack()
Dregexp-macro-assembler.h198 class NativeRegExpMacroAssembler: public RegExpMacroAssembler {
214 NativeRegExpMacroAssembler(Isolate* isolate, Zone* zone);
215 virtual ~NativeRegExpMacroAssembler();
Djsregexp.cc455 NativeRegExpMacroAssembler::Result res = in IrregexpExecRaw()
456 NativeRegExpMacroAssembler::Match(code, in IrregexpExecRaw()
462 if (res != NativeRegExpMacroAssembler::RETRY) { in IrregexpExecRaw()
463 DCHECK(res != NativeRegExpMacroAssembler::EXCEPTION || in IrregexpExecRaw()
466 static_cast<int>(NativeRegExpMacroAssembler::SUCCESS) == RE_SUCCESS); in IrregexpExecRaw()
468 static_cast<int>(NativeRegExpMacroAssembler::FAILURE) == RE_FAILURE); in IrregexpExecRaw()
469 STATIC_ASSERT(static_cast<int>(NativeRegExpMacroAssembler::EXCEPTION) in IrregexpExecRaw()
6712 NativeRegExpMacroAssembler::Mode mode = in Compile()
6713 is_one_byte ? NativeRegExpMacroAssembler::LATIN1 in Compile()
6714 : NativeRegExpMacroAssembler::UC16; in Compile()
/external/v8/src/
Dexternal-reference.cc553 Redirect(FUNCTION_ADDR(NativeRegExpMacroAssembler::GrowStack))); in re_grow_stack()
559 FUNCTION_ADDR(NativeRegExpMacroAssembler::CaseInsensitiveCompareUC16))); in re_case_insensitive_compare_uc16()
564 NativeRegExpMacroAssembler::word_character_map_address()); in re_word_character_map()
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.h16 class RegExpMacroAssemblerS390 : public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-s390.cc99 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerS390()
1106 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.h16 class RegExpMacroAssemblerIA32: public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-ia32.cc85 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerIA32()
1124 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.h17 class RegExpMacroAssemblerARM: public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-arm.cc97 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerARM()
1096 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.h16 class RegExpMacroAssemblerMIPS: public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-mips64.cc133 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerMIPS()
1197 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.h17 class RegExpMacroAssemblerPPC : public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-ppc.cc97 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerPPC()
1159 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.h16 class RegExpMacroAssemblerMIPS: public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-mips.cc96 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerMIPS()
1159 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.h18 class RegExpMacroAssemblerX64: public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-x64.cc99 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerX64()
1224 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.h17 class RegExpMacroAssemblerARM64: public NativeRegExpMacroAssembler {
Dregexp-macro-assembler-arm64.cc107 : NativeRegExpMacroAssembler(isolate, zone), in RegExpMacroAssemblerARM64()
1333 return NativeRegExpMacroAssembler::CheckStackGuardState( in CheckStackGuardState()
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc537 IntPtrConstant(NativeRegExpMacroAssembler::SUCCESS)), in RegExpExecInternal()
540 IntPtrConstant(NativeRegExpMacroAssembler::FAILURE)), in RegExpExecInternal()
543 IntPtrConstant(NativeRegExpMacroAssembler::EXCEPTION)), in RegExpExecInternal()
548 IntPtrConstant(NativeRegExpMacroAssembler::RETRY))); in RegExpExecInternal()