Searched refs:GetUInt64Slot (Results 1 – 2 of 2) sorted by relevance
407 static uint64_t GetUInt64Slot(Address fp, int slot_index);
2790 uint64_t TranslatedState::GetUInt64Slot(Address fp, int slot_offset) { in GetUInt64Slot() function in v8::internal::TranslatedState2816 return Float64::FromBits(GetUInt64Slot(fp, slot_offset)); in GetDoubleSlot()3387 uint64_t value = GetUInt64Slot(fp, slot_offset); in CreateNextTranslatedValue()