Searched refs:machineType (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 145 bool IsUnalignedLoadSupported(const MachineType& machineType, in NON_EXPORTED_BASE() 147 return IsUnalignedSupported(unalignedLoadUnsupportedTypes_, machineType, in NON_EXPORTED_BASE() 151 bool IsUnalignedStoreSupported(const MachineType& machineType, in NON_EXPORTED_BASE() 153 return IsUnalignedSupported(unalignedStoreUnsupportedTypes_, machineType, in NON_EXPORTED_BASE() 182 const MachineType& machineType, in NON_EXPORTED_BASE() 190 if (m == machineType) { in NON_EXPORTED_BASE() 647 bool UnalignedLoadSupported(const MachineType& machineType, in NON_EXPORTED_BASE() 649 return alignment_requirements_.IsUnalignedLoadSupported(machineType, in NON_EXPORTED_BASE() 653 bool UnalignedStoreSupported(const MachineType& machineType, in NON_EXPORTED_BASE() 655 return alignment_requirements_.IsUnalignedStoreSupported(machineType, in NON_EXPORTED_BASE()
|
/external/skia/tools/ |
D | CrashHandler.cpp | 140 const DWORD machineType = IMAGE_FILE_MACHINE_I386; in handler() local 145 const DWORD machineType = IMAGE_FILE_MACHINE_AMD64; in handler() local 148 while (StackWalk64(machineType, in handler()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 351 DWORD machineType; 353 machineType = IMAGE_FILE_MACHINE_AMD64; 361 machineType = IMAGE_FILE_MACHINE_I386; 378 if (!StackWalk64(machineType, hProcess, hThread, &StackFrame,
|