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 85 bool has_doubles() const { function in class:v8::internal::BASE_EMBEDDED
231 bool has_doubles;
safepoint-table.cc 133 info.has_doubles = (kind & Safepoint::kWithDoubles);
238 encoding |= SafepointEntry::SaveDoublesField::encode(info.has_doubles);
frames.cc 637 if (safepoint_entry.has_doubles()) {
    [all...]

Completed in 135 milliseconds