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