Home
last modified time | relevance | path

Searched refs:kMachineType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dtnode.h35 static constexpr MachineType kMachineType = MachineType::Pointer();
40 static constexpr MachineType kMachineType = MachineType::SandboxedPointer();
51 static constexpr MachineType kMachineType = MachineType::Int32();
54 static constexpr MachineType kMachineType = MachineType::Uint32();
57 static constexpr MachineType kMachineType = MachineType::Int16();
60 static constexpr MachineType kMachineType = MachineType::Uint16();
63 static constexpr MachineType kMachineType = MachineType::Int8();
66 static constexpr MachineType kMachineType = MachineType::Uint8();
74 static constexpr MachineType kMachineType = MachineType::Int64();
77 static constexpr MachineType kMachineType = MachineType::Uint64();
[all …]
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h268 constexpr MachineType kMachineType[] = { in machine_type() local
275 return kMachineType[kind]; in machine_type()