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

  /art/compiler/dex/quick/
gen_invoke.cc 620 uintptr_t direct_method, InvokeType type, bool skip_this) {
624 if (skip_this) {
659 uintptr_t direct_method, InvokeType type, bool skip_this) {
731 type, skip_this);
758 InvokeType type, bool skip_this) {
763 direct_code, direct_method, type, skip_this);
1372 bool skip_this; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 897 const int skip_this = mi[0].mbmi.skip_coeff local
    [all...]
  /art/compiler/dex/
mir_graph.h 335 bool skip_this; member in struct:art::CallInfo

Completed in 67 milliseconds