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

  /external/v8/src/compiler/
jump-threading.h 25 static void ApplyForwarding(ZoneVector<RpoNumber>& forwarding,
jump-threading.cc 133 void JumpThreading::ApplyForwarding(ZoneVector<RpoNumber>& result,
pipeline.cc     [all...]
  /external/v8/test/cctest/compiler/
test-jump-threading.cc 609 void ApplyForwarding(TestCode& code, int size, int* forward) {
614 JumpThreading::ApplyForwarding(vector, &code.sequence_);
666 ApplyForwarding(code, 3, forward);
689 ApplyForwarding(code, 4, forward);
715 ApplyForwarding(code, 4, forward);
740 ApplyForwarding(code, 5, forward);

Completed in 70 milliseconds