Home
last modified time | relevance | path

Searched refs:indexes2 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dsafepoint-table.cc270 ZoneChunkList<int>* indexes2 = info2.indexes; in IsIdenticalExceptForPc() local
271 if (indexes1->size() != indexes2->size()) return false; in IsIdenticalExceptForPc()
272 if (!std::equal(indexes1->begin(), indexes1->end(), indexes2->begin())) { in IsIdenticalExceptForPc()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c918 LLVMValueRef indexes2) in build_gather() argument
927 if (indexes2) in build_gather()
951 if (indexes2) in build_gather()
952 indexes2 = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes2); in build_gather()
958 for (i = 0; i < bld->type.length * (indexes2 ? 2 : 1); i++) { in build_gather()
964 if (indexes2) in build_gather()
969 if (indexes2 && (i & 1)) { in build_gather()
971 indexes2, si, ""); in build_gather()
984 if (indexes2) { in build_gather()