OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubWithoutOverflow
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
hydrogen-instructions.cc
107
static int32_t
SubWithoutOverflow
(int32_t a, int32_t b, bool* overflow) {
195
lower_ =
SubWithoutOverflow
(lower_, other->upper(), &may_overflow);
196
upper_ =
SubWithoutOverflow
(upper_, other->lower(), &may_overflow);
[
all
...]
/external/chromium_org/v8/src/
hydrogen-instructions.cc
187
static int32_t
SubWithoutOverflow
(Representation r,
296
lower_ =
SubWithoutOverflow
(r, lower_, other->upper(), &may_overflow);
297
upper_ =
SubWithoutOverflow
(r, upper_, other->lower(), &may_overflow);
[
all
...]
Completed in 29 milliseconds