OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_rep
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
hydrogen-instructions.cc
83
Representation
new_rep
= RepresentationFromInputs();
local
84
UpdateRepresentation(
new_rep
, h_infer, "inputs");
85
new_rep
= RepresentationFromUses();
86
UpdateRepresentation(
new_rep
, h_infer, "uses");
126
void HValue::UpdateRepresentation(Representation
new_rep
,
130
if (
new_rep
.is_more_general_than(r)) {
131
if (CheckFlag(kCannotBeTagged) &&
new_rep
.IsTagged()) return;
134
id(), Mnemonic(), r.Mnemonic(),
new_rep
.Mnemonic(), reason);
136
ChangeRepresentation(
new_rep
);
2742
Representation
new_rep
= RepresentationFromInputs();
local
2809
Representation
new_rep
= RepresentationFromInputs();
local
4150
Representation
new_rep
= RepresentationFromInputs();
local
[
all
...]
/external/v8/src/
hydrogen.cc
1799
Representation
new_rep
= TryChange(value);
local
[
all
...]
Completed in 33 milliseconds