HomeSort by relevance Sort by last modified time
    Searched refs:FreeStoreAllocationPolicy (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
allocation.cc 123 return FreeStoreAllocationPolicy::New(size);
168 FreeStoreAllocationPolicy::Delete(p);
allocation.h 132 class FreeStoreAllocationPolicy {
list.h 46 // template <typename T, class P = FreeStoreAllocationPolicy> class List;
155 FreeStoreAllocationPolicy>::ResizeAdd(const FrameElement& element);
globals.h 230 class FreeStoreAllocationPolicy;
242 template <typename T, class P = FreeStoreAllocationPolicy> class List;
260 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
virtual-frame.cc 401 FreeStoreAllocationPolicy>::ResizeAdd(const FrameElement& element) {
scopeinfo.cc 645 template class ScopeInfo<FreeStoreAllocationPolicy>;
scopes.cc 329 List<Variable*, FreeStoreAllocationPolicy>* locals);
    [all...]

Completed in 37 milliseconds