Searched refs:TestRunOobCheckedLoad (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-run-load-store.cc409 void TestRunOobCheckedLoad(bool length_is_immediate) { function in namespace:v8::internal::compiler
457 TEST(RunOobCheckedLoad) { TestRunOobCheckedLoad(false); }
459 TEST(RunOobCheckedLoadImm) { TestRunOobCheckedLoad(true); }

Completed in 246 milliseconds