Home
last modified time | relevance | path

Searched refs:LayoutDescriptorHelper (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlayout-descriptor-inl.h224 LayoutDescriptorHelper::LayoutDescriptorHelper(Map* map) in LayoutDescriptorHelper() function
244 bool LayoutDescriptorHelper::IsTagged(int offset_in_bytes) { in IsTagged()
Dlayout-descriptor.h136 class LayoutDescriptorHelper {
138 inline explicit LayoutDescriptorHelper(Map* map);
Dobjects-body-descriptors-inl.h26 LayoutDescriptorHelper helper(obj->map()); in IsValidSlotImpl()
42 LayoutDescriptorHelper helper(obj->map()); in IterateBodyImpl()
65 LayoutDescriptorHelper helper(obj->map()); in IterateBodyImpl()
Dlayout-descriptor.cc190 bool LayoutDescriptorHelper::IsTagged( in IsTagged()