HomeSort by relevance Sort by last modified time
    Searched refs:IsFastPointerLayout (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
layout-descriptor.h 38 V8_INLINE bool IsFastPointerLayout();
39 V8_INLINE static bool IsFastPointerLayout(Object* layout_descriptor);
layout-descriptor-inl.h 96 if (IsFastPointerLayout()) return true;
117 bool LayoutDescriptor::IsFastPointerLayout() {
122 bool LayoutDescriptor::IsFastPointerLayout(Object* layout_descriptor) {
231 if (layout_descriptor_->IsFastPointerLayout()) {
layout-descriptor.cc 126 if (IsFastPointerLayout()) {
objects-printer.cc     [all...]
objects-inl.h     [all...]

Completed in 552 milliseconds