Home | History | Annotate | Download | only in arm

Lines Matching full:chunk_

315     Handle<Object> literal = chunk_->LookupLiteral(const_op);
316 Representation r = chunk_->LookupLiteralRepresentation(const_op);
341 Handle<Object> value = chunk_->LookupLiteral(op);
342 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
352 Handle<Object> literal = chunk_->LookupLiteral(const_op);
353 Representation r = chunk_->LookupLiteralRepresentation(const_op);
1384 LLabel* label = chunk_->GetLabel(i);
1393 right_block = chunk_->LookupDestination(right_block);
1394 left_block = chunk_->LookupDestination(left_block);
1399 __ b(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block));
1401 __ b(cc, chunk_->GetAssemblyLabel(left_block));
1403 __ b(cc, chunk_->GetAssemblyLabel(left_block));
1404 __ b(chunk_->GetAssemblyLabel(right_block));
1410 int true_block = chunk_->LookupDestination(instr->true_block_id());
1411 int false_block = chunk_->LookupDestination(instr->false_block_id());
1434 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1435 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1482 block = chunk_->LookupDestination(block);
1489 __ b(hs, chunk_->GetAssemblyLabel(block));
1491 deferred_stack_check->SetExit(chunk_->GetAssemblyLabel(block));
1493 __ jmp(chunk_->GetAssemblyLabel(block));
1587 int false_block = chunk_->LookupDestination(instr->false_block_id());
1588 int true_block = chunk_->LookupDestination(instr->true_block_id());
1596 __ b(vs, chunk_->GetAssemblyLabel(false_block));
1620 int false_block = chunk_->LookupDestination(instr->false_block_id());
1621 int true_block = chunk_->LookupDestination(instr->true_block_id());
1669 int true_block = chunk_->LookupDestination(instr->true_block_id());
1670 int false_block = chunk_->LookupDestination(instr->false_block_id());
1677 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1678 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1747 int true_block = chunk_->LookupDestination(instr->true_block_id());
1748 int false_block = chunk_->LookupDestination(instr->false_block_id());
1749 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1750 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1773 int true_block = chunk_->LookupDestination(instr->true_block_id());
1774 int false_block = chunk_->LookupDestination(instr->false_block_id());
1823 int true_block = chunk_->LookupDestination(instr->true_block_id());
1824 int false_block = chunk_->LookupDestination(instr->false_block_id());
1826 Label* false_label = chunk_->GetAssemblyLabel(false_block);
1868 int true_block = chunk_->LookupDestination(instr->true_block_id());
1869 int false_block = chunk_->LookupDestination(instr->false_block_id());
1962 int true_block = chunk_->LookupDestination(instr->true_block_id());
1963 int false_block = chunk_->LookupDestination(instr->false_block_id());
1965 Label* true_label = chunk_->GetAssemblyLabel(true_block);
1966 Label* false_label = chunk_->GetAssemblyLabel(false_block);
2003 int true_block = chunk_->LookupDestination(instr->true_block_id());
2004 int false_block = chunk_->LookupDestination(instr->false_block_id());
2169 int true_block = chunk_->LookupDestination(instr->true_block_id());
2170 int false_block = chunk_->LookupDestination(instr->false_block_id());
4037 int true_block = chunk_->LookupDestination(instr->true_block_id());
4038 int false_block = chunk_->LookupDestination(instr->false_block_id());
4039 Label* true_label = chunk_->GetAssemblyLabel(true_block);
4040 Label* false_label = chunk_->GetAssemblyLabel(false_block);
4138 int true_block = chunk_->LookupDestination(instr->true_block_id());
4139 int false_block = chunk_->LookupDestination(instr->false_block_id());