Searched defs:heap_type (Results 1 – 10 of 10) sorted by relevance
| /external/python/pybind11/include/pybind11/detail/ |
| D | class.h | 56 auto heap_type = (PyHeapTypeObject *) PyType_Type.tp_alloc(&PyType_Type, 0); in make_static_property_type() local 170 auto heap_type = (PyHeapTypeObject *) PyType_Type.tp_alloc(&PyType_Type, 0); in make_default_metaclass() local 379 auto heap_type = (PyHeapTypeObject *) metaclass->tp_alloc(metaclass, 0); in make_object_base_type() local 449 inline void enable_dynamic_attributes(PyHeapTypeObject *heap_type) { in enable_dynamic_attributes() 511 inline void enable_buffer_protocol(PyHeapTypeObject *heap_type) { in enable_buffer_protocol() 571 auto heap_type = (PyHeapTypeObject *) metaclass->tp_alloc(metaclass, 0); in make_new_python_type() local
|
| /external/v8/src/wasm/ |
| D | wasm-opcodes.h | 804 HeapType::Representation heap_type; member 840 static WasmInitExpr RefNullConst(HeapType::Representation heap_type) { in RefNullConst() 847 static WasmInitExpr RttCanon(HeapType::Representation heap_type) { in RttCanon() 854 static WasmInitExpr RttSub(HeapType::Representation heap_type, in RttSub()
|
| D | value-type.h | 187 static constexpr ValueType Ref(uint32_t heap_type, Nullability nullability) { in Ref() 193 static constexpr ValueType Ref(HeapType heap_type, Nullability nullability) { in Ref() 197 static constexpr ValueType Rtt(uint32_t heap_type, in Rtt() 204 static constexpr ValueType Rtt(HeapType heap_type, in Rtt() 257 constexpr HeapType heap_type() const { in heap_type() function
|
| D | function-body-decoder-impl.h | 180 V8_INLINE WasmFeature feature_for_heap_type(HeapType heap_type) { in feature_for_heap_type() 270 HeapType heap_type = HeapType::from_code(code); in read_value_type() local 301 HeapType heap_type = in read_value_type() local 325 HeapType heap_type = read_heap_type<validate>( in read_value_type() local
|
| D | wasm-module.h | 370 HeapType heap_type = type.heap_type(); in IsValidTableType() local
|
| D | module-decoder.cc | 1352 uint32_t heap_type = in TypeOf() local
|
| /external/linux-kselftest/tools/testing/selftests/android/ion/ |
| D | ionapp_export.c | 34 unsigned long map_len, heap_type, heap_size, flags; in main() local
|
| D | ionutils.h | 21 unsigned int heap_type; member
|
| /external/igt-gpu-tools/lib/ |
| D | ion.c | 6 int ion_get_heap_id(int ion_fd, uint32_t heap_type) in ion_get_heap_id()
|
| /external/v8/src/asmjs/ |
| D | asm-parser.cc | 1510 AsmType* heap_type = heap_access_type_; in AssignmentExpression() local
|