Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/android/ion/
Dionapp_export.c43 unsigned long map_len, heap_type, heap_size, flags; in main() local
54 heap_type = ION_HEAP_TYPE_SYSTEM; in main()
66 heap_type = ION_HEAP_TYPE_SYSTEM; in main()
69 heap_type = ION_HEAP_TYPE_SYSTEM_CONTIG; in main()
92 printf("heap_type: %ld, heap_size: %ld\n", heap_type, heap_size); in main()
93 info.heap_type = heap_type; in main()
Dionutils.h21 unsigned int heap_type; member
Dionmap_test.c91 info.heap_type = ION_HEAP_TYPE_SYSTEM; in main()
DREADME80 heap_type: 0, heap_size: 10
99 ion_test.sh: heap_type: 0 - [PASS]
Dionutils.c82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()
/external/v8/src/asmjs/
Dasm-parser.cc1493 AsmType* heap_type = heap_access_type_; in AssignmentExpression() local
1500 if (heap_type->IsA(AsmType::Float32Array()) && in AssignmentExpression()
1507 if (heap_type->IsA(AsmType::array_type())) { \ in AssignmentExpression()