Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc78 int Write(HeapObject value, HeapObjectReferenceType ref_type, in Write() argument
80 return Write(HeapObjectReference::From(value, ref_type), slot_offset); in Write()
82 int Write(Handle<HeapObject> value, HeapObjectReferenceType ref_type, in Write() argument
84 return Write(*value, ref_type, slot_offset); in Write()
98 HeapObjectReferenceType ref_type) { in WriteWithGenerationalBarrier() argument
100 HeapObjectReference::From(value, ref_type)); in WriteWithGenerationalBarrier()
103 HeapObjectReferenceType ref_type) { in WriteWithGenerationalBarrier() argument
104 return WriteWithGenerationalBarrier(*value, ref_type); in WriteWithGenerationalBarrier()
131 int Write(HeapObject value, HeapObjectReferenceType ref_type, in Write() argument
133 return Write(HeapObjectReference::From(value, ref_type), slot_offset); in Write()
[all …]
Ddeserializer.h239 HeapObjectReferenceType ref_type) in UnresolvedForwardRef()
240 : object(object), offset(offset), ref_type(ref_type) {} in UnresolvedForwardRef()
244 HeapObjectReferenceType ref_type; member
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.h519 base::Optional<typename ref_traits<T>::ref_type> TryMakeRef( in TryMakeRef()
522 return {typename ref_traits<T>::ref_type(broker, data)}; in TryMakeRef()
535 base::Optional<typename ref_traits<T>::ref_type> TryMakeRef(
546 base::Optional<typename ref_traits<T>::ref_type> TryMakeRef(
558 typename ref_traits<T>::ref_type MakeRef(JSHeapBroker* broker, T object) { in MakeRef()
564 typename ref_traits<T>::ref_type MakeRef(JSHeapBroker* broker, in MakeRef()
571 typename ref_traits<T>::ref_type MakeRefAssumeMemoryFence(JSHeapBroker* broker, in MakeRefAssumeMemoryFence()
578 typename ref_traits<T>::ref_type MakeRefAssumeMemoryFence(JSHeapBroker* broker, in MakeRefAssumeMemoryFence()
Dheap-refs.h156 using ref_type = Name##Ref; \
165 using ref_type = Name##Ref; \
178 using ref_type = ObjectRef;
190 using RefType = typename ref_traits<T>::ref_type;
Deffect-control-linearizer.cc5028 ExternalReference::Type ref_type = ExternalReference::FAST_C_CALL; in AdaptOverloadedFastCallArgument() local
5051 c_functions[func_index].address, ref_type)); in AdaptOverloadedFastCallArgument()
5065 c_functions[func_index].address, ref_type)); in AdaptOverloadedFastCallArgument()
5266 ExternalReference::Type ref_type = ExternalReference::FAST_C_CALL; in LowerFastApiCall() local
5279 c_functions[0].address, ref_type)) in LowerFastApiCall()
Dbytecode-graph-builder.cc379 typename ref_traits<T>::ref_type MakeRefForConstantForIndexOperand( in MakeRefForConstantForIndexOperand()
/third_party/mesa3d/
DREADME.OpenSource8 "Upstream URL": "https://gitlab.freedesktop.org/mesa/mesa/-/tree/mesa-22.2.4?ref_type=tags",
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dmacro_checker_file.py1675 ref_type=None, desc='', xrefs=None): argument
1677 if ref_type is None and data is not None:
1678 ref_type = data.directory
1679 if ref_type is None:
1680 ref_type = "????"
1682 entity, ref_type, desc, ' '.join(xrefs or []))
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DMinimumBufferSizeValidationTests.cpp28 std::string ref_type; member
102 if (!b.ref_type.empty() && !b.ref_mem.empty()) { in GenerateReferenceString()
103 ostream << "var r" << index << " : " << b.ref_type << " = b" << index << "." in GenerateReferenceString()
/third_party/curl/packages/vms/
Dcompare_curl_source.com194 $ ref_type = f$parse(ref_spec,,,"TYPE")
217 $ ref_name_type = ref_name + ref_type
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.cpp105 analysis::Type* ref_type = type_mgr->GetType(ref_type_id); in GenCheckCode() local
106 if (ref_type->AsPointer() != nullptr) { in GenCheckCode()
/third_party/spirv-tools/source/opt/
Dinst_buff_addr_check_pass.cpp105 analysis::Type* ref_type = type_mgr->GetType(ref_type_id); in GenCheckCode() local
106 if (ref_type->AsPointer() != nullptr) { in GenCheckCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_buff_addr_check_pass.cpp105 analysis::Type* ref_type = type_mgr->GetType(ref_type_id); in GenCheckCode() local
106 if (ref_type->AsPointer() != nullptr) { in GenCheckCode()
/third_party/openssl/
DConfigure1336 my $ref_type = ref $user{$_};
1362 $mkvalue->($ref_type, $user{$_})
1363 || $mkvalue->($ref_type, $target{$_});
/third_party/node/deps/openssl/openssl/
DConfigure1334 my $ref_type = ref $user{$_};
1360 $mkvalue->($ref_type, $user{$_})
1361 || $mkvalue->($ref_type, $target{$_});
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h245 typename compiler::ref_traits<T>::ref_type GetRefOperand(int operand_index) { in GetRefOperand()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc959 if (auto* ref_type = tip_type->As<Reference>()) { in EmitPipelineInput() local
960 tip_type = ref_type->type; in EmitPipelineInput()
1095 if (auto* ref_type = tip_type->As<Reference>()) { in EmitPipelineOutput() local
1096 tip_type = ref_type->type; in EmitPipelineOutput()