Searched defs:GotoIf (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 855 __ GotoIf(value, &if_true); in LowerChangeBitToTagged() local 882 __ GotoIf(ovf, &if_overflow); in LowerChangeInt32ToTagged() local 937 __ GotoIf(check_smi, &if_smi); in LowerTruncateTaggedToBit() local 1099 __ GotoIf(check, &done); in LowerCheckMaps() local 1138 __ GotoIf(check, &done); in LowerCheckMaps() local 1157 __ GotoIf(check, &done); in LowerCheckMaps() local 1295 __ GotoIf(check1, &if_is_minint); in LowerCheckedInt32Div() local 1352 __ GotoIf(check0, &if_rhs_not_positive); in LowerCheckedInt32Mod() local 1372 __ GotoIf(check1, &if_lhs_negative); in LowerCheckedInt32Mod() local 1381 __ GotoIf(check2, &if_power_of_two); in LowerCheckedInt32Mod() local [all …]
|
D | graph-assembler.h | 404 void GraphAssembler::GotoIf(Node* condition, LabelType* label, Vars... vars) { in GotoIf() function
|
D | code-assembler.cc | 658 void CodeAssembler::GotoIf(Node* condition, Label* true_label) { in GotoIf() function in v8::internal::compiler::CodeAssembler
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics.cc | 343 __ GotoIf(comparison, &match); in AbortIfArgCountMismatch() local
|