Home | History | Annotate | Download | only in x64

Lines Matching full:chunk_

322       chunk_->LookupLiteralRepresentation(op).IsInteger32();
328 chunk_->LookupLiteralRepresentation(op).IsTagged();
333 Handle<Object> value = chunk_->LookupLiteral(op);
334 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
342 Handle<Object> literal = chunk_->LookupLiteral(op);
343 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
1255 LLabel* label = chunk_->GetLabel(i);
1264 right_block = chunk_->LookupDestination(right_block);
1265 left_block = chunk_->LookupDestination(left_block);
1270 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block));
1272 __ j(cc, chunk_->GetAssemblyLabel(left_block));
1274 __ j(cc, chunk_->GetAssemblyLabel(left_block));
1276 __ jmp(chunk_->GetAssemblyLabel(right_block));
1283 int true_block = chunk_->LookupDestination(instr->true_block_id());
1284 int false_block = chunk_->LookupDestination(instr->false_block_id());
1307 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1308 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1349 block = chunk_->LookupDestination(block);
1355 __ j(above_equal, chunk_->GetAssemblyLabel(block));
1357 deferred_stack_check->SetExit(chunk_->GetAssemblyLabel(block));
1359 __ jmp(chunk_->GetAssemblyLabel(block));
1462 int false_block = chunk_->LookupDestination(instr->false_block_id());
1463 int true_block = chunk_->LookupDestination(instr->true_block_id());
1469 __ j(parity_even, chunk_->GetAssemblyLabel(false_block));
1498 int false_block = chunk_->LookupDestination(instr->false_block_id());
1499 int true_block = chunk_->LookupDestination(instr->true_block_id());
1553 int false_block = chunk_->LookupDestination(instr->false_block_id());
1564 chunk_->LookupDestination(instr->true_block_id());
1570 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1571 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1634 int true_block = chunk_->LookupDestination(instr->true_block_id());
1635 int false_block = chunk_->LookupDestination(instr->false_block_id());
1636 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1637 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1662 int true_block = chunk_->LookupDestination(instr->true_block_id());
1663 int false_block = chunk_->LookupDestination(instr->false_block_id());
1718 int true_block = chunk_->LookupDestination(instr->true_block_id());
1719 int false_block = chunk_->LookupDestination(instr->false_block_id());
1721 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1763 int true_block = chunk_->LookupDestination(instr->true_block_id());
1764 int false_block = chunk_->LookupDestination(instr->false_block_id());
1854 int true_block = chunk_->LookupDestination(instr->true_block_id());
1855 int false_block = chunk_->LookupDestination(instr->false_block_id());
1857 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1858 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1893 int true_block = chunk_->LookupDestination(instr->true_block_id());
1894 int false_block = chunk_->LookupDestination(instr->false_block_id());
2038 int true_block = chunk_->LookupDestination(instr->true_block_id());
2039 int false_block = chunk_->LookupDestination(instr->false_block_id());
3799 Handle<Object> literal = chunk_->LookupLiteral(const_op);
3800 Representation r = chunk_->LookupLiteralRepresentation(const_op);
3815 int true_block = chunk_->LookupDestination(instr->true_block_id());
3816 int false_block = chunk_->LookupDestination(instr->false_block_id());
3817 Label* true_label = chunk_->GetAssemblyLabel(true_block);
3818 Label* false_label = chunk_->GetAssemblyLabel(false_block);
3914 int true_block = chunk_->LookupDestination(instr->true_block_id());
3915 int false_block = chunk_->LookupDestination(instr->false_block_id());