/external/valgrind/VEX/priv/ |
guest_arm_helpers.c | 108 /* Calculate the N flag from the supplied thunk components, in the 188 /* Calculate the Z flag from the supplied thunk components, in the 270 /* Calculate the C flag from the supplied thunk components, in the 351 /* Calculate the V flag from the supplied thunk components, in the 434 /* Calculate NZCV from the supplied thunk components, in the positions 468 /* Calculate the specified condition from the thunk components, in the 658 /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */ 819 values (from the thunk) are assumed to have bits 31:1 829 /* Thunk args are (result, shco, oldV) */ 835 /* Thunk args are (argL, argR, unused) * [all...] |
guest_x86_defs.h | 208 /* %EFLAGS thunk descriptors. A four-word thunk is used to record 211 more efficiently using a 3-word thunk, but that makes it impossible 236 (2) When passing the thunk components to an evaluation function 246 When building the thunk, it is always necessary to write words into
|
guest_arm64_helpers.c | 112 /* Calculate the N flag from the supplied thunk components, in the 230 /* Calculate the Z flag from the supplied thunk components, in the 350 /* Calculate the C flag from the supplied thunk components, in the 459 /* Calculate the V flag from the supplied thunk components, in the 573 /* Calculate NZCV from the supplied thunk components, in the positions 607 /* Calculate the specified condition from the thunk components, in the 896 //ZZ /* thunk is: (dep1=argL, dep2=argR, ndep=oldC) */ [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Folder.java | 60 import com.android.launcher3.util.Thunk; 109 @Thunk final Alarm mScrollPauseAlarm = new Alarm(); 111 @Thunk final ArrayList<View> mItemsInReadingOrder = new ArrayList<View>(); 123 @Thunk FolderIcon mFolderIcon; 125 @Thunk FolderPagedView mContent; 126 @Thunk View mContentWrapper; 133 @Thunk int mTargetRank, mPrevTargetRank, mEmptyCellRank; 135 @Thunk int mState = STATE_NONE; 146 @Thunk float mFolderIconPivotX; 147 @Thunk float mFolderIconPivotY [all...] |
ButtonDropTarget.java | 42 import com.android.launcher3.util.Thunk; 66 @Thunk ColorMatrix mSrcFilter, mDstFilter, mCurrentFilter; 250 @Thunk abstract void completeDrop(DragObject d);
|
DeleteDropTarget.java | 28 import com.android.launcher3.util.Thunk; 61 @Thunk void completeDrop(DragObject d) {
|
DragController.java | 37 import com.android.launcher3.util.Thunk; 68 @Thunk Launcher mLauncher; 108 @Thunk DragScroller mDragScroller; 109 @Thunk int mScrollState = SCROLL_OUTSIDE_ZONE; 116 @Thunk int mLastTouch[] = new int[2]; 117 @Thunk long mLastTouchUpTime = -1; 118 @Thunk int mDistanceSinceScroll = 0; 548 @Thunk void checkScrollState(int x, int y) {
|
FirstFrameAnimatorHelper.java | 27 import com.android.launcher3.util.Thunk; 46 @Thunk static long sGlobalFrameCounter;
|
FocusIndicatorView.java | 27 import com.android.launcher3.util.Thunk; 181 @Thunk static final class ViewAnimState {
|
LauncherModel.java | 63 import com.android.launcher3.util.Thunk; 100 @Thunk final boolean mAppsCanBeOnRemoveableStorage; 103 @Thunk final LauncherAppState mApp; 104 @Thunk final Object mLock = new Object(); 105 @Thunk DeferredHandler mHandler = new DeferredHandler(); 106 @Thunk LoaderTask mLoaderTask; 107 @Thunk boolean mIsLoaderTaskRunning; 108 @Thunk boolean mHasLoaderCompletedOnce; 112 @Thunk static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader"); 116 @Thunk static final Handler sWorker = new Handler(sWorkerThread.getLooper()) [all...] |
LauncherProvider.java | 58 import com.android.launcher3.util.Thunk; 84 @Thunk LauncherProviderChangeListener mListener; 85 @Thunk DatabaseHelper mOpenHelper; 131 @Thunk static long dbInsertAndCheck(DatabaseHelper helper, 311 @Thunk static void addModifiedTime(ContentValues values) { 463 @Thunk final AppWidgetHost mAppWidgetHost; 469 @Thunk LauncherProviderChangeListener mListener; 738 @Thunk void convertShortcutsToLauncherActivities(SQLiteDatabase db) { [all...] |
/art/compiler/linker/arm/ |
relative_patcher_thumb2_test.cc | 73 // There may be a thunk before method2. 75 return false; // No thunk. 79 return true; // Thunk present. 248 ASSERT_FALSE(thunk_in_gap); // There should be no thunk. 268 ASSERT_FALSE(thunk_in_gap); // There should be no thunk. 317 ASSERT_FALSE(thunk_in_gap); // There should be a thunk but it should be after the method2.
|
/art/compiler/linker/arm64/ |
relative_patcher_arm64.cc | 74 // that actually require the thunk. 179 insn |= 0x14000000; // B <thunk> 190 static_assert(kAdrpThunkSize == 2 * 4u, "thunk has 2 instructions"); 196 // Write the new ADRP (or B to the erratum 843419 thunk). 205 CHECK_EQ(adrp & 0xfc000000u, 0x14000000u); // B <thunk> 229 // The thunk just uses the entry point in the ArtMethod. This works even for calls
|
/external/v8/test/mjsunit/es6/ |
generators-iteration.js | 65 function testNext(thunk) { 66 var iter = thunk(); 75 function testSend(thunk) { 76 var iter = thunk(); 84 function testThrow(thunk) { 86 var iter = thunk();
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vtables-return-thunks.cpp | 53 // This thunk has a return adjustment. 80 // J's foo will require an adjusting thunk, and K will require a trivial thunk.
|
mangle-ms-templates-memptrs.cpp | 104 // Virtual methods requiring thunk mangling. 127 // PR17034: MSVC reuses the same thunk for every virtual g method because they 128 // are all at vftable offset zero. They then mangle the name of the first thunk
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
dll_host.cc | 18 // Now make sure the DLL thunk imports everything:
|
/external/llvm/test/CodeGen/X86/ |
vararg-callee-cleanup.ll | 46 ; If you actually return from such a thunk, it will only pop the non-variadic
|
/external/llvm/test/DebugInfo/PDB/ |
pdbdump-symbol-format.test | 14 ; SYM_FORMAT-DAG: thunk [{{.*}}] (Pcode) B::`vcall'{0}'
|
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
resumption.c | 90 TH_LOG("Thunk: 0x%lX\n", thunk_addr); 104 /* Check if we're within the thunk. */
|
/external/clang/include/clang/Basic/ |
ABI.h | 178 /// adjustment for a thunk. 186 /// \brief Holds a pointer to the overridden method this thunk is for,
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsContainerView.java | 60 import com.android.launcher3.util.Thunk; 145 @Thunk Launcher mLauncher; 146 @Thunk AlphabeticalAppsList mApps; 151 @Thunk View mContent; 152 @Thunk View mContainerView; 153 @Thunk View mRevealView; 154 @Thunk AllAppsRecyclerView mAppsRecyclerView; 155 @Thunk AllAppsSearchBarController mSearchBarController;
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
LauncherAccessibilityDelegate.java | 39 import com.android.launcher3.util.Thunk; 69 @Thunk final Launcher mLauncher; 256 @Thunk void performResizeAction(int action, View host, LauncherAppWidgetInfo info) { 295 @Thunk void announceConfirmation(int resId) { 299 @Thunk void announceConfirmation(String confirmation) {
|
/external/valgrind/coregrind/m_demangle/ |
demangle.h | 271 /* A thunk. This has one subtree, the name for which this is a 272 thunk. */ 274 /* A virtual thunk. This has one subtree, the name for which this 275 is a virtual thunk. */ 277 /* A covariant thunk. This has one subtree, the name for which this 278 is a covariant thunk. */ 434 the unmangled symbol of a tm_callable becomes a thunk and the
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBExtras.cpp | 167 raw_ostream &llvm::operator<<(raw_ostream &OS, const PDB_ThunkOrdinal &Thunk) { 168 switch (Thunk) { 240 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Thunk, OS)
|