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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h165 typedef ThreadHeap<HeaderType> HeapType; typedef in struct:blink::HeapIndexTraitBase
192 typedef ThreadHeap<HeaderType> HeapType; \
H A DHeap.cpp2706 typedef HeapTraits::HeapType HeapType; typedef
2714 HeapType* heap = static_cast<HeapType*>(state->heap(heapIndex));
/external/chromium_org/v8/src/
H A Dtypes.h147 // - class HeapType (heap-allocated, for persistent types)
988 typedef TypeImpl<HeapTypeConfig> HeapType; typedef in namespace:v8::internal
H A Dobjects.h856 // We cannot just say "class HeapType;" if it is created from a template... =8-?
859 typedef TypeImpl<HeapTypeConfig> HeapType; typedef in namespace:v8::internal
1079 Handle<HeapType> OptimalType(Isolate* isolate, Representation representation);
2226 Handle<HeapType> new_field_type);
2962 inline HeapType* GetFieldType(int descriptor_number);
5812 MUST_USE_RESULT static Handle<HeapType> GeneralizeFieldType(
5813 Handle<HeapType> type1,
5814 Handle<HeapType> type2,
5818 Handle<HeapType> new_field_type);
5823 Handle<HeapType> new_field_typ
[all...]

Completed in 135 milliseconds