Lines Matching refs:CurrentBlock
58 schedule()->AddGoto(CurrentBlock(), Use(label)); in Goto()
67 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val)); in Branch()
92 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()
100 schedule()->AddReturn(CurrentBlock(), ret); in Return()
109 schedule()->AddReturn(CurrentBlock(), ret); in Return()
118 schedule()->AddReturn(CurrentBlock(), ret); in Return()
217 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN()
240 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallRuntime1()
264 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallRuntime2()
352 BasicBlock* RawMachineAssembler::CurrentBlock() { in CurrentBlock() function in v8::internal::compiler::RawMachineAssembler
363 schedule()->AddNode(CurrentBlock(), node); in AddNode()