/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 395 int comparand, Label* if_lt) { in IfRegisterLT() argument 397 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT() 398 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
|
D | regexp-macro-assembler-tracer.h | 61 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-irregexp.h | 91 virtual void IfRegisterLT(int register_index, int comparand, Label* if_lt);
|
D | regexp-macro-assembler.h | 130 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt) = 0;
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.h | 59 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-s390.cc | 951 Label* if_lt) { in IfRegisterLT() argument 954 BranchOrBacktrack(lt, if_lt); in IfRegisterLT()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.h | 66 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-ia32.cc | 963 Label* if_lt) { in IfRegisterLT() argument 965 BranchOrBacktrack(less, if_lt); in IfRegisterLT()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.h | 68 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-arm.cc | 913 Label* if_lt) { in IfRegisterLT() argument 916 BranchOrBacktrack(lt, if_lt); in IfRegisterLT()
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.h | 67 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-mips64.cc | 969 Label* if_lt) { in IfRegisterLT() argument 971 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 60 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-ppc.cc | 958 Label* if_lt) { in IfRegisterLT() argument 961 BranchOrBacktrack(lt, if_lt); in IfRegisterLT()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.h | 67 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-mips.cc | 931 Label* if_lt) { in IfRegisterLT() argument 933 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.h | 69 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-x64.cc | 1032 Label* if_lt) { in IfRegisterLT() argument 1034 BranchOrBacktrack(less, if_lt); in IfRegisterLT()
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.h | 73 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-arm64.cc | 1097 Label* if_lt) { in IfRegisterLT() argument 1099 CompareAndBranchOrBacktrack(to_compare, comparand, lt, if_lt); in IfRegisterLT()
|
/external/smali/dexlib2/src/main/ragel/ |
D | Opcodes.rl | 53 define if_lt 52
|