Searched defs:kInt32DivIsSafe (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator.h107 kInt32DivIsSafe = 1u << 13, enumerator in enum:v8::internal::compiler::final::Flag
251 bool Int32DivIsSafe() const { return flags_ & kInt32DivIsSafe; }

Completed in 115 milliseconds