Searched refs:isImmutable (Results 1 - 16 of 16) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DMutabilityControl.java58 public final boolean isImmutable() { method in class:MutabilityControl
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecList.java234 if (isImmutable()) {
261 if (isImmutable()) {
288 if (isImmutable()) {
321 if (isImmutable()) {
353 if (isImmutable()) {
403 if (isImmutable()) {
H A DInsnList.java124 if (isImmutable()) {
H A DBasicBlockList.java203 if (isImmutable()) {
H A DRegisterSpecSet.java369 if (isImmutable()) {
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h92 // isImmutable - If true, the value of the stack object is set before
95 bool isImmutable; member in struct:llvm::MachineFrameInfo::StackObject
112 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM),
460 return Objects[ObjectIdx+NumFixedObjects].isImmutable;
/external/skia/include/core/
H A DSkPixelRef.h105 bool isImmutable() const { return fIsImmutable; } function in class:SkPixelRef
H A DSkBitmap.h164 bool isImmutable() const;
/external/skia/src/core/
H A DSkBitmap.cpp412 SkASSERT(!this->isImmutable());
508 bool SkBitmap::isImmutable() const { function in class:SkBitmap
509 return fPixelRef ? fPixelRef->isImmutable() :
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp523 if (bitmap.isImmutable()) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1698 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
1751 isImmutable);
1889 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
2171 isImmutable);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1772 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal(); local
1789 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
1793 VA.getLocMemOffset(), isImmutable);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 338 milliseconds