Searched defs:IsDehoisted (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h5747 virtual bool IsDehoisted() = 0;
5788 bool IsDehoisted() { return IsDehoistedField::decode(bit_field_); } function in class:v8::HLoadKeyed
5833 if (IsDehoisted() && index_offset() != other_load->index_offset())
6156 bool IsDehoisted() { return is_dehoisted_; } function in class:v8::HStoreKeyed

Completed in 114 milliseconds