Searched defs:GotoIf (Results 1 – 2 of 2) sorted by relevance
350 __ GotoIf(comparison, &match); in AbortIfArgCountMismatch() local
662 void CodeAssembler::GotoIf(Node* condition, Label* true_label) { in GotoIf() function in v8::internal::compiler::CodeAssembler