Home
last modified time | relevance | path

Searched defs:machine_type (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h32 StoreRepresentation(MachineType machine_type, in StoreRepresentation()
36 MachineType machine_type() const { return machine_type_; } in machine_type() function
Dmachine-type.h70 inline MachineType TypeOf(MachineType machine_type) { in TypeOf()
76 inline MachineType RepresentationOf(MachineType machine_type) { in RepresentationOf()
83 inline int ElementSizeOf(MachineType machine_type) { in ElementSizeOf()
Dsimplified-operator.h41 MachineType machine_type; // machine type of the field. member
55 MachineType machine_type; // machine type of the element. member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc566 int machine_type = IMAGE_FILE_MACHINE_AMD64; in SlowUnwindStackWithContext() local
571 int machine_type = IMAGE_FILE_MACHINE_I386; in SlowUnwindStackWithContext() local
/external/kernel-headers/original/uapi/linux/
Da.out.h15 enum machine_type { enum
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1161 DWORD machine_type; in GetModuleInfo() local
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc22 MachineType machine_type; member