Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dconstant_dexcache.def29 DEFINE_EXPR(METHOD_DEX_CACHE_SIZE_MINUS_ONE, int32_t,
/art/runtime/generated/
Dasm_support_gen.h83 #define METHOD_DEX_CACHE_SIZE_MINUS_ONE 1023 macro
84 DEFINE_CHECK_EQ(static_cast<int32_t>(METHOD_DEX_CACHE_SIZE_MINUS_ONE), (static_cast<int32_t>(art::m…
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1662 andl LITERAL(METHOD_DEX_CACHE_SIZE_MINUS_ONE), %eax // Calculate DexCache method slot index.
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1807 andl LITERAL(METHOD_DEX_CACHE_SIZE_MINUS_ONE), %eax // Calculate DexCache method slot index.