Home
last modified time | relevance | path

Searched refs:answer_zero (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1030 Label answer_zero(this), answer_not_zero(this); in SmiMul() local
1033 Branch(Word32Equal(answer, zero), &answer_zero, &answer_not_zero); in SmiMul()
1039 BIND(&answer_zero); in SmiMul()