Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc543 Label answer_zero(this), answer_not_zero(this); in SmiMul() local
546 Branch(Word32Equal(answer, zero), &answer_zero, &answer_not_zero); in SmiMul()
552 Bind(&answer_zero); in SmiMul()