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

/external/v8/src/
H A Ddeoptimizer.cc490 int length = data->DeoptPoints();
H A Dobjects.h4038 int DeoptPoints() { return length() / 2; } function in class:v8::internal::DeoptimizationOutputData
H A Dobjects.cc8282 this->DeoptPoints());
8283 if (this->DeoptPoints() == 0) return;
8286 for (int i = 0; i < this->DeoptPoints(); i++) {

Completed in 165 milliseconds