OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_rep
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
hydrogen-instructions.h
855
virtual void UpdateRepresentation(Representation
new_rep
,
[
all
...]
hydrogen-instructions.cc
62
Representation
new_rep
= RepresentationFromInputs();
local
63
UpdateRepresentation(
new_rep
, h_infer, "inputs");
64
new_rep
= RepresentationFromUses();
65
UpdateRepresentation(
new_rep
, h_infer, "uses");
105
void HValue::UpdateRepresentation(Representation
new_rep
,
109
if (
new_rep
.is_more_general_than(r)) {
110
if (CheckFlag(kCannotBeTagged) &&
new_rep
.IsTagged()) return;
113
id(), Mnemonic(), r.Mnemonic(),
new_rep
.Mnemonic(), reason);
115
ChangeRepresentation(
new_rep
);
2968
Representation
new_rep
= RepresentationFromInputs();
local
3035
Representation
new_rep
= RepresentationFromInputs();
local
4478
Representation
new_rep
= RepresentationFromInputs();
local
[
all
...]
Completed in 100 milliseconds