HomeSort by relevance Sort by last modified time
    Searched refs:DexCacheResolvedMethodsOffset (Results 1 - 11 of 11) sorted by null

  /art/runtime/
asm_support.h 186 art::ArtMethod::DexCacheResolvedMethodsOffset().Int32Value())
art_method.h 224 static MemberOffset DexCacheResolvedMethodsOffset() {
  /art/compiler/dex/quick/x86/
call_x86.cc 398 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(),
  /art/compiler/dex/quick/arm64/
call_arm64.cc 515 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(),
  /art/compiler/dex/quick/mips/
call_mips.cc 473 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(),
  /art/compiler/dex/quick/arm/
call_arm.cc 681 ArtMethod::DexCacheResolvedMethodsOffset().Int32Value(),
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc 384 __ movl(temp, Address(temp, ArtMethod::DexCacheResolvedMethodsOffset().SizeValue()));
    [all...]

Completed in 225 milliseconds