Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set_test.cc340 hash_set.Reserve(size); in TEST_F()
353 hash_set.Reserve(size); in TEST_F()
Dleb128.h321 void Reserve(uint32_t size) { in Reserve() function
Dhash_set.h438 void Reserve(size_t num_elements) { in Reserve() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S647 addiu $t0, $sp, -12 # Reserve space for stack pointer,
654 subu $sp, $a1 # Reserve space for callee stack
2132 addiu $sp, $sp, -ARG_SLOT_SIZE # Reserve argument slots on the stack.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S648 sub sp, sp, r10 @ Reserve space for callee stack