HomeSort by relevance Sort by last modified time
    Searched full:hchange (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/src/crankshaft/
hydrogen-representation-changes.cc 39 new_value = new(graph()->zone()) HChange(
54 static bool IsNonDeoptingIntToSmiChange(HChange* change) {
88 // If this is an HForceRepresentation instruction, and an HChange has been
89 // inserted above it, examine the input representation of the HChange. If
92 // input of the HChange.
96 HChange* change = HChange::cast(input);
110 // after the (possible) HChange instruction. We make it disappear.
hydrogen-mark-deoptimize.h 17 // has this flag set. The flag is used by HChange tagged->double, which must
hydrogen-mark-deoptimize.cc 51 if (HChange::cast(current)->can_convert_undefined_to_nan()) {
hydrogen-uint32-analysis.cc 43 DCHECK(HChange::cast(use)->to().IsDouble() ||
44 HChange::cast(use)->to().IsSmi() ||
45 HChange::cast(use)->to().IsTagged());
hydrogen-range-analysis.cc 63 HChange* instr = HChange::cast(value);
244 HChange* instr = HChange::cast(value);
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h 22 typedef struct _HCHANGE *HCHANGE;
149 HCHANGE WINAPI CreateClusterNotifyPort(HCHANGE hChange,HCLUSTER hCluster,DWORD dwFilter,DWORD_PTR dwNotifyKey);
150 DWORD WINAPI RegisterClusterNotify(HCHANGE hChange,DWORD dwFilterType,HANDLE hObject,DWORD_PTR dwNotifyKey);
151 DWORD WINAPI GetClusterNotify(HCHANGE hChange,DWORD_PTR *lpdwNotifyKey,LPDWORD lpdwFilterType,LPWSTR lpszName,LPDWORD lpcchName,DWORD dwMilliseconds);
152 WINBOOL WINAPI CloseClusterNotifyPort(HCHANGE hChange);
    [all...]
winspool.h     [all...]
winsplp.h 195 WINBOOL (WINAPI *fpFindClosePrinterChangeNotification)(HANDLE hChange);
    [all...]
  /external/v8/test/mjsunit/
dehoisted-array-index.js 43 // Key is HChange, used by either dehoised or non-dehoisted
  /external/v8/src/ic/
ic-state.cc 277 // Booleans will be automatically truncated by HChange.
280 // Undefined will be automatically truncated by HChange.
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 4612 HChange* hchange = instr->hydrogen(); local
    [all...]
lithium-arm.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 4487 HChange* hchange = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 4588 HChange* hchange = instr->hydrogen(); local
    [all...]
lithium-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 4792 HChange* hchange = instr->hydrogen(); local
    [all...]
lithium-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 4861 HChange* hchange = instr->hydrogen(); local
    [all...]
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 4704 HChange* hchange = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 4918 HChange* hchange = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 4567 HChange* hchange = instr->hydrogen(); local
    [all...]
lithium-arm64.cc     [all...]

Completed in 1699 milliseconds

1 2