Lines Matching refs:Representation
56 const char* Representation::Mnemonic() const {
78 void HValue::AssumeRepresentation(Representation r) {
1231 Representation rep = value->RequiredInputRepresentation(it.index());
1239 for (int i = 0; i < Representation::kNumRepresentations; i++) {
1246 for (int i = 0; i < Representation::kNumRepresentations; i++) {
1286 HConstant::HConstant(Handle<Object> handle, Representation r)
1305 HConstant* HConstant::CopyToRepresentation(Representation r) const {
1316 Representation::Integer32());
1489 void HCompareIDAndBranch::SetInputRepresentation(Representation r) {
1534 set_representation(Representation::Tagged());
2094 Representation::Integer32())
2097 Representation::Double())
2260 Representation HPhi::InferredRepresentation() {
2268 Representation hint = hint_value->representation();
2284 return Representation::Tagged();
2287 return Representation::Tagged();
2292 if (double_occurred) return Representation::Double();
2294 if (int32_occurred) return Representation::Integer32();
2296 return Representation::None();