Searched refs:ApplyForwarding (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-jump-threading.cc | 609 void ApplyForwarding(TestCode& code, int size, int* forward) { in ApplyForwarding() function 614 JumpThreading::ApplyForwarding(vector, &code.sequence_); in ApplyForwarding() 666 ApplyForwarding(code, 3, forward); in TEST() 689 ApplyForwarding(code, 4, forward); in TEST() 715 ApplyForwarding(code, 4, forward); in TEST() 740 ApplyForwarding(code, 5, forward); in TEST()
|
/external/v8/src/compiler/ |
D | jump-threading.h | 25 static void ApplyForwarding(ZoneVector<RpoNumber>& forwarding,
|
D | jump-threading.cc | 133 void JumpThreading::ApplyForwarding(ZoneVector<RpoNumber>& result, in ApplyForwarding() function in v8::internal::compiler::JumpThreading
|
D | pipeline.cc | 985 JumpThreading::ApplyForwarding(result, data->sequence()); in Run()
|