Home | History | Annotate | Download | only in src

Lines Matching refs:IsDouble

1857     if (new_desc->GetDetails(i).representation().IsDouble() !=
1858 old_desc->GetDetails(i).representation().IsDouble()) {
1954 if (details.representation().IsDouble()) {
1973 if (details.representation().IsDouble()) {
2016 if (!old_details.representation().IsDouble() &&
2017 details.representation().IsDouble()) {
2022 } else if (old_details.representation().IsDouble() &&
2023 !details.representation().IsDouble()) {
2026 DCHECK(!(details.representation().IsDouble() && value->IsSmi()));
2036 if (details.representation().IsDouble()) {
2397 !new_representation.IsDouble()) {
3763 if (details.representation().IsDouble()) {
4207 if (details.representation().IsDouble()) {
6343 if (descs->GetDetails(i).representation().IsDouble()) {