Searched defs:f1_source (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-deoptimization.cc541 const char* f1_source = "function f1(x) { return x.y; };"; local
569 CompileRun(f1_source);
582 CompileRun(f1_source);
621 const char* f1_source = "function f1(x) { return x.y; };"; local
653 CompileRun(f1_source);
666 CompileRun(f1_source);
/external/v8/test/cctest/
H A Dtest-deoptimization.cc537 const char* f1_source = "function f1(x) { return x.y; };"; local
565 CompileRun(f1_source);
578 CompileRun(f1_source);
617 const char* f1_source = "function f1(x) { return x.y; };"; local
649 CompileRun(f1_source);
662 CompileRun(f1_source);

Completed in 90 milliseconds