| /art/runtime/ | 
| D | offsets.h | 30   constexpr explicit Offset(size_t val) : val_(val) {}  in Offset() 71   constexpr explicit FrameOffset(size_t val) : Offset(val) {}  in FrameOffset() 80   constexpr explicit ThreadOffset(size_t val) : Offset(val) {}  in ThreadOffset() 89   constexpr explicit MemberOffset(size_t val) : Offset(val) {}  in MemberOffset()
  | 
| /art/test/2244-checker-remove-try-boundary/src/ | 
| D | Main.java | 109   private static int $noinline$testOptimizeSeparateBranches(int a, boolean val) {  in $noinline$testOptimizeSeparateBranches() 141   public static int $noinline$testDoNotOptimizeOneBranchThrows(int a, boolean val) {  in $noinline$testDoNotOptimizeOneBranchThrows() 186   public static int $noinline$testOptimizeAfterOneBranchDisappears(int a, boolean val) {  in $noinline$testOptimizeAfterOneBranchDisappears() 265   public static int $noinline$testRemoveTryBoundaryNestedButNotCatch(int a, boolean val) {  in $noinline$testRemoveTryBoundaryNestedButNotCatch() 333           int a, boolean val) {  in $noinline$testNestedTryBoundariesWithLoopAndCatchOutsideOfLoop()
  | 
| /art/test/542-inline-trycatch/src/ | 
| D | Main.java | 37     int val = 0;  in testSingleBlockFromTry()  local 53     int val = 0;  in testSingleBlockFromCatch()  local 64     int val = 0;  in testMultipleBlocksFromTry()  local 92     int val = 0;  in testMultipleBlocksFromCatch()  local
  | 
| /art/test/ti-agent/ | 
| D | early_return_helper.cc | 35     JNIEnv* env, jclass k ATTRIBUTE_UNUSED, jthread thr, jfloat val) {  in Java_art_NonStandardExit_forceEarlyReturnFloat() 40     JNIEnv* env, jclass k ATTRIBUTE_UNUSED, jthread thr, jdouble val) {  in Java_art_NonStandardExit_forceEarlyReturnDouble() 45     JNIEnv* env, jclass k ATTRIBUTE_UNUSED, jthread thr, jlong val) {  in Java_art_NonStandardExit_forceEarlyReturnLong() 50     JNIEnv* env, jclass k ATTRIBUTE_UNUSED, jthread thr, jint val) {  in Java_art_NonStandardExit_forceEarlyReturnInt() 60     JNIEnv* env, jclass k ATTRIBUTE_UNUSED, jthread thr, jobject val) {  in Java_art_NonStandardExit_forceEarlyReturnObject()
  | 
| /art/test/1935-get-set-current-frame-jit/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1911-get-local-var-table/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1966-get-set-local-objects-no-table/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1924-frame-pop-toggle/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1965-get-set-local-primitive-no-tables/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1926-missed-frame-pop/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1915-get-set-local-current-thread/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1916-get-set-current-frame/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1923-frame-pop/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1912-get-set-local-primitive/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1914-get-local-instance/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/jvmti-common/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1967-get-set-local-bad-slot/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1939-proxy-frames/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1925-self-frame-pop/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/test/1913-get-set-local-objects/src/art/ | 
| D | Locals.java | 104   public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableInt() 107   public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableLong() 110   public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableFloat() 113   public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) {  in SetLocalVariableDouble() 116   public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val);  in SetLocalVariableInt() 117   public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val);  in SetLocalVariableLong() 118   public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val);  in SetLocalVariableFloat() 119   public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val);  in SetLocalVariableDouble() 120   public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val);  in SetLocalVariableObject()
  | 
| /art/libartbase/base/ | 
| D | endian_utils.h | 66 inline void SetBytes(uint8_t* buf, T val) {  in SetBytes() 70 inline void Set1(uint8_t* buf, uint8_t val) {  in Set1() 74 inline void Set2BE(uint8_t* buf, uint16_t val) {  in Set2BE() 78 inline void Set4BE(uint8_t* buf, uint32_t val) {  in Set4BE() 82 inline void Set8BE(uint8_t* buf, uint64_t val) {  in Set8BE()
  | 
| D | bit_string_test.cc | 39 BitStringChar MakeBitStringChar(size_t idx, size_t val) {  in MakeBitStringChar() 43 BitStringChar MakeBitStringChar(size_t val) {  in MakeBitStringChar() 53   for (size_t val : values) {  local 81 BitString SetBitStringCharAt(BitString bit_string, size_t i, size_t val) {  in SetBitStringCharAt()
  | 
| D | hiddenapi_flags.h | 39   constexpr uint32_t ToUint(T val) { return static_cast<uint32_t>(val); }  in ToUint() 43   constexpr uint32_t ToBit(T val) { return 1u << ToUint(val); }  in ToBit() 57   constexpr bool MatchesBitMask(uint32_t val, uint32_t mask) { return (val & mask) == val; }  in MatchesBitMask() 61   constexpr bool MatchesBitMask(T val, uint32_t mask) { return MatchesBitMask(ToUint(val), mask); }  in MatchesBitMask() 174   explicit ApiList(DomainApi val) : ApiList(Value::kInvalid, helper::ToBit(val)) {}  in ApiList()
  | 
| /art/test/2241-checker-inline-try-catch/src/ | 
| D | Main.java | 100     int val = 0;  in $noinline$testDoNotInlineInsideTryInlineInsideCatch()  local 140     int val = 0;  in $noinline$testBeforeAfterTryCatch()  local 199     int val = 0;  in $inline$OOBTryCatchFinally()  local 258     int val = 0;  in $inline$testThrowCaughtInOuterMethod_simpleTryCatch()  local 272     int val = 0;  in $inline$testThrowCaughtInOuterMethod_simpleTryCatch_inliningInner()  local 286     int val = 0;  in $inline$testThrowCaughtInOuterMethod_withFinally()  local
  | 
| /art/test/434-invoke-direct/src/ | 
| D | InvokeDirectSuper.java | 18   public int val;  field in InvokeDirectSuper
  |