Searched refs:METHOD_DEX_CACHE_HASH_BITS (Results 1 – 6 of 6) sorted by relevance
/art/tools/cpp-define-generator/ |
D | constant_dexcache.def | 31 DEFINE_EXPR(METHOD_DEX_CACHE_HASH_BITS, int32_t,
|
/art/runtime/generated/ |
D | asm_support_gen.h | 85 #define METHOD_DEX_CACHE_HASH_BITS 10 macro 86 DEFINE_CHECK_EQ(static_cast<int32_t>(METHOD_DEX_CACHE_HASH_BITS), (static_cast<int32_t>(art::LeastS…
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 2139 sll $t7, $t7, 32 - METHOD_DEX_CACHE_HASH_BITS # $t7 = slot index in top bits, zeroes below. 2140 srl $t7, $t7, 32 - METHOD_DEX_CACHE_HASH_BITS - (POINTER_SIZE_SHIFT + 1)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1611 ubfx r1, r12, #0, #METHOD_DEX_CACHE_HASH_BITS // Calculate DexCache method slot index.
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2070 ubfx x15, xIP1, #0, #METHOD_DEX_CACHE_HASH_BITS // Calculate DexCache method slot index.
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2037 dext $t0, $t0, 0, METHOD_DEX_CACHE_HASH_BITS # $t0 = slot index.
|