Lines Matching full:chunk_
285 Handle<Object> value = chunk_->LookupLiteral(op);
286 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
295 Handle<Object> literal = chunk_->LookupLiteral(const_op);
296 Representation r = chunk_->LookupLiteralRepresentation(const_op);
1259 LLabel* label = chunk_->GetLabel(i);
1268 right_block = chunk_->LookupDestination(right_block);
1269 left_block = chunk_->LookupDestination(left_block);
1274 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block));
1276 __ j(cc, chunk_->GetAssemblyLabel(left_block));
1278 __ j(cc, chunk_->GetAssemblyLabel(left_block));
1279 __ jmp(chunk_->GetAssemblyLabel(right_block));
1285 int true_block = chunk_->LookupDestination(instr->true_block_id());
1286 int false_block = chunk_->LookupDestination(instr->false_block_id());
1305 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1306 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1346 block = chunk_->LookupDestination(block);
1354 __ j(above_equal, chunk_->GetAssemblyLabel(block));
1356 deferred_stack_check->SetExit(chunk_->GetAssemblyLabel(block));
1358 __ jmp(chunk_->GetAssemblyLabel(block));
1453 int false_block = chunk_->LookupDestination(instr->false_block_id());
1454 int true_block = chunk_->LookupDestination(instr->true_block_id());
1460 __ j(parity_even, chunk_->GetAssemblyLabel(false_block));
1487 int false_block = chunk_->LookupDestination(instr->false_block_id());
1488 int true_block = chunk_->LookupDestination(instr->true_block_id());
1539 int true_block = chunk_->LookupDestination(instr->true_block_id());
1540 int false_block = chunk_->LookupDestination(instr->false_block_id());
1546 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1547 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1618 int true_block = chunk_->LookupDestination(instr->true_block_id());
1619 int false_block = chunk_->LookupDestination(instr->false_block_id());
1620 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1621 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1646 int true_block = chunk_->LookupDestination(instr->true_block_id());
1647 int false_block = chunk_->LookupDestination(instr->false_block_id());
1696 int true_block = chunk_->LookupDestination(instr->true_block_id());
1697 int false_block = chunk_->LookupDestination(instr->false_block_id());
1699 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1741 int true_block = chunk_->LookupDestination(instr->true_block_id());
1742 int false_block = chunk_->LookupDestination(instr->false_block_id());
1842 int true_block = chunk_->LookupDestination(instr->true_block_id());
1843 int false_block = chunk_->LookupDestination(instr->false_block_id());
1845 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1846 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1883 int true_block = chunk_->LookupDestination(instr->true_block_id());
1884 int false_block = chunk_->LookupDestination(instr->false_block_id());
2034 int true_block = chunk_->LookupDestination(instr->true_block_id());
2035 int false_block = chunk_->LookupDestination(instr->false_block_id());
3984 int true_block = chunk_->LookupDestination(instr->true_block_id());
3985 int false_block = chunk_->LookupDestination(instr->false_block_id());
3986 Label* true_label = chunk_->GetAssemblyLabel(true_block);
3987 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4086 int true_block = chunk_->LookupDestination(instr->true_block_id());
4087 int false_block = chunk_->LookupDestination(instr->false_block_id());