Home
last modified time | relevance | path

Searched refs:ObjArray (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc31 typedef mirror::ObjectArray<mirror::Object> ObjArray; typedef
563 int32_t offset_of_field = ObjArray::OffsetOfElement(field_info.StorageIndex()).Int32Value(); in GenSput()
648 int32_t offset_of_field = ObjArray::OffsetOfElement(field_info.StorageIndex()).Int32Value(); in GenSget()
Dgen_invoke.cc37 typedef mirror::ObjectArray<mirror::Object> ObjArray; typedef
544 ObjArray::OffsetOfElement(target_method.dex_method_index).Int32Value(), in NextSDCallInsn()