HomeSort by relevance Sort by last modified time
    Searched refs:has_doubles (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
safepoint-table.h 62 bool has_doubles() const { function in class:v8::internal::BASE_EMBEDDED
214 bool has_doubles;
safepoint-table.cc 111 info.has_doubles = (kind & Safepoint::kWithDoubles);
209 encoding |= SafepointEntry::SaveDoublesField::encode(info.has_doubles);
frames.cc 828 if (safepoint_entry.has_doubles()) {
    [all...]

Completed in 106 milliseconds