OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastPointerLayout
(Results
1 - 7
of
7
) sorted by null
/external/v8/src/
layout-descriptor-inl.h
39
LayoutDescriptor* LayoutDescriptor::
FastPointerLayout
() {
118
return this ==
FastPointerLayout
();
123
return layout_descriptor ==
FastPointerLayout
();
227
layout_descriptor_(LayoutDescriptor::
FastPointerLayout
()) {
layout-descriptor.h
69
// tagged (
FastPointerLayout
).
70
V8_INLINE static LayoutDescriptor*
FastPointerLayout
();
layout-descriptor.cc
20
if (!FLAG_unbox_double_fields) return handle(
FastPointerLayout
(), isolate);
27
return handle(
FastPointerLayout
(), isolate);
objects.cc
[
all
...]
objects-inl.h
[
all
...]
/external/v8/test/cctest/
test-unboxed-doubles.cc
126
LayoutDescriptor* layout_desc = LayoutDescriptor::
FastPointerLayout
();
178
CHECK_EQ(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor);
195
CHECK_NE(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor);
211
CHECK_NE(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor);
310
LayoutDescriptor* layout_desc = LayoutDescriptor::
FastPointerLayout
();
500
CHECK_EQ(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor);
507
CHECK_EQ(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor);
514
CHECK_NE(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor);
543
CHECK_EQ(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor);
550
CHECK_EQ(LayoutDescriptor::
FastPointerLayout
(), *layout_descriptor)
[
all
...]
/external/v8/src/heap/
heap.cc
[
all
...]
Completed in 704 milliseconds