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

  /art/runtime/native/
java_lang_reflect_Executable.cc 275 const DexFile::TypeList* this_list = this_method->GetParameterTypeList(); local
278 if (this_list == other_list) {
282 if (this_list == nullptr && other_list != nullptr) {
286 if (other_list == nullptr && this_list != nullptr) {
290 const int32_t this_size = this_list->Size();
299 this_list->GetTypeItem(i).type_idx_);
  /external/selinux/libsepol/cil/src/
cil_binary.c 1039 cond_av_list_t *this_list; local
1044 this_list = cond_node->true_list;
1047 this_list = cond_node->false_list;
1066 search_datum = cil_cond_av_list_search(&avtab_key, this_list);
    [all...]

Completed in 360 milliseconds