Searched refs:PromoteRepresentation (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-graph-verifier.cc73 MachineRepresentation PromoteRepresentation(MachineRepresentation rep) { function in class:v8::internal::compiler::__anon27586::MachineRepresentationInferrer
102 representation_vector_[node->id()] = PromoteRepresentation(
115 representation_vector_[node->id()] = PromoteRepresentation(
119 representation_vector_[node->id()] = PromoteRepresentation(
129 representation_vector_[node->id()] = PromoteRepresentation(
149 PromoteRepresentation(AtomicStoreRepresentationOf(node->op()));
153 representation_vector_[node->id()] = PromoteRepresentation(
158 PromoteRepresentation(CheckedStoreRepresentationOf(node->op()));
161 representation_vector_[node->id()] = PromoteRepresentation(

Completed in 212 milliseconds