Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/x86_64/
Dcode.cc226 with_overflow_(with_overflow == kWithOverflow) {}
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h587 bool with_overflow() const { return with_overflow_; }; in with_overflow()
591 bool with_overflow_; variable