| /external/v8/src/heap/ |
| heap.cc | 282 // allocator has not yet allocated from the OS and assigned to any space, 329 PrintIsolate(isolate_, "Memory allocator, used: %6" PRIuS [all...] |
| /external/v8/src/regexp/ |
| jsregexp.cc | 139 Zone zone(isolate->allocator(), ZONE_NAME); 339 Zone zone(isolate->allocator(), ZONE_NAME); [all...] |
| /art/runtime/ |
| thread.cc | 59 #include "gc/allocator/rosalloc.h" [all...] |
| /external/abi-dumper/ |
| abi-dumper.pl | [all...] |
| /external/v8/src/ |
| api.cc | 444 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { [all...] |
| /external/v8/src/crankshaft/ |
| hydrogen.h | [all...] |
| /external/v8/src/interpreter/ |
| interpreter.cc | 96 Zone zone(isolate_->allocator(), ZONE_NAME); [all...] |
| /prebuilts/sdk/tools/lib/ |
| d8.jar | |
| /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/ |
| FastInfoset-1.2.13.jar | |
| /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/ |
| grpc-all-0.13.2.jar | |
| /art/compiler/optimizing/ |
| code_generator_arm_vixl.cc | [all...] |
| code_generator_mips64.cc | 787 // the register allocator instead; but we prefer not to, as [all...] |
| code_generator_x86.cc | 633 // Check that the register allocator did not assign the location 762 // the register allocator instead; but we prefer not to, as [all...] |
| code_generator_x86_64.cc | 657 // Check that the register allocator did not assign the location 787 // the register allocator instead; but we prefer not to, as [all...] |
| code_generator_mips.cc | [all...] |
| /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/ |
| mips64el-linux-android-gcc-4.9.x | [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| mgc.go | [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| mgc.go | [all...] |
| /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/ |
| jackson-core-2.1.3.jar | |
| /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/ |
| jackson-core-2.6.6.jar | |
| /external/v8/src/parsing/ |
| parser.cc | [all...] |
| /external/v8/tools/profviz/ |
| gnuplot-4.6.3-emscripten.js | 622 // @allocator: How to allocate memory, see ALLOC_* 623 function allocate(slab, types, allocator, ptr) { 634 if (allocator == ALLOC_NONE) { 637 ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length)); [all...] |
| /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/ |
| x86_64-linux-android-gcc-4.9.x | [all...] |
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| upb.h | 85 class Allocator; 472 /** upb::Allocator ************************************************************/ 474 /* A upb::Allocator is a possibly-stateful allocator object. 476 * It could either be an arena allocator (which doesn't require individual 478 * free memory unless it knows that the allocator is an arena allocator. */ 479 UPB_DECLARE_TYPE(upb::Allocator, upb_alloc) 489 class upb::Allocator UPB_FINAL { 491 Allocator() {} 605 Allocator* allocator() { return upb_arena_alloc(this); } function in class:upb::Arena [all...] |
| /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/ |
| builder-3.0.0.jar | |