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

/external/chromium_org/v8/src/
H A Dhydrogen.h440 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
441 return uint32_instructions_ != NULL;
445 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
446 return uint32_instructions_;
450 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
451 if (uint32_instructions_ == NULL) {
452 uint32_instructions_
491 ZoneList<HInstruction*>* uint32_instructions_; member in class:v8::internal::FINAL
[all...]
H A Dhydrogen.cc3423 uint32_instructions_(NULL),

Completed in 285 milliseconds