Home
last modified time | relevance | path

Searched defs:machineType (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
DCrashHandler.cpp191 const DWORD machineType = IMAGE_FILE_MACHINE_I386; in handler() local
196 const DWORD machineType = IMAGE_FILE_MACHINE_AMD64; in handler() local
201 const DWORD machineType = IMAGE_FILE_MACHINE_ARM64; in handler() local
/external/skqp/tools/
DCrashHandler.cpp140 const DWORD machineType = IMAGE_FILE_MACHINE_I386; in handler() local
145 const DWORD machineType = IMAGE_FILE_MACHINE_AMD64; in handler() local
/external/v8/src/wasm/
Dvalue-type.h314 #define MACH_TYPE(kind, log2Size, code, machineType, ...) \ in machine_type() argument
404 #define SHORT_NAME(kind, log2Size, code, machineType, shortName, ...) shortName, in short_name() argument
464 #define KIND_NAME(kind, log2Size, code, machineType, shortName, typeName, ...) \ in kind_name() argument