Home
last modified time | relevance | path

Searched refs:MethodOffset (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/
Ddex_cache_arrays_layout.h62 size_t MethodOffset(uint32_t method_idx) const;
Ddex_cache_arrays_layout-inl.h48 inline size_t DexCacheArraysLayout::MethodOffset(uint32_t method_idx) const { in MethodOffset() function
/art/compiler/dex/quick/x86/
Dcall_x86.cc381 size_t offset = cg->dex_cache_arrays_layout_.MethodOffset(target_method.dex_method_index); in X86NextSDCallInsn()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc542 size_t offset = cg->dex_cache_arrays_layout_.MethodOffset(target_method.dex_method_index); in Arm64NextSDCallInsn()
/art/runtime/
Dstack.h265 static size_t MethodOffset() { in MethodOffset() function
/art/compiler/dex/quick/arm/
Dcall_arm.cc710 size_t offset = cg->dex_cache_arrays_layout_.MethodOffset(target_method.dex_method_index); in ArmNextSDCallInsn()
/art/compiler/dex/quick/
Dralloc_util.cc1211 dex_cache_array_offset = dex_cache_arrays_layout_.MethodOffset(mir->dalvikInsn.vB); in AnalyzeMIR()