Home
last modified time | relevance | path

Searched refs:has_doubles (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dsafepoint-table.h62 bool has_doubles() const { in has_doubles() function
212 bool has_doubles; member
Dsafepoint-table.cc110 info.has_doubles = (kind & Safepoint::kWithDoubles); in DefineSafepoint()
208 encoding |= SafepointEntry::SaveDoublesField::encode(info.has_doubles); in EncodeExceptPC()
Dframes.cc640 if (safepoint_entry.has_doubles()) { in IterateCompiledFrame()