Lines Matching full:chunk_
310 Handle<Object> value = chunk_->LookupLiteral(op);
311 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
319 Handle<Object> literal = chunk_->LookupLiteral(op);
320 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
326 Handle<Object> value = chunk_->LookupLiteral(op);
332 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
503 chunk_->LookupLiteral(LConstantOperand::cast(context));
1393 LLabel* label = chunk_->GetLabel(i);
1402 right_block = chunk_->LookupDestination(right_block);
1403 left_block = chunk_->LookupDestination(left_block);
1408 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block));
1410 __ j(cc, chunk_->GetAssemblyLabel(left_block));
1412 __ j(cc, chunk_->GetAssemblyLabel(left_block));
1413 __ jmp(chunk_->GetAssemblyLabel(right_block));
1419 int true_block = chunk_->LookupDestination(instr->true_block_id());
1420 int false_block = chunk_->LookupDestination(instr->false_block_id());
1443 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1444 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1533 block = chunk_->LookupDestination(block);
1536 __ jmp(chunk_->GetAssemblyLabel(block));
1577 int false_block = chunk_->LookupDestination(instr->false_block_id());
1578 int true_block = chunk_->LookupDestination(instr->true_block_id());
1594 __ j(parity_even, chunk_->GetAssemblyLabel(false_block));
1614 int false_block = chunk_->LookupDestination(instr->false_block_id());
1615 int true_block = chunk_->LookupDestination(instr->true_block_id());
1624 int true_block = chunk_->LookupDestination(instr->true_block_id());
1625 int false_block = chunk_->LookupDestination(instr->false_block_id());
1634 int false_block = chunk_->LookupDestination(instr->false_block_id());
1644 int true_block = chunk_->LookupDestination(instr->true_block_id());
1655 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1656 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1699 int true_block = chunk_->LookupDestination(instr->true_block_id());
1700 int false_block = chunk_->LookupDestination(instr->false_block_id());
1701 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1702 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1725 int true_block = chunk_->LookupDestination(instr->true_block_id());
1726 int false_block = chunk_->LookupDestination(instr->false_block_id());
1727 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1738 int true_block = chunk_->LookupDestination(instr->true_block_id());
1739 int false_block = chunk_->LookupDestination(instr->false_block_id());
1750 int true_block = chunk_->LookupDestination(instr->true_block_id());
1751 int false_block = chunk_->LookupDestination(instr->false_block_id());
1754 __ JumpIfSmi(input, chunk_->GetAssemblyLabel(false_block));
1784 int true_block = chunk_->LookupDestination(instr->true_block_id());
1785 int false_block = chunk_->LookupDestination(instr->false_block_id());
1821 int true_block = chunk_->LookupDestination(instr->true_block_id());
1822 int false_block = chunk_->LookupDestination(instr->false_block_id());
1824 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1850 int true_block = chunk_->LookupDestination(instr->true_block_id());
1851 int false_block = chunk_->LookupDestination(instr->false_block_id());
1931 int true_block = chunk_->LookupDestination(instr->true_block_id());
1932 int false_block = chunk_->LookupDestination(instr->false_block_id());
1934 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1935 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4655 int true_block = chunk_->LookupDestination(instr->true_block_id());
4656 int false_block = chunk_->LookupDestination(instr->false_block_id());
4657 Label* true_label = chunk_->GetAssemblyLabel(true_block);
4658 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4739 int true_block = chunk_->LookupDestination(instr->true_block_id());
4740 int false_block = chunk_->LookupDestination(instr->false_block_id());