Lines Matching full:chunk_
325 Handle<Object> literal = chunk_->LookupLiteral(const_op);
326 Representation r = chunk_->LookupLiteralRepresentation(const_op);
363 Handle<Object> literal = chunk_->LookupLiteral(const_op);
364 Representation r = chunk_->LookupLiteralRepresentation(const_op);
389 Handle<Object> literal = chunk_->LookupLiteral(op);
390 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
396 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
401 Handle<Object> value = chunk_->LookupLiteral(op);
402 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
410 Handle<Object> value = chunk_->LookupLiteral(op);
418 Handle<Object> literal = chunk_->LookupLiteral(const_op);
419 Representation r = chunk_->LookupLiteralRepresentation(const_op);
1572 LLabel* label = chunk_->GetLabel(i);
1581 right_block = chunk_->LookupDestination(right_block);
1582 left_block = chunk_->LookupDestination(left_block);
1587 __ b(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block));
1589 __ b(cc, chunk_->GetAssemblyLabel(left_block));
1591 __ b(cc, chunk_->GetAssemblyLabel(left_block));
1592 __ b(chunk_->GetAssemblyLabel(right_block));
1598 int true_block = chunk_->LookupDestination(instr->true_block_id());
1599 int false_block = chunk_->LookupDestination(instr->false_block_id());
1625 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1626 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1713 block = chunk_->LookupDestination(block);
1716 __ jmp(chunk_->GetAssemblyLabel(block));
1757 int false_block = chunk_->LookupDestination(instr->false_block_id());
1758 int true_block = chunk_->LookupDestination(instr->true_block_id());
1776 __ b(vs, chunk_->GetAssemblyLabel(false_block));
1798 int false_block = chunk_->LookupDestination(instr->false_block_id());
1799 int true_block = chunk_->LookupDestination(instr->true_block_id());
1808 int true_block = chunk_->LookupDestination(instr->true_block_id());
1809 int false_block = chunk_->LookupDestination(instr->false_block_id());
1819 int false_block = chunk_->LookupDestination(instr->false_block_id());
1829 int true_block = chunk_->LookupDestination(instr->true_block_id());
1841 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1842 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1889 int true_block = chunk_->LookupDestination(instr->true_block_id());
1890 int false_block = chunk_->LookupDestination(instr->false_block_id());
1891 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1892 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1915 int true_block = chunk_->LookupDestination(instr->true_block_id());
1916 int false_block = chunk_->LookupDestination(instr->false_block_id());
1917 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1927 int true_block = chunk_->LookupDestination(instr->true_block_id());
1928 int false_block = chunk_->LookupDestination(instr->false_block_id());
1940 int true_block = chunk_->LookupDestination(instr->true_block_id());
1941 int false_block = chunk_->LookupDestination(instr->false_block_id());
1943 __ JumpIfSmi(input, chunk_->GetAssemblyLabel(false_block));
1973 int true_block = chunk_->LookupDestination(instr->true_block_id());
1974 int false_block = chunk_->LookupDestination(instr->false_block_id());
2010 int true_block = chunk_->LookupDestination(instr->true_block_id());
2011 int false_block = chunk_
2013 Label* false_label = chunk_->GetAssemblyLabel(false_block);
2040 int true_block = chunk_->LookupDestination(instr->true_block_id());
2041 int false_block = chunk_->LookupDestination(instr->false_block_id());
2123 int true_block = chunk_->LookupDestination(instr->true_block_id());
2124 int false_block = chunk_->LookupDestination(instr->false_block_id());
2126 Label* true_label = chunk_->GetAssemblyLabel(true_block);
2127 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4803 chunk_->LookupDestination(instr->true_block_id());
4804 int false_block = chunk_->LookupDestination(instr->false_block_id());
4805 Label* true_label = chunk_->GetAssemblyLabel(true_block);
4806 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4893 int true_block = chunk_->LookupDestination(instr->true_block_id());
4894 int false_block = chunk_->LookupDestination(instr->false_block_id());