Home
last modified time | relevance | path

Searched defs:GotoIf (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Deffect-control-linearizer.cc1054 __ GotoIf(ovf, &if_heapnumber); in LowerChangeFloat64ToTagged() local
1082 __ GotoIf(value, &if_true); in LowerChangeBitToTagged() local
1110 __ GotoIf(ovf, &if_overflow); in LowerChangeInt32ToTagged() local
1219 __ GotoIf(ObjectIsSmi(value), &if_smi); in LowerTruncateTaggedToBit() local
1370 __ GotoIf(check, &done); in LowerCheckMaps() local
1410 __ GotoIf(check, &done); in LowerCheckMaps() local
1429 __ GotoIf(check, &done); in LowerCheckMaps() local
1607 __ GotoIf(check1, &if_is_minint); in LowerCheckedInt32Div() local
1699 __ GotoIf(check0, &if_rhs_not_positive); in LowerCheckedInt32Mod() local
1794 __ GotoIf(check_zero, &if_zero); in LowerCheckedInt32Mul() local
[all …]
Dgraph-assembler.h396 void GraphAssembler::GotoIf(Node* condition, in GotoIf() function
Dcode-assembler.cc1365 void CodeAssembler::GotoIf(SloppyTNode<IntegralT> condition, in GotoIf() function in v8::internal::compiler::CodeAssembler
/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc407 __ GotoIf(comparison, &match); in AbortIfArgCountMismatch() local