Home
last modified time | relevance | path

Searched refs:GetDeoptCount_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dassert-opt-and-deopt.js78 assertEquals(deopt_count, this.GetDeoptCount_(func));
86 assertTrue(this.GetDeoptCount_(func) > 0);
88 assertEquals(0, this.GetDeoptCount_(func));
119 OptTracker.prototype.GetDeoptCount_ = function(func) { method in OptTracker
/external/v8/test/mjsunit/
Dassert-opt-and-deopt.js73 assertEquals(deopt_count, this.GetDeoptCount_(func));
81 assertTrue(this.GetDeoptCount_(func) > 0);
83 assertEquals(0, this.GetDeoptCount_(func));
114 OptTracker.prototype.GetDeoptCount_ = function(func) { method in OptTracker