Searched refs:MemorySize (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 90 #define TestFstpSt(Size, MemorySize, Type) \ in TEST_F() argument 92 const uint32_t T1 = allocate##MemorySize(); \ in TEST_F() 94 const uint32_t T2 = allocate##MemorySize(); \ in TEST_F() 96 const uint32_t T3 = allocate##MemorySize(); \ in TEST_F() 98 const uint32_t T4 = allocate##MemorySize(); \ in TEST_F() 100 const uint32_t T5 = allocate##MemorySize(); \ in TEST_F() 102 const uint32_t T6 = allocate##MemorySize(); \ in TEST_F() 104 const uint32_t T7 = allocate##MemorySize(); \ in TEST_F() 107 const uint32_t N7 = allocate##MemorySize(); \ in TEST_F() 109 const uint32_t N6 = allocate##MemorySize(); \ in TEST_F() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 39 uint32_t MemorySize; // Memory size in bytes member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 205 uint32_t MemorySize; member
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 177 CASE_OP(MemorySize, "memory.size") in OpcodeName()
|
D | wasm-opcodes.h | 115 V(MemorySize, 0x3f, i_v) \
|
D | function-body-decoder-impl.h | 3297 DECODE(MemorySize) { 3567 DECODE_IMPL(MemorySize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 53 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
|
D | WasmEmitter.cpp | 159 encodeULEB128(Section.MemorySize, OS); in writeSectionContent()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1236 ULONG MemorySize; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 330 DylinkInfo.MemorySize = readVaruint32(Ctx); in parseDylinkSection()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 2854 LOAD_INSTANCE_FIELD(mem_size.gp(), MemorySize, kSystemPointerSize, pinned); in BoundsCheckMem() 3204 LOAD_INSTANCE_FIELD(mem_size, MemorySize, kSystemPointerSize, {}); in CurrentMemoryPages()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 795 LOAD_INSTANCE_FIELD_NO_ELIMINATION(MemorySize, MachineType::UintPtr()); in StackCheck() 3531 LOAD_INSTANCE_FIELD_NO_ELIMINATION(MemorySize, MachineType::UintPtr()); in InitInstanceCache()
|