Searched defs:mem_type (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 115 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
|
D | sanitizer_common.cc | 166 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() 236 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) { in MmapAlignedOrDie()
|
D | sanitizer_win.cc | 86 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() 123 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie()
|
D | sanitizer_common.h | 82 INLINE void *MmapOrDieQuietly(uptr size, const char *mem_type) { in MmapOrDieQuietly()
|
/external/v8/test/cctest/wasm/ |
D | wasm-run-utils.h | 104 T* AddGlobal(MachineType mem_type) { in AddGlobal() 176 WasmGlobal* AddGlobal(MachineType mem_type) { in AddGlobal()
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 1159 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/ |
D | module-decoder.cc | 439 MachineType mem_type() { in mem_type() function in v8::internal::wasm::ModuleDecoder
|
D | ast-decoder.cc | 1068 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/ |
D | sljitNativeMIPS_common.c | 2012 # 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
|
D | sljitNativeTILEGX_64.c | 2089 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 1665 MachineType mem_type = module_->GetGlobalType(index); in LoadGlobal() local 1677 MachineType mem_type = module_->GetGlobalType(index); in StoreGlobal() local
|
/external/fio/ |
D | thread_options.h | 157 enum fio_memtype mem_type; member 384 uint32_t mem_type; member
|