HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 101 - 125 of 1315) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 62 m_entries(s_entry_allocator.allocate(m_num_e))
73 m_entries(s_entry_allocator.allocate(m_num_e))
85 m_entries(s_entry_allocator.allocate(m_num_e))
99 m_entries(s_entry_allocator.allocate(m_num_e))
113 m_entries(s_entry_allocator.allocate(m_num_e))
128 m_entries(s_entry_allocator.allocate(m_num_e))
145 m_entries(s_entry_allocator.allocate(m_num_e))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 62 m_entries(s_entry_allocator.allocate(m_num_e))
73 m_entries(s_entry_allocator.allocate(m_num_e))
85 m_entries(s_entry_allocator.allocate(m_num_e))
99 m_entries(s_entry_allocator.allocate(m_num_e))
113 m_entries(s_entry_allocator.allocate(m_num_e))
128 m_entries(s_entry_allocator.allocate(m_num_e))
145 m_entries(s_entry_allocator.allocate(m_num_e))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 61 m_entries(s_entry_allocator.allocate(m_num_e))
72 m_entries(s_entry_allocator.allocate(m_num_e))
84 m_entries(s_entry_allocator.allocate(m_num_e))
98 m_entries(s_entry_allocator.allocate(m_num_e))
112 m_entries(s_entry_allocator.allocate(m_num_e))
127 m_entries(s_entry_allocator.allocate(m_num_e))
144 m_entries(s_entry_allocator.allocate(m_num_e))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 61 m_entries(s_entry_allocator.allocate(m_num_e))
72 m_entries(s_entry_allocator.allocate(m_num_e))
84 m_entries(s_entry_allocator.allocate(m_num_e))
98 m_entries(s_entry_allocator.allocate(m_num_e))
112 m_entries(s_entry_allocator.allocate(m_num_e))
127 m_entries(s_entry_allocator.allocate(m_num_e))
144 m_entries(s_entry_allocator.allocate(m_num_e))
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 48 HAllocate* allocate = HAllocate::cast(instr); local
49 if (!allocate->size()->IsInteger32Constant()) continue;
50 int size_in_bytes = allocate->size()->GetInteger32Constant();
162 void HEscapeAnalysisPhase::AnalyzeDataFlow(HInstruction* allocate) {
163 HBasicBlock* allocate_block = allocate->block();
184 if (instr != allocate) continue;
185 state = NewStateForAllocation(allocate);
191 if (load->object() != allocate) continue;
205 if (store->object() != allocate) continue;
226 if (instr->OperandAt(i) != allocate) continue
296 HAllocate* allocate = HAllocate::cast(captured_.at(i)); local
    [all...]
  /external/stlport/stlport/stl/
_alloc.h 67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocate() with limite
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocate() with limite
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocate() with limite
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocate() with limite
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocate() with limite
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocate() with limite
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocate() with limite
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& \/*STLport allocator*\/) function in class:_STLP_alloc_proxy
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 66 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
77 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
89 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
118 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
133 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
120 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
120 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
103 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
117 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
103 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
117 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
103 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
117 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
103 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
117 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 66 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
77 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
89 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
118 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
133 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 66 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
77 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
89 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
105 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
121 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
133 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 66 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
77 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
89 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
118 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
133 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 66 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
77 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
89 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
105 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
121 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
133 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
120 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
120 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(s_entry_pointer_allocator.allocate(m_num_e))

Completed in 1096 milliseconds

1 2 3 45 6 7 8 91011>>