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

  /art/compiler/dex/quick/
ralloc_util.cc     [all...]
gen_common.cc 99 uint32_t offset = dex_cache_arrays_layout_.TypeOffset(field_info.StorageIndex());
    [all...]
codegen_util.cc     [all...]
mir_to_lir.h 1848 const DexCacheArraysLayout dex_cache_arrays_layout_; member in class:art::Mir2Lir
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 381 size_t offset = cg->dex_cache_arrays_layout_.MethodOffset(target_method.dex_method_index);
int_x86.cc     [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 542 size_t offset = cg->dex_cache_arrays_layout_.MethodOffset(target_method.dex_method_index);
int_arm64.cc     [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 710 size_t offset = cg->dex_cache_arrays_layout_.MethodOffset(target_method.dex_method_index);
int_arm.cc     [all...]

Completed in 185 milliseconds