OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceInt32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/compiler/
machine-operator-reducer.h
35
Reduction ReplaceBool(bool value) { return
ReplaceInt32
(value ? 1 : 0); }
42
Reduction
ReplaceInt32
(int32_t value) {
simplified-operator-reducer.cc
41
return
ReplaceInt32
(0);
44
return
ReplaceInt32
(1);
75
if (m.HasValue()) return
ReplaceInt32
(DoubleToInt32(m.Value()));
118
Reduction SimplifiedOperatorReducer::
ReplaceInt32
(int32_t value) {
Completed in 110 milliseconds