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

  /art/runtime/
dex_method_iterator.h 35 direct_method_(false) {
76 direct_method_ = true;
78 if (direct_method_ && GetIterator().HasNextDirectMethod()) {
83 direct_method_ = false;
144 bool direct_method_; member in class:art::DexMethodIterator
  /art/compiler/dex/
mir_method_info.h 111 direct_method_(0u),
175 return direct_method_;
189 CHECK_EQ(direct_method_, info.direct_method_);
224 uintptr_t direct_method_; member in class:art::MirMethodLoweringInfo
mir_method_info.cc 154 &invoke_type, &target_method, devirt_target, &it->direct_code_, &it->direct_method_);

Completed in 48 milliseconds