HomeSort by relevance Sort by last modified time
    Searched defs:first_output (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 74 bfd_boolean first_output = TRUE; variable
  /external/v8/src/crankshaft/
lithium-allocator.cc 786 LUnallocated* first_output = LUnallocated::cast(first->Output()); local
787 LiveRange* range = LiveRangeFor(first_output->virtual_register());
789 if (first_output->HasFixedPolicy()) {
790 LUnallocated* output_copy = first_output->CopyUnconstrained(
792 bool is_tagged = HasTaggedValue(first_output->virtual_register());
793 AllocateFixed(first_output, gap_index, is_tagged);
796 if (first_output->IsStackSlot()) {
797 range->SetSpillOperand(first_output);
801 chunk_->AddGapMove(gap_index, first_output, output_copy);
814 move->AddMove(first_output, range->GetSpillOperand()
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1715 UnallocatedOperand* first_output = UnallocatedOperand::cast(output); local
1745 first_output); local
    [all...]

Completed in 509 milliseconds