Home | History | Annotate | Download | only in src

Lines Matching refs:blocks

525   // parallel recompilation queue, containing a list of blocks.  Each block
528 // We iterate through all the blocks to see whether the argument handle
529 // belongs to one of the blocks. If so, it is deferred.
533 List<Object**>* blocks = &deferred->blocks_;
534 for (int i = 0; i < blocks->length(); i++) {
536 : blocks->at(i) + kHandleBlockSize;
537 if (blocks->at(i) <= handle && handle < block_limit) return true;
1453 // There should be no try-catch blocks as they would prohibit us from