Home
last modified time | relevance | path

Searched defs:GotoIfNot (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Deffect-control-linearizer.cc1130 __ 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 …]
Dmemory-optimizer.cc231 __ GotoIfNot(check, &call_runtime); in VisitAllocateRaw() local
284 __ GotoIfNot(check, &call_runtime); in VisitAllocateRaw() local
Dgraph-assembler.h411 void GraphAssembler::GotoIfNot(Node* condition, in GotoIfNot() function
Dcode-assembler.cc1372 void CodeAssembler::GotoIfNot(SloppyTNode<IntegralT> condition, in GotoIfNot() function in v8::internal::compiler::CodeAssembler
/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc280 __ GotoIfNot(comparison, &arg_count_positive); in Call() local