Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S30 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves.
48 SPILL_ALL_CALLEE_SAVE_GPRS @ 9 words (36 bytes) of callee saves.
49 vpush {s16-s31} @ 16 words (64 bytes) of floats.
51 sub sp, #12 @ 3 words of space, bottom word will hold Method*
69 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
97 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
124 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves
145 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args.
157 vpush {s0-s15} @ 16 words of float args.
159 sub sp, #8 @ 2 words of space, bottom word will hold Method*
[all …]
/art/tools/checker/
DREADME24 In other words, the order of output lines does not matter
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S125 # 2 words for alignment and bottom word will hold Method*
996 # saved registers used in art_quick_aput_obj: a0-a2, t0-t1, t9, ra. 8 words for 16B alignment.
/art/runtime/gc/allocator/
Drosalloc.cc495 const uintptr_t* words = reinterpret_cast<uintptr_t*>(r); in AllocLargeObject() local
497 CHECK_EQ(words[i], 0U); in AllocLargeObject()