Searched defs:GotoIfNot (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1130 __ GotoIfNot(check, &if_not_in_smi_range); in LowerChangeUint32ToTagged() local 1250 __ GotoIfNot(check, &if_not_smi); in LowerChangeTaggedToInt32() local 1270 __ GotoIfNot(check, &if_not_smi); in LowerChangeTaggedToUint32() local 1294 __ GotoIfNot(check, &if_not_smi); in LowerChangeTaggedToTaggedSigned() local 1315 __ GotoIfNot(check, &if_not_smi); in LowerTruncateTaggedToFloat64() local 1367 __ GotoIfNot(check, &migrate); in LowerCheckMaps() local 1466 __ GotoIfNot(check0, &if_not_smi); in LowerCheckNumber() local 1585 __ GotoIfNot(check0, &if_not_positive); in LowerCheckedInt32Div() local 1904 __ GotoIfNot(check, &if_not_smi); in LowerCheckedTaggedToInt32() local 2014 __ GotoIfNot(check, &if_not_smi); in LowerTruncateTaggedToWord32() local [all …]
|
D | memory-optimizer.cc | 231 __ GotoIfNot(check, &call_runtime); in VisitAllocateRaw() local 284 __ GotoIfNot(check, &call_runtime); in VisitAllocateRaw() local
|
D | graph-assembler.h | 411 void GraphAssembler::GotoIfNot(Node* condition, in GotoIfNot() function
|
D | code-assembler.cc | 1372 void CodeAssembler::GotoIfNot(SloppyTNode<IntegralT> condition, in GotoIfNot() function in v8::internal::compiler::CodeAssembler
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics-generator.cc | 280 __ GotoIfNot(comparison, &arg_count_positive); in Call() local
|