Home
last modified time | relevance | path

Searched defs:heap_type (Results 1 – 10 of 10) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dclass.h56 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/
Dwasm-opcodes.h804 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()
Dvalue-type.h187 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
Dfunction-body-decoder-impl.h180 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
Dwasm-module.h370 HeapType heap_type = type.heap_type(); in IsValidTableType() local
Dmodule-decoder.cc1352 uint32_t heap_type = in TypeOf() local
/external/linux-kselftest/tools/testing/selftests/android/ion/
Dionapp_export.c34 unsigned long map_len, heap_type, heap_size, flags; in main() local
Dionutils.h21 unsigned int heap_type; member
/external/igt-gpu-tools/lib/
Dion.c6 int ion_get_heap_id(int ion_fd, uint32_t heap_type) in ion_get_heap_id()
/external/v8/src/asmjs/
Dasm-parser.cc1510 AsmType* heap_type = heap_access_type_; in AssignmentExpression() local