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

  /art/compiler/driver/
dex_compilation_unit.h 94 bool IsStatic() const {
  /art/compiler/jni/quick/
calling_convention.h 108 bool IsStatic() const {
116 if (IsStatic()) {
126 if (IsStatic()) {
136 if (IsStatic()) {
145 if (IsStatic()) {
154 if (IsStatic()) {
168 return IsStatic() ? 0 : 1;
181 if (IsStatic()) {
  /art/runtime/verifier/
method_verifier.h 224 return IsConstructor() && !IsStatic();
258 bool IsStatic() const {
    [all...]
  /art/runtime/
art_method.h 145 bool IsStatic() {
156 return IsConstructor() && IsStatic();
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /external/v8/src/parsing/
preparser.h 82 bool IsStatic() const { return type_ == kStaticIdentifier; }
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 142 milliseconds