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

/external/chromium_org/v8/test/cctest/
H A Dtest-deoptimization.cc623 const char* g1_source = "function g1(x) { x.y = 1; };"; local
652 CompileRun(g1_source);
666 CompileRun(g1_source);
714 const char* g1_source = "function g1(x) { x.y = 1; };"; local
747 CompileRun(g1_source);
761 CompileRun(g1_source);

Completed in 94 milliseconds