Lines Matching refs:chunk
36 // change chunk(s) get recompiled, or their enclosing functions are
504 var chunk = array[chunk_index1];
505 if (pos >= chunk.pos1 + chunk.len1) {
506 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1;
512 return inside_chunk_handler(pos, chunk);
521 // We carelessly do not check whether we stay inside the chunk after
608 var chunk = chunks[chunk_index];
609 pos_diff = chunk.pos2 + chunk.len2 - (chunk.pos1 + chunk.len1);
617 // inner functions. Iterator chunk_it initially points to a chunk that is