Lines Matching refs:InstructionBlock
800 class InstructionBlock; variable
951 InstructionBlock* block() const { return block_; } in block()
952 void set_block(InstructionBlock* block) { in set_block()
983 InstructionBlock* block_;
1372 class V8_EXPORT_PRIVATE InstructionBlock final
1375 InstructionBlock(Zone* zone, RpoNumber rpo_number, RpoNumber loop_header, in NON_EXPORTED_BASE()
1458 const InstructionBlock* block_;
1472 typedef ZoneVector<InstructionBlock*> InstructionBlocks;
1503 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) { in NON_EXPORTED_BASE()
1507 int LastLoopInstructionIndex(const InstructionBlock* block) { in NON_EXPORTED_BASE()
1512 const InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const { in NON_EXPORTED_BASE()
1516 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()
1659 InstructionBlock* current_block_; in NON_EXPORTED_BASE()