HomeSort by relevance Sort by last modified time
    Searched refs:field_idx (Results 26 - 39 of 39) sorted by null

12

  /art/runtime/
dex_file.cc     [all...]
dex_file.h     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 49 const uint32_t field_idx = is_static ? inst->VRegB_21c() : inst->VRegC_22c(); local
51 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
253 uint32_t field_idx = is_static ? inst->VRegB_21c() : inst->VRegC_22c(); local
255 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
    [all...]
  /art/runtime/mirror/
class.h 645 uint32_t field_idx)
650 uint32_t field_idx)
    [all...]
dex_cache.h 442 uint32_t FieldSlotIndex(uint32_t field_idx) REQUIRES_SHARED(Locks::mutator_lock_);
object_test.cc 371 uint32_t field_idx = dex_file->GetIndexForFieldId(*field_id); local
373 ArtField* field = FindFieldFromCode<StaticObjectRead, true>(field_idx, clinit, Thread::Current(),
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 380 bl \entrypoint @ (uint32_t field_idx, Thread*)
392 bl \entrypoint @ (field_idx, Object*, Thread*)
404 bl \entrypoint @ (field_idx, Object*, new_val, Thread*)
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/optimizing/
inliner.cc     [all...]
nodes.h     [all...]
instruction_builder.cc     [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]
  /art/dexlayout/
dexlayout.cc 742 const uint32_t field_idx = field_id->GetIndex(); local
744 fprintf(out_file_, "Annotations on field #%u '%s'\n", field_idx, field_name);
    [all...]

Completed in 1010 milliseconds

12