/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 | 91 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/valgrind/none/tests/s390x/ |
D | cgij.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
D | clij.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
D | clgij.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
D | cij.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
D | clgrj.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
D | crj.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
D | clrj.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
D | cgrj.c | 13 void if_ge(void) { printf("greater or equal\n"); } in if_ge() function
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.h | 65 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.h | 59 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
D | regexp-macro-assembler-s390.cc | 946 Label* if_ge) { in IfRegisterGE() argument 949 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 | 926 Label* if_ge) { in IfRegisterGE() argument 928 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.h | 65 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.h | 67 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 60 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
/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 | 963 Label* if_ge) { in IfRegisterGE() argument 965 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.h | 67 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.h | 72 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
|
/external/smali/dexlib2/src/main/ragel/ |
D | Opcodes.rl | 54 define if_ge 53
|