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

  /art/compiler/driver/
dex_compilation_unit.h 93 bool IsStatic() const {
  /art/compiler/jni/quick/
calling_convention.h 106 bool IsStatic() const {
114 if (IsStatic()) {
124 if (IsStatic()) {
134 if (IsStatic()) {
143 if (IsStatic()) {
152 if (IsStatic()) {
173 if (IsStatic()) {
  /art/runtime/
art_method.h 273 bool IsStatic() {
284 return IsConstructor() && IsStatic();
  /art/runtime/verifier/
method_verifier.h 277 return IsConstructor() && !IsStatic();
310 bool IsStatic() const {
    [all...]
  /external/v8/src/parsing/
preparser.h 72 bool IsStatic() const { return type_ == kStaticIdentifier; }
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 750 milliseconds