Searched defs:GotoUnless (Results 1 – 3 of 3) sorted by relevance
297 __ GotoUnless(comparison, &arg_count_positive); in Call() local323 __ GotoUnless(condition, &done); in ValueOf() local347 __ GotoUnless(is_js_receiver, &null); in ClassOf() local359 __ GotoUnless(constructor_is_js_function, &non_function_constructor); in ClassOf() local
2205 __ GotoUnless(fast_new_closure, &call_runtime); in DoCreateClosure() local
995 void CodeAssembler::GotoUnless(Node* condition, Label* false_label) { in GotoUnless() function in v8::internal::compiler::CodeAssembler