| /external/chromium_org/v8/test/cctest/ |
| test-spaces.cc | 106 // Temporarily sets a given allocator in an isolate. 109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) 112 isolate->memory_allocator_ = allocator;
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| regress-8.js | 28 // Regression test for the register allocator.
|
| regress-gap.js | 28 // Regression test that stresses the register allocator gap instruction.
|
| regress-177883.js | 33 // allocator we can't really do much better. 42 // allocator was splitting a live range at its start and re-added the very same
|
| /external/stlport/stlport/stl/ |
| _monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
| char_traits.h | 53 template <class _Tp> class allocator;
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
| char_traits.h | 53 template <class _Tp> class allocator;
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| _monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| _monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| _monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| _monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
| _monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
| /external/chromium_org/gin/ |
| array_buffer.cc | 116 PerIsolateData::From(isolate_)->allocator()->Free(buffer_, length_);
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| p2ptransportchannel.h | 74 PortAllocator *allocator);
|
| /external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
| xmppengineimpl_iq.cc | 90 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
| port.cc | 330 bool RegisterSystemAllocator(SysAllocator *allocator, int priority) { 338 // The current system allocator
|
| /external/chromium_org/v8/src/ |
| ast.cc | 222 ZoneAllocationPolicy allocator(zone); 225 allocator); 235 table.Lookup(literal, hash, false, allocator) != NULL) { 239 table.Lookup(literal, hash, true, allocator); [all...] |
| /external/clang/test/Analysis/Inputs/ |
| system-header-simulator-objc.h | 121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
|
| /ndk/sources/host-tools/ndk-stack/elff/ |
| elf_file.h | 85 /* Gets DWARF objects allocator for this instance. */ 86 class ElfAllocator* allocator() const { function in class:ElfFile 519 /* DWARF objects allocator for this instance. */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/ |
| debug_map_base.hpp | 75 typedef typename std::allocator<Key> key_allocator;
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/ |
| trie_policy.hpp | 55 typename Allocator> 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator> 63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator> 70 typename Allocator = std::allocator<char> > 74 typedef typename Allocator::size_type size_type; 76 typedef typename Allocator::template rebind<key_type>::other key_rebind; 135 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator> 138 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator> 141 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator> [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| unordered_map.h | 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 135 * @param __a An allocator object. 152 * @param __a An allocator object. 179 * @param __a An allocator object. 218 /// Returns the allocator object with which the %unordered_map was 502 * @param __x An %unordered_map of the same element and allocator [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
| trie_policy.hpp | 67 * @tparam _Alloc Allocator type. 73 typename _Alloc = std::allocator<char> >
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| unordered_map.h | 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 135 * @param __a An allocator object. 152 * @param __a An allocator object. 179 * @param __a An allocator object. 218 /// Returns the allocator object with which the %unordered_map was 502 * @param __x An %unordered_map of the same element and allocator [all...] |