/external/protobuf/src/google/protobuf/ |
message.h | 118 #include <google/protobuf/arena.h> 191 // Construct a new instance on the arena. Ownership is passed to the caller 192 // if arena is a NULL. Default implementation allows for API compatibility 193 // during the Arena transition. 194 virtual Message* New(::google::protobuf::Arena* arena) const { 196 if (arena != NULL) { 197 arena->Own(message); [all...] |
api.pb.cc | 259 Api* Api::New(::google::protobuf::Arena* arena) const { 261 if (arena != NULL) { 262 arena->Own(n); [all...] |
extension_set.h | 56 class Arena; 163 explicit ExtensionSet(::google::protobuf::Arena* arena); 277 ::google::protobuf::Arena* GetArenaNoVirtual() const { return arena_; } 437 virtual LazyMessageExtension* New(::google::protobuf::Arena* arena) const = 0; 612 ::google::protobuf::Arena* arena_; [all...] |
/external/regex-re2/ |
Makefile | 54 util/arena.h\ 86 obj/util/arena.o\
|
/external/skia/include/core/ |
SkShader.h | 232 * Make a context using the memory provided by the arena. 476 * @return pointer to context owned by the arena allocator.
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
message.h | 118 #include <google/protobuf/arena.h> 191 // Construct a new instance on the arena. Ownership is passed to the caller 192 // if arena is a NULL. Default implementation allows for API compatibility 193 // during the Arena transition. 194 virtual Message* New(::google::protobuf::Arena* arena) const { 196 if (arena != NULL) { 197 arena->Own(message); [all...] |
extension_set.h | 56 class Arena; 163 explicit ExtensionSet(::google::protobuf::Arena* arena); 277 ::google::protobuf::Arena* GetArenaNoVirtual() const { return arena_; } 437 virtual LazyMessageExtension* New(::google::protobuf::Arena* arena) const = 0; 612 ::google::protobuf::Arena* arena_; [all...] |
/art/compiler/optimizing/ |
intrinsics.h | 288 // TODO: Avoid wasting Arena memory.
|
/art/runtime/base/ |
scoped_arena_containers.h | 246 // Arena unique ptr that only calls the destructor of the element.
|
/art/runtime/mirror/ |
dex_cache.cc | 55 static_assert(ArenaAllocator::kAlignment == 8, "Expecting arena alignment of 8.");
|
/external/protobuf/src/ |
Makefile.am | 97 google/protobuf/arena.h \ 200 google/protobuf/arena.cc \ [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.h | 147 // Generate the arena-specific destructor code.
|
/external/valgrind/coregrind/ |
m_clientstate.c | 82 // (the default arena). They are never freed.
|
m_addrinfo.c | 511 " in arena \"%s\"%s\n", 519 ai->Addr.Block.block_desc, // arena name 558 // Client or Valgrind arena. At least currently, we never
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-sparc.c | 259 /* The 32-bit static TLS arena size is rounded to the nearest 8-byte
|
/art/compiler/utils/arm/ |
jni_macro_assembler_arm.cc | 46 ArmJNIMacroAssembler::ArmJNIMacroAssembler(ArenaAllocator* arena, InstructionSet isa) { 50 asm_.reset(new (arena) Thumb2Assembler(arena));
|
assembler_arm.h | [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 140 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {} 148 CopyReducerBase(MemRegionRef A) : Arena(A) {} 151 MemRegionRef Arena;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
compile.c | 20 * structure takes care of releasing those. Use the arena to manage
146 PyArena *c_arena; /* pointer to memory allocation arena */
255 PyArena *arena)
271 c.c_arena = arena;
305 PyArena *arena = PyArena_New();
local 306 if (!arena)
308 mod = PyAST_FromNode(n, NULL, filename, arena);
310 co = PyAST_Compile(mod, filename, NULL, arena);
311 PyArena_Free(arena);
1088 created in the local function. Local objects should use the arena. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
compile.c | 20 * structure takes care of releasing those. Use the arena to manage
146 PyArena *c_arena; /* pointer to memory allocation arena */
252 PyArena *arena)
268 c.c_arena = arena;
302 PyArena *arena = PyArena_New();
local 303 if (!arena)
305 mod = PyAST_FromNode(n, NULL, filename, arena);
307 co = PyAST_Compile(mod, filename, NULL, arena);
308 PyArena_Free(arena);
1065 created in the local function. Local objects should use the arena. [all...] |
/external/libcxxabi/src/ |
cxa_demangle.cpp | 4767 class arena class in namespace:__cxxabiv1::__anon22939 [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
CXADemangle.tcc | [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_demangle.cpp | 4706 class arena class in namespace:__cxxabiv1::__anon104384 [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/ |
cxa_demangle.cpp | 4721 class arena class in namespace:__cxxabiv1::__anon104747 [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_multiprocessing.py | [all...] |