Searched refs:GetDeoptCount_ (Results 1 – 2 of 2) sorted by relevance
78 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
73 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