Home
last modified time | relevance | path

Searched refs:BasicValue (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java23 import org.objectweb.asm.tree.analysis.BasicValue;
38 public BasicValue naryOperation(AbstractInsnNode inst, @SuppressWarnings("rawtypes") List args) in naryOperation()
43 BasicValue base = super.naryOperation(inst, args); in naryOperation()
66 public BasicValue newValue(Type type) { in newValue()
67 BasicValue base = super.newValue(type); in newValue()
87 public BasicValue merge(BasicValue v1, BasicValue v2) { in merge()
88 BasicValue base = super.merge(v1, v2); in merge()
H A DLockTargetState.java18 import org.objectweb.asm.tree.analysis.BasicValue;
20 public class LockTargetState extends BasicValue {
H A DLockFindingClassVisitor.java32 import org.objectweb.asm.tree.analysis.BasicValue;
129 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd()
143 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DBasic.java52 public @interface BasicValue {} annotation in Basic
54 private @BasicValue String mBasic;
59 public Basic(@BasicValue String value) { in Basic()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes8728 com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic$BasicValue
H A Dboot-image-profile.txt32779 Lcom/android/ims/rcs/uce/presence/pidfparser/pidf/Basic$BasicValue;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes8749 com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic$BasicValue
H A Dboot-image-profile.txt42443 Lcom/android/ims/rcs/uce/presence/pidfparser/pidf/Basic$BasicValue;