Home
last modified time | relevance | path

Searched refs:IsBlockStart (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
Dtest-instruction.cc202 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()
236 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()
245 CHECK_EQ(true, R.code->InstructionAt(6)->IsBlockStart()); in TEST()
270 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()
/external/chromium_org/v8/src/compiler/
Dinstruction.cc265 os << (instr.IsBlockStart() ? " block-start" : "gap "); in operator <<()
363 if (instruction->IsBlockStart()) { in GetBasicBlock()
Dinstruction.h477 bool IsBlockStart() const { return opcode() == kBlockStartInstruction; } in IsBlockStart() function
611 DCHECK(instr->IsBlockStart()); in cast()
Dcode-generator.cc103 if (instr->IsBlockStart()) { in AssembleInstruction()
Dregister-allocator.cc2041 InstructionAt(pos.InstructionIndex())->IsBlockStart(); in IsBlockBoundary()