Searched refs:IsGap (Results 1 – 17 of 17) sorted by relevance
313 if (cur->IsGap()) { in MarkEmptyBlocks()382 return instructions_[index]->IsGap(); in IsGapAt()
214 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()321 bool IsGap() const final { return true; } in IsGap() function324 DCHECK(instr->IsGap()); in cast()
356 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
215 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()326 bool IsGap() const final { return true; } in IsGap() function329 DCHECK(instr->IsGap()); in cast()
327 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()351 !instr->IsGap() && !instr->IsReturn()) { in GenerateBodyInstructionPost()
210 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()318 bool IsGap() const final { return true; } in IsGap() function321 DCHECK(instr->IsGap()); in cast()
260 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
210 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()324 bool IsGap() const final { return true; } in IsGap() function327 DCHECK(instr->IsGap()); in cast()
255 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
213 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()321 bool IsGap() const override { return true; } in IsGap() function324 DCHECK(instr->IsGap()); in cast()
245 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
213 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()321 bool IsGap() const final { return true; } in IsGap() function324 DCHECK(instr->IsGap()); in cast()
235 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
209 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()316 bool IsGap() const override { return true; } in IsGap() function319 DCHECK(instr->IsGap()); in cast()
246 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
224 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()376 bool IsGap() const override { return true; } in IsGap() function379 DCHECK(instr->IsGap()); in cast()
725 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()