Home | History | Annotate | Download | only in src

Lines Matching full:chunk

600   LChunk* chunk = builder.Build();
601 if (chunk == NULL) return Handle<Code>::null();
605 allocator.Allocate(chunk);
610 LCodeGen generator(chunk, &assembler, info);
613 chunk->MarkEmptyBlocks();
5811 void HTracer::TraceLithium(const char* name, LChunk* chunk) {
5812 Trace(name, chunk->graph(), chunk);
5821 void HTracer::Trace(const char* name, HGraph* graph, LChunk* chunk) {
5861 if (chunk != NULL) {
5904 if (chunk != NULL) {
5909 const ZoneList<LInstruction*>* instructions = chunk->instructions();
6071 LChunk* chunk,
6075 chunk_ = chunk;
6078 chunk_ = allocator->chunk();