Searched defs:comparand (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | regexp-macro-assembler-irregexp.cc | 392 int comparand, in IfRegisterLT() 403 int comparand, in IfRegisterGE()
|
D | regexp-macro-assembler-tracer.cc | 379 int comparand, Label* if_lt) { in IfRegisterLT() 395 int comparand, Label* if_ge) { in IfRegisterGE()
|
/external/v8/src/mips/ |
D | regexp-macro-assembler-mips.cc | 879 int comparand, in IfRegisterGE() 887 int comparand, in IfRegisterLT()
|
/external/v8/src/mips64/ |
D | regexp-macro-assembler-mips64.cc | 925 int comparand, in IfRegisterGE() 933 int comparand, in IfRegisterLT()
|
/external/v8/src/arm/ |
D | regexp-macro-assembler-arm.cc | 863 int comparand, in IfRegisterGE() 872 int comparand, in IfRegisterLT()
|
/external/v8/src/ia32/ |
D | regexp-macro-assembler-ia32.cc | 918 int comparand, in IfRegisterGE() 926 int comparand, in IfRegisterLT()
|
/external/v8/src/x87/ |
D | regexp-macro-assembler-x87.cc | 917 int comparand, in IfRegisterGE() 925 int comparand, in IfRegisterLT()
|
/external/v8/src/x64/ |
D | regexp-macro-assembler-x64.cc | 993 int comparand, in IfRegisterGE() 1001 int comparand, in IfRegisterLT()
|
/external/v8/src/arm64/ |
D | regexp-macro-assembler-arm64.cc | 1055 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() 1062 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
|