Home
last modified time | relevance | path

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

/external/v8/src/base/debug/
Dstack_trace_win.cc198 int machine_type = IMAGE_FILE_MACHINE_AMD64; in InitTrace() local
203 int machine_type = IMAGE_FILE_MACHINE_ARM64; in InitTrace() local
211 int machine_type = IMAGE_FILE_MACHINE_I386; in InitTrace() local
/external/v8/src/compiler/
Dsimplified-operator.h82 MachineType machine_type; // machine type of the field. member
155 MachineType machine_type; // machine type of the element. member
193 MachineType machine_type; // machine type of the field. member
Dlinkage.h178 MachineType machine_type) { in LinkageLocation()
Dwasm-compiler.cc5136 const MachineType machine_type; in AtomicOp() member
5828 MachineType machine_type = FieldType(struct_type, field_index, is_signed); in StructGet() local
5863 MachineType machine_type = MachineType::TypeForRepresentation( in ArrayGet() local
Deffect-control-linearizer.cc5077 MachineType machine_type = in LowerFastApiCall() local
5331 MachineType const machine_type = in LowerLoadDataViewElement() local
5374 MachineType const machine_type = in LowerStoreDataViewElement() local
Dsimplified-lowering.cc1181 MachineType machine_type(rep, DeoptValueSemanticOf(type)); in DeoptMachineTypeOf() local
/external/toolchain-utils/
Dlock_machine.py159 def PrintStatus(self, m, state, machine_type): argument
/external/kernel-headers/original/uapi/linux/
Da.out.h16 enum machine_type { enum
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc738 int machine_type = IMAGE_FILE_MACHINE_AMD64; in SlowUnwindStackWithContext() local
743 int machine_type = IMAGE_FILE_MACHINE_I386; in SlowUnwindStackWithContext() local
/external/v8/src/wasm/
Dvalue-type.h310 constexpr MachineType machine_type() const { in machine_type() function
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1161 DWORD machine_type; in GetModuleInfo() local
/external/v8/src/interpreter/
Dinterpreter-assembler.cc432 MachineType machine_type = (i == 0) ? msb_type : MachineType::Uint8(); in BytecodeOperandReadUnaligned() local
/external/v8/src/codegen/
Dcode-stub-assembler.cc2002 constexpr MachineType machine_type = MachineTypeOf<TValue>::value; in LoadArrayElement() local
2443 MachineType machine_type) { in LoadFixedDoubleArrayElement()
2536 MachineType machine_type) { in LoadDoubleWithHoleCheck()