Home
last modified time | relevance | path

Searched defs:GotoUnless (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc297 __ GotoUnless(comparison, &arg_count_positive); in Call() local
323 __ GotoUnless(condition, &done); in ValueOf() local
347 __ GotoUnless(is_js_receiver, &null); in ClassOf() local
359 __ GotoUnless(constructor_is_js_function, &non_function_constructor); in ClassOf() local
Dinterpreter.cc2205 __ GotoUnless(fast_new_closure, &call_runtime); in DoCreateClosure() local
/external/v8/src/compiler/
Dcode-assembler.cc995 void CodeAssembler::GotoUnless(Node* condition, Label* false_label) { in GotoUnless() function in v8::internal::compiler::CodeAssembler