HomeSort by relevance Sort by last modified time
    Searched defs:allocated (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /ndk/sources/host-tools/make-3.81/
read.c 78 unsigned int allocated; /* Elts allocated in following arrays. */ member in struct:conditionals
291 /* Free any space allocated by conditional_line. */
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 1610 Label allocated, runtime_allocate; local
2225 Label allocated; local
    [all...]
code-stubs-arm.cc 330 // as the map of the allocated object.
337 // write barrier because the allocated object is in new space.
2263 Label skip_allocation, allocated; local
5597 Label non_ascii, allocated, ascii_data; local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 1544 Label allocated, runtime_allocate; local
2186 Label allocated; local
    [all...]
code-stubs-ia32.cc 318 // as the map of the allocated object.
325 // write barrier because the allocated object is in new space.
5443 Label non_ascii, allocated, ascii_data; local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 1611 Label allocated, runtime_allocate; local
2233 Label allocated; local
    [all...]
code-stubs-mips.cc 331 // as the map of the allocated object.
338 // write barrier because the allocated object is in new space.
2557 Label skip_allocation, allocated; local
5966 Label non_ascii, allocated, ascii_data; local
    [all...]
  /external/genext2fs/
genext2fs.c 812 // check if something is allocated in the bitmap
814 allocated(block b, uint32 item) function
948 putchar(allocated(b, i) ? '*' : '.');
965 // if *create>0, append a newly allocated block at the end
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 1450 Label allocated, runtime_allocate; local
    [all...]
code-stubs-arm.cc 106 // as the map of the allocated object.
113 // write barrier because the allocated object is in new space.
3183 Label skip_allocation, allocated; local
6343 Label non_ascii, allocated, ascii_data; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 1400 Label allocated, runtime_allocate; local
    [all...]
code-stubs-ia32.cc 80 // as the map of the allocated object.
87 // write barrier because the allocated object is in new space.
5625 Label non_ascii, allocated, ascii_data; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 1457 Label allocated, runtime_allocate; local
    [all...]
code-stubs-mips.cc 108 // as the map of the allocated object.
115 // write barrier because the allocated object is in new space.
3304 Label skip_allocation, allocated; local
6571 Label non_ascii, allocated, ascii_data; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 236 // Arguments object must be allocated after the context object, in
1353 Label allocated, runtime_allocate; local
    [all...]
code-stubs-x64.cc 76 // as the map of the allocated object.
83 // write barrier because the allocated object is in new space.
821 // rcx: allocated 'empty' number
4640 Label non_ascii, allocated, ascii_data; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 942 int allocated; member in struct:__anon35593
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 942 int allocated; member in struct:__anon36322
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 942 int allocated; member in struct:__anon37153
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 942 int allocated; member in struct:__anon37882
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 438 BOOLEAN allocated; /* Whether ccb is allocated */ member in struct:__anon3495
492 BOOLEAN allocated; /* whether scb is allocated or unused */ member in struct:__anon3499
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 314 // as the map of the allocated object.
321 // write barrier because the allocated object is in new space.
4616 Label non_ascii, allocated, ascii_data; local
    [all...]
full-codegen-x64.cc 220 // Arguments object must be allocated after the context object, in
1567 Label allocated, runtime_allocate; local
2209 Label allocated; local
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 88 * maintains a bitmap of which regions are free/allocated.
412 /* Size of stack-allocated buffer passed to strerror_r(). */
489 * Size and alignment of memory chunks that are allocated by the OS's virtual
711 /* Number of chunks that were allocated. */
714 /* High-water mark for number of chunks allocated. */
718 * Current number of chunks allocated. This value isn't maintained for
834 * a : allocated?
5412 size_t allocated, mapped; local
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 88 * maintains a bitmap of which regions are free/allocated.
405 /* Size of stack-allocated buffer passed to strerror_r(). */
482 * Size and alignment of memory chunks that are allocated by the OS's virtual
704 /* Number of chunks that were allocated. */
707 /* High-water mark for number of chunks allocated. */
711 * Current number of chunks allocated. This value isn't maintained for
827 * a : allocated?
5401 size_t allocated, mapped; local
    [all...]

Completed in 1894 milliseconds

1 2 3 45 6