Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc3888 MachineType mach_type = type.machine_type(); in GetSafeLoadOperator() local
3889 if (COMPRESS_POINTERS_BOOL && mach_type.IsTagged()) { in GetSafeLoadOperator()
3892 mach_type = MachineType::Pointer(); in GetSafeLoadOperator()
3896 return mcgraph()->machine()->Load(mach_type); in GetSafeLoadOperator()
3898 return mcgraph()->machine()->UnalignedLoad(mach_type); in GetSafeLoadOperator()