Home
last modified time | relevance | path

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

/external/v8/src/
Dlayout-descriptor.h47 V8_INLINE static LayoutDescriptor* cast_gc_safe(Object* object);
Dlayout-descriptor-inl.h135 LayoutDescriptor* LayoutDescriptor::cast_gc_safe(Object* object) { in cast_gc_safe() function
Dobjects-inl.h5292 return LayoutDescriptor::cast_gc_safe(layout_desc); in layout_descriptor_gc_safe()
/external/v8/test/cctest/
Dtest-unboxed-doubles.cc589 CHECK_EQ(layout_desc, LayoutDescriptor::cast_gc_safe(layout_desc)); in TEST()
598 LayoutDescriptor::cast_gc_safe(layout_desc)); in TEST()