Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc115 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
138 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie()
161 char mem_type[30]; in MmapFixedOrDie() local
Dsanitizer_common.cc166 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie()
236 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) { in MmapAlignedOrDie()
Dsanitizer_win.cc86 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
123 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie()
Dsanitizer_common.h82 INLINE void *MmapOrDieQuietly(uptr size, const char *mem_type) { in MmapOrDieQuietly()
/external/v8/test/cctest/wasm/
Dwasm-run-utils.h104 T* AddGlobal(MachineType mem_type) { in AddGlobal()
176 WasmGlobal* AddGlobal(MachineType mem_type) { in AddGlobal()
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc1159 MachineType mem_type = machineTypes[j]; in TEST_F() local
1180 MachineType mem_type = machineTypes[j]; in TEST_F() local
1216 byte AddGlobal(MachineType mem_type) { in AddGlobal()
1491 MachineType mem_type = machineTypes[j]; in TEST_F() local
1512 MachineType mem_type = machineTypes[j]; in TEST_F() local
/external/v8/src/wasm/
Dmodule-decoder.cc439 MachineType mem_type() { in mem_type() function in v8::internal::wasm::ModuleDecoder
Dast-decoder.cc1068 void ReduceLoadMem(Production* p, LocalType type, MachineType mem_type) { in ReduceLoadMem()
1080 void ReduceStoreMem(Production* p, LocalType type, MachineType mem_type) { in ReduceStoreMem()
/external/pcre/dist/sljit/
DsljitNativeMIPS_common.c2012 # define mem_type WORD_DATA in sljit_emit_op_flags() macro
2014 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
DsljitNativeTILEGX_64.c2089 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
/external/v8/src/compiler/
Dwasm-compiler.cc1665 MachineType mem_type = module_->GetGlobalType(index); in LoadGlobal() local
1677 MachineType mem_type = module_->GetGlobalType(index); in StoreGlobal() local
/external/fio/
Dthread_options.h157 enum fio_memtype mem_type; member
384 uint32_t mem_type; member