Home
last modified time | relevance | path

Searched refs:can_cache (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c581 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()
DsljitNativeMIPS_common.c846 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()
DsljitNativeTILEGX_64.c1314 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/
Dintl-objects.cc1020 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()
Djs-date-time-format.cc776 bool can_cache = in ToLocaleDateTime() local
778 if (can_cache) { in ToLocaleDateTime()
808 if (can_cache) { in ToLocaleDateTime()