Lines Matching refs:CurrentBlock
93 schedule()->AddGoto(CurrentBlock(), Use(label)); in Goto()
104 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val)); in Branch()
112 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
138 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()
145 schedule()->AddReturn(CurrentBlock(), ret); in Return()
152 schedule()->AddReturn(CurrentBlock(), ret); in Return()
159 schedule()->AddReturn(CurrentBlock(), ret); in Return()
166 schedule()->AddReturn(CurrentBlock(), ret); in Return()
176 schedule()->AddReturn(CurrentBlock(), ret); in Return()
184 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn()
191 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn()
199 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn()
207 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn()
219 schedule()->AddThrow(CurrentBlock(), ret); in Unreachable()
250 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN()
478 os << CurrentBlock(); in PrintCurrentBlock()
485 CurrentBlock()->set_debug_info(debug_info); in SetInitialDebugInformation()
489 BasicBlock* RawMachineAssembler::CurrentBlock() { in CurrentBlock() function in v8::internal::compiler::RawMachineAssembler
515 schedule()->AddNode(CurrentBlock(), node); in AddNode()