Lines Matching refs:chunk
693 LChunk* chunk = builder.Build();
694 if (chunk == NULL) return Handle<Code>::null();
696 if (!allocator.Allocate(chunk)) {
704 LCodeGen generator(chunk, &assembler, info);
706 chunk->MarkEmptyBlocks();
7882 void HTracer::TraceLithium(const char* name, LChunk* chunk) {
7883 Trace(name, chunk->graph(), chunk);
7892 void HTracer::Trace(const char* name, HGraph* graph, LChunk* chunk) {
7937 if (chunk != NULL) {
7982 if (chunk != NULL) {
7987 const ZoneList<LInstruction*>* instructions = chunk->instructions();
8153 LChunk* chunk,
8157 chunk_ = chunk;
8160 chunk_ = allocator->chunk();