Searched refs:can_cache (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 581 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() function 777 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op() 1131 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in sljit_emit_fop2()
|
D | sljitNativeMIPS_common.c | 846 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() function 1107 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op() 1599 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in sljit_emit_fop2()
|
D | sljitNativeTILEGX_64.c | 1314 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() function 2059 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op()
|
/external/v8/src/objects/ |
D | intl-objects.cc | 1020 bool can_cache = in StringLocaleCompare() local 1022 if (can_cache) { in StringLocaleCompare() 1043 if (can_cache) { in StringLocaleCompare() 1110 bool can_cache = in NumberToLocaleString() local 1112 if (can_cache) { in NumberToLocaleString() 1135 if (can_cache) { in NumberToLocaleString()
|
D | js-date-time-format.cc | 776 bool can_cache = in ToLocaleDateTime() local 778 if (can_cache) { in ToLocaleDateTime() 808 if (can_cache) { in ToLocaleDateTime()
|