Searched refs:RegExpMacroAssemblerIA32 (Results 1 – 5 of 5) sorted by relevance
99 RegExpMacroAssemblerIA32::RegExpMacroAssemblerIA32( in RegExpMacroAssemblerIA32() function in v8::internal::RegExpMacroAssemblerIA32117 RegExpMacroAssemblerIA32::~RegExpMacroAssemblerIA32() { in ~RegExpMacroAssemblerIA32()130 int RegExpMacroAssemblerIA32::stack_limit_slack() { in stack_limit_slack()135 void RegExpMacroAssemblerIA32::AdvanceCurrentPosition(int by) { in AdvanceCurrentPosition()142 void RegExpMacroAssemblerIA32::AdvanceRegister(int reg, int by) { in AdvanceRegister()151 void RegExpMacroAssemblerIA32::Backtrack() { in Backtrack()160 void RegExpMacroAssemblerIA32::Bind(Label* label) { in Bind()165 void RegExpMacroAssemblerIA32::CheckCharacter(uint32_t c, Label* on_equal) { in CheckCharacter()171 void RegExpMacroAssemblerIA32::CheckCharacterGT(uc16 limit, Label* on_greater) { in CheckCharacterGT()177 void RegExpMacroAssemblerIA32::CheckAtStart(Label* on_at_start) { in CheckAtStart()[all …]
38 class RegExpMacroAssemblerIA32: public RegExpMacroAssembler {40 RegExpMacroAssemblerIA32() { } in RegExpMacroAssemblerIA32() function41 virtual ~RegExpMacroAssemblerIA32() { } in ~RegExpMacroAssemblerIA32()45 class RegExpMacroAssemblerIA32: public NativeRegExpMacroAssembler {47 RegExpMacroAssemblerIA32(Mode mode, int registers_to_save);48 virtual ~RegExpMacroAssemblerIA32();
1016 function = FUNCTION_ADDR(RegExpMacroAssemblerIA32::CheckStackGuardState); in re_check_stack_guard_state()
5312 RegExpMacroAssemblerIA32 macro_assembler(mode, (data->capture_count + 1) * 2); in Compile()
680 typedef RegExpMacroAssemblerIA32 ArchRegExpMacroAssembler;