/third_party/node/deps/v8/src/compiler/ |
H A D | fast-api-calls.cc | 56 const CTypeInfo& type_info = in ResolveOverloads() local
|
H A D | js-generic-lowering.cc | 615 Node* type_info = site.has_value() ? jsgraph()->Constant(site.value()) in LowerJSCreateArray() local 620 node->InsertInput(zone(), 4, type_info); in LowerJSCreateArray() local
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-value-type.cpp | 24 jerry_type_t type_info; member 108 jerry_type_t type_info = jerry_value_get_type (entries[idx].value); in HWTEST_F() local 120 jerry_type_t type_info = jerry_value_get_type (symbol_value); in HWTEST_F() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 60 Handle<HeapObject> type_info = args.at<HeapObject>(argc + 2); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | embedder-tracing.h | 51 void* type_info() const { return raw_info.first; } in type_info() function
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_semaphore.c | 109 const VkSemaphoreTypeCreateInfo *type_info = in get_semaphore_type() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects-inl.h | 493 WasmTypeInfo type_info = map.wasm_type_info(); in type() local 569 WasmTypeInfo type_info = map.wasm_type_info(); in type() local
|
H A D | module-instantiate.cc | 154 Handle<WasmTypeInfo> type_info = isolate->factory()->NewWasmTypeInfo( in CreateStructMap() local 179 Handle<WasmTypeInfo> type_info = isolate->factory()->NewWasmTypeInfo( in CreateArrayMap() local 205 Handle<WasmTypeInfo> type_info = isolate->factory()->NewWasmTypeInfo( in CreateFuncRefMap() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | dynamic_message.cc | 343 DynamicMessage::DynamicMessage(const TypeInfo* type_info) in DynamicMessage() argument 348 DynamicMessage::DynamicMessage(const TypeInfo* type_info, Arena* arena) in DynamicMessage() argument 355 DynamicMessage::DynamicMessage(TypeInfo* type_info, bool lock_factory) in DynamicMessage() argument 696 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; GetPrototypeNoLock() local [all...] |
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump.c | 124 uint32_t type_info; member 135 uint32_t type_info; member 160 uint32_t type_info; member 180 uint32_t type_info; member 194 uint32_t type_info; member 206 uint32_t type_info; member 214 uint32_t type_info; global() member 299 valid_type(uint32_t type_info) valid_type() argument [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 991 const VkSemaphoreTypeCreateInfo *type_info = in vn_CreateSemaphore() local
|
H A D | vn_physical_device.c | 2553 const VkSemaphoreTypeCreateInfo *type_info = vk_find_struct_const( in vn_GetPhysicalDeviceExternalSemaphoreProperties() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 2350 nir_lower_vars_to_explicit_types_impl(nir_function_impl *impl, nir_variable_mode modes, glsl_type_size_align_func type_info) nir_lower_vars_to_explicit_types_impl() argument 2396 lower_vars_to_explicit(nir_shader *shader, struct exec_list *vars, nir_variable_mode mode, glsl_type_size_align_func type_info) lower_vars_to_explicit() argument 2487 nir_lower_vars_to_explicit_types(nir_shader *shader, nir_variable_mode modes, glsl_type_size_align_func type_info) nir_lower_vars_to_explicit_types() argument [all...] |
/third_party/mesa3d/src/compiler/ |
H A D | nir_types.cpp | 1076 glsl_get_explicit_type_for_size_align(const struct glsl_type *type, glsl_type_size_align_func type_info, unsigned *size, unsigned *align) glsl_get_explicit_type_for_size_align() argument
|
H A D | glsl_types.cpp | 2717 glsl_type::get_explicit_type_for_size_align(glsl_type_size_align_func type_info, in get_explicit_type_for_size_align() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 2006 const ImGuiDataTypeInfo* type_info = DataTypeGetInfo(data_type); in DataTypeApplyOpFromText() local
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 10395 CFunction::CFunction(const void* address, const CFunctionInfo* type_info) in CFunction() argument
|