• 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()
421 void RegExpMacroAssemblerIA32::CheckNotBackReference( in CheckNotBackReference()
485 void RegExpMacroAssemblerIA32::CheckNotRegistersEqual(int reg1, in CheckNotRegistersEqual()
494 void RegExpMacroAssemblerIA32::CheckNotCharacter(uint32_t c, in CheckNotCharacter()
501 void RegExpMacroAssemblerIA32::CheckCharacterAfterAnd(uint32_t c, in CheckCharacterAfterAnd()
511 void RegExpMacroAssemblerIA32::CheckNotCharacterAfterAnd(uint32_t c, in CheckNotCharacterAfterAnd()
521 void RegExpMacroAssemblerIA32::CheckNotCharacterAfterMinusAnd( in CheckNotCharacterAfterMinusAnd()
534 bool RegExpMacroAssemblerIA32::CheckSpecialCharacterClass(uc16 type, in CheckSpecialCharacterClass()
661 void RegExpMacroAssemblerIA32::Fail() { in Fail()
668 Handle<HeapObject> RegExpMacroAssemblerIA32::GetCode(Handle<String> source) { in GetCode()
894 void RegExpMacroAssemblerIA32::GoTo(Label* to) { in GoTo()
899 void RegExpMacroAssemblerIA32::IfRegisterGE(int reg, in IfRegisterGE()
907 void RegExpMacroAssemblerIA32::IfRegisterLT(int reg, in IfRegisterLT()
915 void RegExpMacroAssemblerIA32::IfRegisterEqPos(int reg, in IfRegisterEqPos()
923 RegExpMacroAssemblerIA32::Implementation() { in Implementation()
928 void RegExpMacroAssemblerIA32::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter()
941 void RegExpMacroAssemblerIA32::PopCurrentPosition() { in PopCurrentPosition()
946 void RegExpMacroAssemblerIA32::PopRegister(int register_index) { in PopRegister()
952 void RegExpMacroAssemblerIA32::PushBacktrack(Label* label) { in PushBacktrack()
958 void RegExpMacroAssemblerIA32::PushCurrentPosition() { in PushCurrentPosition()
963 void RegExpMacroAssemblerIA32::PushRegister(int register_index, in PushRegister()
971 void RegExpMacroAssemblerIA32::ReadCurrentPositionFromRegister(int reg) { in ReadCurrentPositionFromRegister()
976 void RegExpMacroAssemblerIA32::ReadStackPointerFromRegister(int reg) { in ReadStackPointerFromRegister()
981 void RegExpMacroAssemblerIA32::SetCurrentPositionFromEnd(int by) { in SetCurrentPositionFromEnd()
993 void RegExpMacroAssemblerIA32::SetRegister(int register_index, int to) { in SetRegister()
999 void RegExpMacroAssemblerIA32::Succeed() { in Succeed()
1004 void RegExpMacroAssemblerIA32::WriteCurrentPositionToRegister(int reg, in WriteCurrentPositionToRegister()
1015 void RegExpMacroAssemblerIA32::ClearRegisters(int reg_from, int reg_to) { in ClearRegisters()
1024 void RegExpMacroAssemblerIA32::WriteStackPointerToRegister(int reg) { in WriteStackPointerToRegister()
1033 void RegExpMacroAssemblerIA32::CallCheckStackGuardState(Register scratch) { in CallCheckStackGuardState()
1056 int RegExpMacroAssemblerIA32::CheckStackGuardState(Address* return_address, in CheckStackGuardState()
1155 Operand RegExpMacroAssemblerIA32::register_location(int register_index) { in register_location()
1164 void RegExpMacroAssemblerIA32::CheckPosition(int cp_offset, in CheckPosition()
1171 void RegExpMacroAssemblerIA32::BranchOrBacktrack(Condition condition, in BranchOrBacktrack()
1189 void RegExpMacroAssemblerIA32::SafeCall(Label* to) { in SafeCall()
1197 void RegExpMacroAssemblerIA32::SafeReturn() { in SafeReturn()
1204 void RegExpMacroAssemblerIA32::SafeCallTarget(Label* name) { in SafeCallTarget()
1209 void RegExpMacroAssemblerIA32::Push(Register source) { in Push()
1217 void RegExpMacroAssemblerIA32::Push(Immediate value) { in Push()
1224 void RegExpMacroAssemblerIA32::Pop(Register target) { in Pop()
1232 void RegExpMacroAssemblerIA32::CheckPreemption() { in CheckPreemption()
1246 void RegExpMacroAssemblerIA32::CheckStackLimit() { in CheckStackLimit()
1259 void RegExpMacroAssemblerIA32::LoadCurrentCharacterUnchecked(int cp_offset, in LoadCurrentCharacterUnchecked()