• Home
  • Raw
  • Download

Lines Matching refs:RegExpMacroAssemblerIA32

99 RegExpMacroAssemblerIA32::RegExpMacroAssemblerIA32(  in RegExpMacroAssemblerIA32()  function in v8::internal::RegExpMacroAssemblerIA32
117 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()
190 void RegExpMacroAssemblerIA32::CheckNotAtStart(Label* on_not_at_start) { in CheckNotAtStart()
201 void RegExpMacroAssemblerIA32::CheckCharacterLT(uc16 limit, Label* on_less) { in CheckCharacterLT()
207 void RegExpMacroAssemblerIA32::CheckCharacters(Vector<const uc16> str, in CheckCharacters()
287 void RegExpMacroAssemblerIA32::CheckGreedyLoop(Label* on_equal) { in CheckGreedyLoop()
297 void RegExpMacroAssemblerIA32::CheckNotBackReferenceIgnoreCase( in CheckNotBackReferenceIgnoreCase()
418 void RegExpMacroAssemblerIA32::CheckNotBackReference( in CheckNotBackReference()
482 void RegExpMacroAssemblerIA32::CheckNotRegistersEqual(int reg1, in CheckNotRegistersEqual()
491 void RegExpMacroAssemblerIA32::CheckNotCharacter(uint32_t c, in CheckNotCharacter()
498 void RegExpMacroAssemblerIA32::CheckCharacterAfterAnd(uint32_t c, in CheckCharacterAfterAnd()
508 void RegExpMacroAssemblerIA32::CheckNotCharacterAfterAnd(uint32_t c, in CheckNotCharacterAfterAnd()
518 void RegExpMacroAssemblerIA32::CheckNotCharacterAfterMinusAnd( in CheckNotCharacterAfterMinusAnd()
531 bool RegExpMacroAssemblerIA32::CheckSpecialCharacterClass(uc16 type, in CheckSpecialCharacterClass()
658 void RegExpMacroAssemblerIA32::Fail() { in Fail()
665 Handle<HeapObject> RegExpMacroAssemblerIA32::GetCode(Handle<String> source) { in GetCode()
886 void RegExpMacroAssemblerIA32::GoTo(Label* to) { in GoTo()
891 void RegExpMacroAssemblerIA32::IfRegisterGE(int reg, in IfRegisterGE()
899 void RegExpMacroAssemblerIA32::IfRegisterLT(int reg, in IfRegisterLT()
907 void RegExpMacroAssemblerIA32::IfRegisterEqPos(int reg, in IfRegisterEqPos()
915 RegExpMacroAssemblerIA32::Implementation() { in Implementation()
920 void RegExpMacroAssemblerIA32::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter()
933 void RegExpMacroAssemblerIA32::PopCurrentPosition() { in PopCurrentPosition()
938 void RegExpMacroAssemblerIA32::PopRegister(int register_index) { in PopRegister()
944 void RegExpMacroAssemblerIA32::PushBacktrack(Label* label) { in PushBacktrack()
950 void RegExpMacroAssemblerIA32::PushCurrentPosition() { in PushCurrentPosition()
955 void RegExpMacroAssemblerIA32::PushRegister(int register_index, in PushRegister()
963 void RegExpMacroAssemblerIA32::ReadCurrentPositionFromRegister(int reg) { in ReadCurrentPositionFromRegister()
968 void RegExpMacroAssemblerIA32::ReadStackPointerFromRegister(int reg) { in ReadStackPointerFromRegister()
973 void RegExpMacroAssemblerIA32::SetCurrentPositionFromEnd(int by) { in SetCurrentPositionFromEnd()
985 void RegExpMacroAssemblerIA32::SetRegister(int register_index, int to) { in SetRegister()
991 void RegExpMacroAssemblerIA32::Succeed() { in Succeed()
996 void RegExpMacroAssemblerIA32::WriteCurrentPositionToRegister(int reg, in WriteCurrentPositionToRegister()
1007 void RegExpMacroAssemblerIA32::ClearRegisters(int reg_from, int reg_to) { in ClearRegisters()
1016 void RegExpMacroAssemblerIA32::WriteStackPointerToRegister(int reg) { in WriteStackPointerToRegister()
1025 void RegExpMacroAssemblerIA32::CallCheckStackGuardState(Register scratch) { in CallCheckStackGuardState()
1048 int RegExpMacroAssemblerIA32::CheckStackGuardState(Address* return_address, in CheckStackGuardState()
1128 Operand RegExpMacroAssemblerIA32::register_location(int register_index) { in register_location()
1137 void RegExpMacroAssemblerIA32::CheckPosition(int cp_offset, in CheckPosition()
1144 void RegExpMacroAssemblerIA32::BranchOrBacktrack(Condition condition, in BranchOrBacktrack()
1163 void RegExpMacroAssemblerIA32::SafeCall(Label* to) { in SafeCall()
1171 void RegExpMacroAssemblerIA32::SafeReturn() { in SafeReturn()
1178 void RegExpMacroAssemblerIA32::SafeCallTarget(Label* name) { in SafeCallTarget()
1183 void RegExpMacroAssemblerIA32::Push(Register source) { in Push()
1191 void RegExpMacroAssemblerIA32::Push(Immediate value) { in Push()
1198 void RegExpMacroAssemblerIA32::Pop(Register target) { in Pop()
1206 void RegExpMacroAssemblerIA32::CheckPreemption() { in CheckPreemption()
1220 void RegExpMacroAssemblerIA32::CheckStackLimit() { in CheckStackLimit()
1233 void RegExpMacroAssemblerIA32::LoadCurrentCharacterUnchecked(int cp_offset, in LoadCurrentCharacterUnchecked()