Home
last modified time | relevance | path

Searched refs:METHOD_DEX_CACHE_HASH_BITS (Results 1 – 6 of 6) sorted by relevance

/art/tools/cpp-define-generator/
Dconstant_dexcache.def31 DEFINE_EXPR(METHOD_DEX_CACHE_HASH_BITS, int32_t,
/art/runtime/generated/
Dasm_support_gen.h85 #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/
Dquick_entrypoints_mips.S2139 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/
Dquick_entrypoints_arm.S1611 ubfx r1, r12, #0, #METHOD_DEX_CACHE_HASH_BITS // Calculate DexCache method slot index.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2070 ubfx x15, xIP1, #0, #METHOD_DEX_CACHE_HASH_BITS // Calculate DexCache method slot index.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2037 dext $t0, $t0, 0, METHOD_DEX_CACHE_HASH_BITS # $t0 = slot index.