/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 411 int comparand, Label* if_ge) { in IfRegisterGE() argument 413 register_index, comparand, LabelToInt(if_ge)); in IfRegisterGE() 414 assembler_->IfRegisterGE(register_index, comparand, if_ge); in IfRegisterGE()
|
D | regexp-macro-assembler-tracer.h | 60 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-irregexp.h | 92 virtual void IfRegisterGE(int register_index, int comparand, Label* if_ge);
|
D | regexp-macro-assembler.h | 127 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge) = 0;
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.h | 58 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-s390.cc | 944 Label* if_ge) { in IfRegisterGE() argument 947 BranchOrBacktrack(ge, if_ge); in IfRegisterGE()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.h | 65 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-ia32.cc | 955 Label* if_ge) { in IfRegisterGE() argument 957 BranchOrBacktrack(greater_equal, if_ge); in IfRegisterGE()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.h | 67 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-arm.cc | 904 Label* if_ge) { in IfRegisterGE() argument 907 BranchOrBacktrack(ge, if_ge); in IfRegisterGE()
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.h | 66 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-mips64.cc | 961 Label* if_ge) { in IfRegisterGE() argument 963 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 59 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-ppc.cc | 950 Label* if_ge) { in IfRegisterGE() argument 953 BranchOrBacktrack(ge, if_ge); in IfRegisterGE()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.h | 66 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-mips.cc | 923 Label* if_ge) { in IfRegisterGE() argument 925 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.h | 68 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-x64.cc | 1024 Label* if_ge) { in IfRegisterGE() argument 1026 BranchOrBacktrack(greater_equal, if_ge); in IfRegisterGE()
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.h | 72 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-arm64.cc | 1090 Label* if_ge) { in IfRegisterGE() argument 1092 CompareAndBranchOrBacktrack(to_compare, comparand, ge, if_ge); in IfRegisterGE()
|
/external/smali/dexlib2/src/main/ragel/ |
D | Opcodes.rl | 54 define if_ge 53
|