HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 926 - 950 of 1347) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/tools/gyp/
v8_base.host.linux-mips.mk 79 v8/src/compiler/register-allocator.cc \
169 v8/src/lithium-allocator.cc \
v8_base.host.linux-mips64.mk 79 v8/src/compiler/register-allocator.cc \
169 v8/src/lithium-allocator.cc \
v8_base.host.linux-x86.mk 79 v8/src/compiler/register-allocator.cc \
169 v8/src/lithium-allocator.cc \
v8_base.host.linux-x86_64.mk 79 v8/src/compiler/register-allocator.cc \
169 v8/src/lithium-allocator.cc \
v8_base.target.darwin-arm64.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.darwin-mips.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.darwin-mips64.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.darwin-x86.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.darwin-x86_64.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.linux-arm64.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.linux-mips.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.linux-mips64.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.linux-x86.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
v8_base.target.linux-x86_64.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 1208 FunctionDecl *allocator = E->getOperatorNew(); local
    [all...]
  /external/libcxx/src/
string.cpp 32 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
  /external/llvm/include/llvm/ADT/
IntervalMap.h 43 // typedef RecyclingAllocator<...> Allocator;
47 // explicit IntervalMap(Allocator&);
104 #include "llvm/Support/Allocator.h"
455 /// Allocator - The recycling allocator used for both branch and leaf nodes.
457 /// reasonably sized entries, so the same allocator can be shared among
460 AllocBytes, CacheLineBytes> Allocator;
    [all...]
  /external/skia/experimental/PdfViewer/
SkPdfFont.cpp 337 // Since font will be cached, the font has to sit in the per doc allocator, not to be
339 SkPdfNativeTokenizer tokenizer(stream, parsed->allocator(), parsed);
  /external/stlport/stlport/stl/debug/
_deque.h 50 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_tree.h 92 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 97 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /external/stlport/test/unit/
vector_test.cpp 506 /* This allocator implementation purpose is simply to break some
507 * internal STLport mecanism specific to the STLport own allocator
510 struct NotSTLportAllocator : public allocator<_Tp> {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 32 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 50 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_tree.h 92 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >

Completed in 838 milliseconds

<<31323334353637383940>>