Home | History | Annotate | Download | only in mips

Lines Matching full:chunk_

295     Handle<Object> literal = chunk_->LookupLiteral(const_op);
296 Representation r = chunk_->LookupLiteralRepresentation(const_op);
333 Handle<Object> literal = chunk_->LookupLiteral(const_op);
334 Representation r = chunk_->LookupLiteralRepresentation(const_op);
357 Handle<Object> literal = chunk_->LookupLiteral(op);
358 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
364 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
369 Handle<Object> value = chunk_->LookupLiteral(op);
370 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
378 Handle<Object> value = chunk_->LookupLiteral(op);
386 Handle<Object> literal = chunk_->LookupLiteral(const_op);
387 Representation r = chunk_->LookupLiteralRepresentation(const_op);
1412 LLabel* label = chunk_->GetLabel(i);
1422 right_block = chunk_->LookupDestination(right_block);
1423 left_block = chunk_->LookupDestination(left_block);
1427 __ Branch(chunk_->GetAssemblyLabel(right_block),
1430 __ Branch(chunk_->GetAssemblyLabel(left_block), cc, src1, src2);
1432 __ Branch(chunk_->GetAssemblyLabel(left_block), cc, src1, src2);
1433 __ Branch(chunk_->GetAssemblyLabel(right_block));
1441 right_block = chunk_->LookupDestination(right_block);
1442 left_block = chunk_->LookupDestination(left_block);
1446 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL,
1449 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, cc, src1, src2);
1451 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, cc, src1, src2);
1452 __ Branch(chunk_->GetAssemblyLabel(right_block));
1458 int true_block = chunk_->LookupDestination(instr->true_block_id());
1459 int false_block = chunk_->LookupDestination(instr->false_block_id());
1479 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1480 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1563 block = chunk_->LookupDestination(block);
1566 __ jmp(chunk_->GetAssemblyLabel(block));
1607 int false_block = chunk_->LookupDestination(instr->false_block_id());
1608 int true_block = chunk_->LookupDestination(instr->true_block_id());
1629 __ BranchF(NULL, chunk_->GetAssemblyLabel(false_block), eq,
1659 int false_block = chunk_->LookupDestination(instr->false_block_id());
1660 int true_block = chunk_->LookupDestination(instr->true_block_id());
1668 int true_block = chunk_->LookupDestination(instr->true_block_id());
1669 int false_block = chunk_->LookupDestination(instr->false_block_id());
1680 int false_block = chunk_->LookupDestination(instr->false_block_id());
1690 int true_block = chunk_->LookupDestination(instr->true_block_id());
1702 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1703 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1749 int true_block = chunk_->LookupDestination(instr->true_block_id());
1750 int false_block = chunk_->LookupDestination(instr->false_block_id());
1751 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1752 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1776 int true_block = chunk_->LookupDestination(instr->true_block_id());
1777 int false_block = chunk_->LookupDestination(instr->false_block_id());
1778 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1789 int true_block = chunk_->LookupDestination(instr->true_block_id());
1790 int false_block = chunk_->LookupDestination(instr->false_block_id());
1802 int true_block = chunk_->LookupDestination(instr->true_block_id());
1803 int false_block = chunk_->LookupDestination(instr->false_block_id());
1805 __ JumpIfSmi(input, chunk_->GetAssemblyLabel(false_block));
1835 int true_block = chunk_->LookupDestination(instr->true_block_id());
1836 int false_block = chunk_->LookupDestination(instr->false_block_id());
1871 int true_block = chunk_->LookupDestination(instr->true_block_id());
1872 int false_block = chunk_->LookupDestination(instr->false_block_id());
1874 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1905 int true_block = chunk_->LookupDestination(instr->true_block_id());
1906 int false_block = chunk_->LookupDestination(instr->false_block_id());
1987 int true_block = chunk_->LookupDestination(instr->true_block_id());
1988 int false_block = chunk_->LookupDestination(instr->false_block_id());
1990 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1991 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4701 int true_block = chunk_->LookupDestination(instr->true_block_id());
4702 int false_block = chunk_->LookupDestination(instr->false_block_id());
4703 Label* true_label = chunk_->GetAssemblyLabel(true_block);
4704 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4828 int true_block = chunk_->LookupDestination(instr->true_block_id());
4829 int false_block = chunk_->LookupDestination(instr->false_block_id());