Searched refs:const_pool (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c266 static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size) argument
271 sljit_uw* clear_const_pool = const_pool;
272 sljit_uw* clear_const_pool_end = const_pool + cpool_size;
274 SLJIT_ASSERT(const_pool - code_ptr <= CONST_POOL_ALIGNMENT);
284 diff = const_pool - last_pc_patch;
289 if ((sljit_si)const_pool[ind] < 0) {
290 const_pool[ind] = counter;
295 ind = const_pool[ind];

Completed in 72 milliseconds