Lines Matching refs:InstructionBlock
799 class InstructionBlock; variable
945 InstructionBlock* block() const { return block_; } in block()
946 void set_block(InstructionBlock* block) { in set_block()
977 InstructionBlock* block_;
1244 class V8_EXPORT_PRIVATE InstructionBlock final
1247 InstructionBlock(Zone* zone, RpoNumber rpo_number, RpoNumber loop_header, in NON_EXPORTED_BASE()
1330 const InstructionBlock* block_;
1343 typedef ZoneVector<InstructionBlock*> InstructionBlocks;
1374 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) { in NON_EXPORTED_BASE()
1378 int LastLoopInstructionIndex(const InstructionBlock* block) { in NON_EXPORTED_BASE()
1383 const InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const { in NON_EXPORTED_BASE()
1387 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()
1525 InstructionBlock* current_block_; in NON_EXPORTED_BASE()