Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h443 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty()); in has_uint32_instructions()
444 return uint32_instructions_ != NULL; in has_uint32_instructions()
448 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty()); in uint32_instructions()
449 return uint32_instructions_; in uint32_instructions()
453 DCHECK(uint32_instructions_ == NULL || !uint32_instructions_->is_empty()); in RecordUint32Instruction()
454 if (uint32_instructions_ == NULL) { in RecordUint32Instruction()
455 uint32_instructions_ = new(zone()) ZoneList<HInstruction*>(4, zone()); in RecordUint32Instruction()
457 uint32_instructions_->Add(instr, zone()); in RecordUint32Instruction()
496 ZoneList<HInstruction*>* uint32_instructions_; variable
Dhydrogen.cc3787 uint32_instructions_(NULL), in HGraph()