HomeSort by relevance Sort by last modified time
    Searched refs:uint32_instructions_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
hydrogen.h 440 ASSERT(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
441 return uint32_instructions_ != NULL;
445 ASSERT(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
446 return uint32_instructions_;
450 ASSERT(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
451 if (uint32_instructions_ == NULL) {
452 uint32_instructions_ = new(zone()) ZoneList<HInstruction*>(4, zone())
483 ZoneList<HInstruction*>* uint32_instructions_; member in class:v8::internal::HGraph
    [all...]
hydrogen.cc     [all...]

Completed in 599 milliseconds