Searched refs:FreeStoreAllocationPolicy (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/v8/src/ |
D | allocation.h | 105 class FreeStoreAllocationPolicy {
|
D | globals.h | 384 class FreeStoreAllocationPolicy; variable 385 template <typename T, class P = FreeStoreAllocationPolicy> class List;
|
D | v8globals.h | 155 template <typename Config, class Allocator = FreeStoreAllocationPolicy>
|
D | hashmap.h | 113 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap;
|
/external/v8/src/ |
D | globals.h | 364 class FreeStoreAllocationPolicy; variable 365 template <typename T, class P = FreeStoreAllocationPolicy> class List;
|
D | allocation.h | 105 class FreeStoreAllocationPolicy {
|
D | hashmap.h | 102 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap;
|
D | v8globals.h | 155 template <typename Config, class Allocator = FreeStoreAllocationPolicy>
|
D | isolate.cc | 259 return FreeStoreAllocationPolicy::New(size); in PreallocatedStorageNew() 305 FreeStoreAllocationPolicy::Delete(p); in PreallocatedStorageDelete()
|
D | gdb-jit.cc | 1098 ScopeInfo<FreeStoreAllocationPolicy> scope_info(info->scope()); in WriteBody() 1310 ScopeInfo<FreeStoreAllocationPolicy> scope_info(info->scope()); in WriteBody()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 501 …HashMapImpl<v8::internal::FreeStoreAllocationPolicy>::Lookup(void*, unsigned int, bool, v8::intern… 503 …HashMapImpl<v8::internal::FreeStoreAllocationPolicy>::Lookup(void*, unsigned int, bool, v8::intern… 690 …::internal::FreeStoreAllocationPolicy>*, v8::internal::List<v8::internal::Handle<v8::internal::Cod… 692 …::internal::FreeStoreAllocationPolicy>*, v8::internal::List<v8::internal::Handle<v8::internal::Cod… 973 …::internal::FreeStoreAllocationPolicy>*, v8::internal::List<v8::internal::Handle<v8::internal::Cod… 975 …::internal::FreeStoreAllocationPolicy>*, v8::internal::List<v8::internal::Handle<v8::internal::Cod… 982 …::internal::FreeStoreAllocationPolicy>*, v8::internal::List<v8::internal::Handle<v8::internal::Cod… 984 …::internal::FreeStoreAllocationPolicy>*, v8::internal::List<v8::internal::Handle<v8::internal::Cod…
|