Home
last modified time | relevance | path

Searched refs:should_access_heap (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc131 bool should_access_heap() const { in should_access_heap() function in v8::internal::compiler::ObjectData
775 if (map_data->should_access_heap()) { in GetMapInstanceType()
897 if (should_access_heap()) { \
1141 if (data_->should_access_heap()) { in InitialMapInstanceSizeWithMinSlack()
1355 CHECK(data_->should_access_heap()); in GetFromImmutableFixedDoubleArray()
1373 if (data_->should_access_heap()) { \
1378 if (data_->should_access_heap()) { \
1582 DCHECK(data_->should_access_heap()); in value()
1768 if (data_->should_access_heap()) { in TryGetBooleanValue()
1796 bool ObjectRef::should_access_heap() const { in should_access_heap() function in v8::internal::compiler::ObjectRef
[all …]
Dheap-refs.h248 bool should_access_heap() const;