Home
last modified time | relevance | path

Searched refs:words (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/arm/
Dasm_support_arm.S192 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args.
204 vpush {s0-s15} @ 16 words of float args.
206 sub sp, #8 @ 2 words of space, alignment padding and Method*
222 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args.
240 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves.
258 SPILL_ALL_CALLEE_SAVE_GPRS @ 9 words (36 bytes) of callee saves.
259 vpush {s16-s31} @ 16 words (64 bytes) of floats.
261 sub sp, #12 @ 3 words of space, bottom word will hold Method*
Dquick_entrypoints_arm.S35 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
64 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves
96 @ 14 words of callee saves and args already saved.
97 vpush {d0-d15} @ 32 words, 2 for each of the 16 saved doubles.
99 sub sp, #8 @ 2 words of space, alignment padding and Method*
118 push {r0-r12, lr} @ 14 words of callee saves and args.
142 pop {r0-r12, lr} @ 14 words of callee saves
733 push {r0-r3, ip, lr} @ 6 words for saved registers (used in art_quick_aput_obj)
1886 push {r4, r10-r11, lr} @ 4 words of callee saves
/art/tools/runtime_memusage/
DREADME91 CATEGORIES are words that are expected to show in
/art/tools/checker/
DREADME25 In other words, the order of output lines does not matter
130 of the defining group. In other words, it will be valid everywhere after its definition within the
/art/runtime/gc/allocator/
Drosalloc.cc491 const uintptr_t* words = reinterpret_cast<uintptr_t*>(r); in AllocLargeObject() local
493 CHECK_EQ(words[i], 0U); in AllocLargeObject()