HomeSort by relevance Sort by last modified time
    Searched refs:NativeRegExpMacroAssembler (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
regexp-macro-assembler.cc 57 NativeRegExpMacroAssembler::NativeRegExpMacroAssembler() {
61 NativeRegExpMacroAssembler::~NativeRegExpMacroAssembler() {
65 bool NativeRegExpMacroAssembler::CanReadUnaligned() {
73 const byte* NativeRegExpMacroAssembler::StringCharacterPosition(
103 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match(
152 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Execute
    [all...]
regexp-macro-assembler.h 166 class NativeRegExpMacroAssembler: public RegExpMacroAssembler {
182 NativeRegExpMacroAssembler();
183 virtual ~NativeRegExpMacroAssembler();
assembler.cc 685 Redirect(FUNCTION_ADDR(NativeRegExpMacroAssembler::GrowStack)));
690 FUNCTION_ADDR(NativeRegExpMacroAssembler::CaseInsensitiveCompareUC16)));
695 NativeRegExpMacroAssembler::word_character_map_address());
jsregexp.cc 387 NativeRegExpMacroAssembler::Result res;
394 res = NativeRegExpMacroAssembler::Match(code,
401 } while (res == NativeRegExpMacroAssembler::RETRY);
402 if (res == NativeRegExpMacroAssembler::EXCEPTION) {
406 ASSERT(res == NativeRegExpMacroAssembler::SUCCESS
407 || res == NativeRegExpMacroAssembler::FAILURE);
409 if (res != NativeRegExpMacroAssembler::SUCCESS) return Factory::null_value();
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 685 return NativeRegExpMacroAssembler::Execute(
699 ArchRegExpMacroAssembler m(NativeRegExpMacroAssembler::ASCII, 4);
713 NativeRegExpMacroAssembler::Result result =
721 CHECK_EQ(NativeRegExpMacroAssembler::SUCCESS, result);
733 ArchRegExpMacroAssembler m(NativeRegExpMacroAssembler::ASCII, 4);
756 NativeRegExpMacroAssembler::Result result =
764 CHECK_EQ(NativeRegExpMacroAssembler::SUCCESS, result);
781 CHECK_EQ(NativeRegExpMacroAssembler::FAILURE, result);
789 ArchRegExpMacroAssembler m(NativeRegExpMacroAssembler::UC16, 4);
814 NativeRegExpMacroAssembler::Result result
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 43 class RegExpMacroAssemblerARM: public NativeRegExpMacroAssembler {
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 42 class RegExpMacroAssemblerIA32: public NativeRegExpMacroAssembler {
codegen-ia32.cc     [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 36 class RegExpMacroAssemblerX64: public NativeRegExpMacroAssembler {
codegen-x64.cc     [all...]

Completed in 81 milliseconds