OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:right_constant
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
code-assembler.cc
331
intptr_t
right_constant
;
local
332
bool is_right_constant = ToIntPtrConstant(right,
right_constant
);
335
return IntPtrConstant(left_constant +
right_constant
);
341
if (
right_constant
== 0) {
351
intptr_t
right_constant
;
local
352
bool is_right_constant = ToIntPtrConstant(right,
right_constant
);
355
return IntPtrConstant(left_constant -
right_constant
);
358
if (
right_constant
== 0) {
/art/compiler/optimizing/
bounds_check_elimination.cc
66
// Return true if instruction can be expressed as "left_instruction +
right_constant
".
69
/* out */ int32_t*
right_constant
) {
90
*
right_constant
= right_so_far;
[
all
...]
Completed in 106 milliseconds