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

  /external/v8/src/crankshaft/
hydrogen.h 445 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
446 return uint32_instructions_ != NULL;
450 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
451 return uint32_instructions_;
455 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty());
456 if (uint32_instructions_ == NULL) {
457 uint32_instructions_ = new(zone()) ZoneList<HInstruction*>(4, zone())
490 ZoneList<HInstruction*>* uint32_instructions_; member in class:v8::internal::final
    [all...]
hydrogen.cc     [all...]

Completed in 591 milliseconds