Home
last modified time | relevance | path

Searched refs:DexCacheResolvedMethodsOffset (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dasm_support.h186 art::ArtMethod::DexCacheResolvedMethodsOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
Dart_method.h224 static MemberOffset DexCacheResolvedMethodsOffset() { in DexCacheResolvedMethodsOffset() function
/art/compiler/dex/quick/x86/
Dcall_x86.cc398 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(), in X86NextSDCallInsn()
/art/compiler/dex/quick/mips/
Dcall_mips.cc473 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(), in NextSDCallInsn()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc515 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(), in Arm64NextSDCallInsn()
/art/compiler/dex/quick/arm/
Dcall_arm.cc681 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(), in ArmNextSDCallInsn()
/art/compiler/optimizing/
Dcode_generator_arm64.cc2032 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value())); in GenerateStaticOrDirectCall()
Dcode_generator_mips64.cc2410 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value()); in GenerateStaticOrDirectCall()
Dcode_generator_arm.cc4096 kLoadWord, temp, temp, ArtMethod::DexCacheResolvedMethodsOffset().Int32Value()); in GenerateStaticOrDirectCall()
Dcode_generator_x86.cc3216 __ movl(temp, Address(temp, ArtMethod::DexCacheResolvedMethodsOffset().Int32Value())); in GenerateStaticOrDirectCall()
Dcode_generator_x86_64.cc384 __ movl(temp, Address(temp, ArtMethod::DexCacheResolvedMethodsOffset().SizeValue())); in GenerateStaticOrDirectCall()