Home
last modified time | relevance | path

Searched defs:setStatic (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DEncodedMethod.java62 public void setStatic(boolean turnOn) { in setStatic() method in EncodedMethod
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h92 void setStatic() { m_Static = true; } in setStatic() function
/aosp12/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp144 void AttributeProxy::setStatic() { in setStatic() function in mcld::AttributeProxy
/aosp12/art/test/953-invoke-polymorphic-compiler/src/
H A DMain.java350 MethodHandle setStatic = lookup.findStaticSetter(ValueHolder.class, "s_z", boolean.class); in $opt$AccessorsTest() local
/aosp12/build/soong/rust/
H A Dlibrary.go211 func (library *libraryDecorator) setStatic() { func
/aosp12/build/soong/cc/
H A Dlibrary.go1720 func (library *libraryDecorator) setStatic() { func