HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_IN_WORDS (Results 1 - 10 of 10) sorted by null

  /external/v8/src/arm/
builtins-arm.cc 232 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
779 __ AllocateInNewSpace(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS);
    [all...]
macro-assembler-arm.h 68 SIZE_IN_WORDS = 1 << 2
658 // either in bytes or in words if the allocation flag SIZE_IN_WORDS
    [all...]
macro-assembler-arm.cc     [all...]
code-stubs-arm.cc     [all...]
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
builtins-mips.cc 237 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
803 __ AllocateInNewSpace(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
    [all...]
macro-assembler-mips.h 65 SIZE_IN_WORDS = 1 << 2
473 // either in bytes or in words if the allocation flag SIZE_IN_WORDS
    [all...]
macro-assembler-mips.cc     [all...]
code-stubs-mips.cc     [all...]
stub-cache-mips.cc     [all...]

Completed in 189 milliseconds