Searched refs:GotoUnless (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Deffect-control-linearizer.cc900 __ GotoUnless(check, &if_not_in_smi_range);
948 __ GotoUnless(
988 __ GotoUnless(check, &if_not_smi);
1008 __ GotoUnless(check, &if_not_smi);
1032 __ GotoUnless(check, &if_not_smi);
1053 __ GotoUnless(check, &if_not_smi);
1096 __ GotoUnless(check, &migrate);
1173 __ GotoUnless(check0, &if_not_smi);
1275 __ GotoUnless(check0, &if_not_positive);
1552 __ GotoUnless(chec
[all...]
H A Dgraph-assembler.h302 // {GotoUnless(c, l)} is equivalent to {Branch(c, templ, l);Bind(templ)}.
304 void GotoUnless(Node* condition, LabelType* label, vars...);
417 void GraphAssembler::GotoUnless(Node* condition, LabelType* label, function in class:v8::internal::compiler::GraphAssembler
H A Dmemory-optimizer.cc215 __ GotoUnless(check, &call_runtime);
267 __ GotoUnless(check, &call_runtime);

Completed in 126 milliseconds