/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 385 int comparand, Label* if_lt) { in IfRegisterLT() argument 387 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT() 388 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT()
|
D | regexp-macro-assembler-tracer.h | 53 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
D | regexp-bytecode-generator.h | 74 void IfRegisterLT(int register_index, int comparand, Label* if_lt) override;
|
D | regexp-macro-assembler.h | 139 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 | 985 Label* if_lt) { in IfRegisterLT() argument 988 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 | 959 Label* if_lt) { in IfRegisterLT() argument 961 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 59 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-ppc.cc | 994 Label* if_lt) { in IfRegisterLT() argument 997 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 | 982 Label* if_lt) { in IfRegisterLT() argument 984 BranchOrBacktrack(less, 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 | 995 Label* if_lt) { in IfRegisterLT() argument 997 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.h | 67 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-arm.cc | 944 Label* if_lt) { in IfRegisterLT() argument 947 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);
|
D | regexp-macro-assembler-arm64.cc | 1133 Label* if_lt) { in IfRegisterLT() argument 1135 CompareAndBranchOrBacktrack(to_compare, comparand, lt, if_lt); in IfRegisterLT()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.h | 60 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
D | regexp-macro-assembler-x64.cc | 1044 Label* if_lt) { in IfRegisterLT() argument 1046 BranchOrBacktrack(less, if_lt); in IfRegisterLT()
|
/external/smali/dexlib2/src/main/ragel/ |
D | Opcodes.rl | 53 define if_lt 52
|