HomeSort by relevance Sort by last modified time
    Searched refs:IsFastPointerLayout (Results 1 - 6 of 6) 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 125 if (IsFastPointerLayout()) {
objects-printer.cc     [all...]
objects-inl.h     [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc 129 CHECK(layout_desc->IsFastPointerLayout());
138 CHECK(layout_desc->IsFastPointerLayout());
146 CHECK(layout_desc->IsFastPointerLayout());
197 CHECK(!layout_descriptor->IsFastPointerLayout());
213 CHECK(!layout_descriptor->IsFastPointerLayout());
238 CHECK(!layout_desc->IsFastPointerLayout());
266 if (layout_desc->IsFastPointerLayout()) {
    [all...]

Completed in 87 milliseconds