Searched defs:RootListIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dheap.h1101 enum RootListIndex { enum in class:v8::internal::Heap
1135 static bool RootCanBeWrittenAfterInitialization(RootListIndex root_index);
1137 bool RootCanBeTreatedAsConstant(RootListIndex root_index);
1140 RootListIndex RootIndexForFixedTypedArray(
1144 RootListIndex RootIndexForExternalArrayType(
1147 RootListIndex RootIndexForEmptyExternalArray(ElementsKind kind);
1148 RootListIndex RootIndexForEmptyFixedTypedArray(ElementsKind kind);
1605 RootListIndex index;
1610 RootListIndex index;
1616 RootListIndex inde
[all...]

Completed in 84 milliseconds