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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h152 typedef ThreadHeap<FinalizedHeapObjectHeader> HeapType; typedef in struct:WebCore::HeapTrait
160 typedef ThreadHeap<HeapObjectHeader> HeapType; \
/external/chromium_org/v8/src/
H A Dtypes.h129 // - class HeapType (heap-allocated, for persistent types)
870 typedef TypeImpl<HeapTypeConfig> HeapType; typedef in namespace:v8::internal
H A Dobjects.h867 // We cannot just say "class HeapType;" if it is created from a template... =8-?
870 typedef TypeImpl<HeapTypeConfig> HeapType; typedef in namespace:v8::internal
1432 Handle<HeapType> OptimalType(Isolate* isolate, Representation representation);
2446 Handle<HeapType> new_field_type,
3438 inline HeapType* GetFieldType(int descriptor_number);
6314 static Handle<HeapType> GeneralizeFieldType(Handle<HeapType> type1,
6315 Handle<HeapType> type2,
6320 Handle<HeapType> new_field_type);
6325 Handle<HeapType> new_field_typ
[all...]

Completed in 297 milliseconds