HomeSort by relevance Sort by last modified time
    Searched refs:AllocateInNewSpace (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/src/ia32/
macro-assembler-ia32.h 38 // Flags used for the AllocateInNewSpace functions.
537 // AllocateInNewSpace). If result_contains_top_on_entry is true scratch
539 void AllocateInNewSpace(int object_size,
546 void AllocateInNewSpace(int header_size,
555 void AllocateInNewSpace(Register object_size,
    [all...]
builtins-ia32.cc 156 __ AllocateInNewSpace(
220 __ AllocateInNewSpace(FixedArray::kHeaderSize,
    [all...]
macro-assembler-ia32.cc     [all...]
codegen-ia32.cc 401 __ AllocateInNewSpace(esi, eax, ebx, no_reg, &gc_required, TAG_OBJECT);
533 __ AllocateInNewSpace(edi, eax, esi, no_reg, &gc_required, TAG_OBJECT);
code-stubs-ia32.cc 70 __ AllocateInNewSpace(JSFunction::kSize, eax, ebx, ecx, &gc, TAG_OBJECT);
125 __ AllocateInNewSpace((length * kPointerSize) + FixedArray::kHeaderSize,
173 __ AllocateInNewSpace(FixedArray::SizeFor(length),
256 __ AllocateInNewSpace(size, eax, ebx, edx, fail, TAG_OBJECT);
403 __ AllocateInNewSpace(size, eax, ebx, edx, &slow_case, TAG_OBJECT);
    [all...]
stub-cache-ia32.cc     [all...]
  /external/v8/src/arm/
codegen-arm.cc 126 __ AllocateInNewSpace(lr, r6, r7, r9, &gc_required, NO_ALLOCATION_FLAGS);
261 __ AllocateInNewSpace(r0, r6, r7, r9, &gc_required, NO_ALLOCATION_FLAGS);
builtins-arm.cc 125 __ AllocateInNewSpace(size,
226 __ AllocateInNewSpace(
619 __ AllocateInNewSpace(JSValue::kSize,
779 __ AllocateInNewSpace(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS);
    [all...]
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h 57 // Flags used for the AllocateInNewSpace functions.
664 void AllocateInNewSpace(int object_size,
670 void AllocateInNewSpace(Register object_size,
    [all...]
code-stubs-arm.cc 94 __ AllocateInNewSpace(JSFunction::kSize,
148 __ AllocateInNewSpace(FixedArray::SizeFor(length),
198 __ AllocateInNewSpace(FixedArray::SizeFor(length),
274 __ AllocateInNewSpace(size,
407 __ AllocateInNewSpace(size, r0, r1, r2, &slow_case, TAG_OBJECT);
    [all...]
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
codegen-mips.cc 127 __ AllocateInNewSpace(scratch, t2, t3, t5, &gc_required, NO_ALLOCATION_FLAGS);
268 __ AllocateInNewSpace(a0, t2, t3, t5, &gc_required, NO_ALLOCATION_FLAGS);
builtins-mips.cc 129 __ AllocateInNewSpace(size,
231 __ AllocateInNewSpace(
635 __ AllocateInNewSpace(JSValue::kSize,
803 __ AllocateInNewSpace(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
    [all...]
macro-assembler-mips.h 54 // Flags used for the AllocateInNewSpace functions.
479 void AllocateInNewSpace(int object_size,
485 void AllocateInNewSpace(Register object_size,
    [all...]
macro-assembler-mips.cc     [all...]
code-stubs-mips.cc 96 __ AllocateInNewSpace(JSFunction::kSize,
150 __ AllocateInNewSpace(FixedArray::SizeFor(length),
199 __ AllocateInNewSpace(FixedArray::SizeFor(length),
272 __ AllocateInNewSpace(size,
405 __ AllocateInNewSpace(size, v0, a1, a2, &slow_case, TAG_OBJECT);
    [all...]
stub-cache-mips.cc     [all...]
  /external/v8/src/x64/
codegen-x64.cc 307 __ AllocateInNewSpace(rdi, r14, r11, r15, fail, TAG_OBJECT);
390 __ AllocateInNewSpace(rdi, r11, r14, r15, &gc_required, TAG_OBJECT);
macro-assembler-x64.h 38 // Flags used for the AllocateInNewSpace functions.
    [all...]
builtins-x64.cc 157 __ AllocateInNewSpace(rdi,
224 __ AllocateInNewSpace(FixedArray::kHeaderSize,
    [all...]
macro-assembler-x64.cc     [all...]
code-stubs-x64.cc 66 __ AllocateInNewSpace(JSFunction::kSize, rax, rbx, rcx, &gc, TAG_OBJECT);
121 __ AllocateInNewSpace((length * kPointerSize) + FixedArray::kHeaderSize,
167 __ AllocateInNewSpace(FixedArray::SizeFor(length),
243 __ AllocateInNewSpace(size, rax, rbx, rdx, fail, TAG_OBJECT);
386 __ AllocateInNewSpace(size, rax, rbx, rdx, &slow_case, TAG_OBJECT);
    [all...]
stub-cache-x64.cc     [all...]
  /external/v8/src/
runtime.h 98 F(AllocateInNewSpace, 1, 1) \

Completed in 81 milliseconds

1 2