Searched refs:CanDeoptAt (Results 1 – 3 of 3) sorted by relevance
394 bool CanDeoptAt(Address pc);
228 bool Code::CanDeoptAt(Address pc) { in CanDeoptAt() function in v8::internal::Code
1892 if (!code.CanDeoptAt(it.frame()->pc())) { in ProcessTopOptimizedFrame()