OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_infer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
hydrogen-instructions.cc
81
void HValue::InferRepresentation(HInferRepresentationPhase*
h_infer
) {
84
UpdateRepresentation(new_rep,
h_infer
, "inputs");
86
UpdateRepresentation(new_rep,
h_infer
, "uses");
89
Representation::Integer32(),
h_infer
, "use requirements");
local
127
HInferRepresentationPhase*
h_infer
,
137
AddDependantsToWorklist(
h_infer
);
142
void HValue::AddDependantsToWorklist(HInferRepresentationPhase*
h_infer
) {
144
h_infer
->AddToWorklist(it.value());
147
h_infer
->AddToWorklist(OperandAt(i));
930
void HBoundsCheck::InferRepresentation(HInferRepresentationPhase*
h_infer
) {
2747
Representation::Integer32(),
h_infer
, "use requirements");
local
[
all
...]
hydrogen-instructions.h
848
virtual void InferRepresentation(HInferRepresentationPhase*
h_infer
);
942
HInferRepresentationPhase*
h_infer
,
[
all
...]
Completed in 59 milliseconds