Searched refs:first_slot_index_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Ddeoptimizer.cc3199 : current_slot_(0), args_length_(-1), first_slot_index_(-1) {
3234 first_slot_index_ = slot_refs_.length();
3252 first_slot_index_ = slot_refs_.length();
3265 if (first_slot_index_ >= 0) {
3349 while (current_slot_ < first_slot_index_) {
3352 CHECK_EQ(current_slot_, first_slot_index_);
H A Ddeoptimizer.h866 int first_slot_index_; member in class:v8::internal::BASE_EMBEDDED

Completed in 113 milliseconds