/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 394 int comparand, Label* if_lt) { in IfRegisterLT() argument 396 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT() 397 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 | 90 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/valgrind/none/tests/s390x/ |
D | clij.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
D | cgij.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
D | clgij.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
D | cij.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
D | clgrj.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
D | cgrj.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
D | crj.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
D | clrj.c | 12 void if_lt(void) { printf("less than\n"); } in if_lt() function
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.h | 66 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.h | 67 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 61 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
/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 | 915 Label* if_lt) { in IfRegisterLT() argument 918 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);
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.h | 67 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.h | 60 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-s390.cc | 953 Label* if_lt) { in IfRegisterLT() argument 956 BranchOrBacktrack(lt, 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);
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.h | 68 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-x64.cc | 1030 Label* if_lt) { in IfRegisterLT() argument 1032 BranchOrBacktrack(less, if_lt); in IfRegisterLT()
|
/external/smali/dexlib2/src/main/ragel/ |
D | Opcodes.rl | 53 define if_lt 52
|