HomeSort by relevance Sort by last modified time
    Searched refs:virtual_register (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
lithium-allocator.cc 616 TraceAlloc("Allocating fixed reg for op %d\n", operand->virtual_register());
688 int index = LUnallocated::cast(operand)->virtual_register();
699 return LiveRangeFor(LUnallocated::cast(operand)->virtual_register());
756 if (LUnallocated::cast(cur_to)->virtual_register() ==
757 LUnallocated::cast(from)->virtual_register()) {
800 LiveRange* range = LiveRangeFor(first_output->virtual_register());
804 bool is_tagged = HasTaggedValue(first_output->virtual_register());
835 bool is_tagged = HasTaggedValue(cur_input->virtual_register());
847 if (RequiredRegisterKind(input_copy->virtual_register()) ==
850 cur_input->virtual_register() - first_artificial_register_
    [all...]
lithium-allocator.h 443 bool HasTaggedValue(int virtual_register) const;
446 RegisterKind RequiredRegisterKind(int virtual_register) const;
lithium.h 175 int virtual_register() const { function in class:v8::internal::LUnallocated
185 result->set_virtual_register(virtual_register());
lithium.cc 43 stream->Add("v%d", unalloc->virtual_register());
hydrogen.cc     [all...]

Completed in 342 milliseconds