Home
last modified time | relevance | path

Searched refs:source_map (Results 1 – 25 of 25) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc414 wasm::WasmModuleSourceMap* source_map = in LogWriteDebugInfo() local
424 if (!source_map || !source_map->IsValid() || in LogWriteDebugInfo()
425 !source_map->HasSource(code_offset, code_end_offset)) { in LogWriteDebugInfo()
432 if (!source_map->HasValidEntry(code_offset, offset)) continue; in LogWriteDebugInfo()
434 size += source_map->GetFilename(offset).size() + 1; in LogWriteDebugInfo()
461 if (!source_map->HasValidEntry(code_offset, offset)) continue; in LogWriteDebugInfo()
468 static_cast<int>(source_map->GetSourceLine(offset)) + 1; in LogWriteDebugInfo()
471 std::string name_string = source_map->GetFilename(offset); in LogWriteDebugInfo()
/third_party/pulseaudio/src/modules/
Dmodule-remap-source.c294 pa_channel_map source_map, stream_map; in pa__init() local
314 source_map = master->channel_map; in pa__init()
315 …if (pa_modargs_get_sample_spec_and_channel_map(ma, &ss, &source_map, PA_CHANNEL_MAP_DEFAULT) < 0) { in pa__init()
320 stream_map = source_map; in pa__init()
355 pa_source_new_data_set_channel_map(&source_data, &source_map); in pa__init()
/third_party/rust/crates/syn/benches/
Drust.rs51 use rustc_span::source_map::{FilePathMapping, SourceMap};
59 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench() method
/third_party/cef/libcef/renderer/extensions/
Dextensions_dispatcher_delegate.cc19 extensions::ResourceBundleSourceMap* source_map) {} in PopulateSourceMap() argument
Dextensions_dispatcher_delegate.h24 extensions::ResourceBundleSourceMap* source_map) override;
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c1675 …common(pa_modargs *ma, struct userdata *u, pa_sample_spec *source_ss, pa_channel_map *source_map) { in init_common() argument
1679 …if (pa_modargs_get_sample_spec_and_channel_map(ma, source_ss, source_map, PA_CHANNEL_MAP_DEFAULT) … in init_common()
1715 pa_channel_map source_output_map, source_map, sink_map; in pa__init() local
1765 source_map = source_master->channel_map; in pa__init()
1771 pa_channel_map_init_auto(&source_map, source_ss.channels, PA_CHANNEL_MAP_DEFAULT); in pa__init()
1829 if (init_common(ma, u, &source_ss, &source_map) < 0) in pa__init()
1841 source_output_map = source_map; in pa__init()
1849 …ource_output_ss, &source_output_map, &sink_ss, &sink_map, &source_ss, &source_map, &nframes, pa_mo… in pa__init()
1871 pa_source_new_data_set_channel_map(&source_data, &source_map); in pa__init()
2222 pa_channel_map source_output_map, source_map, sink_map; in main() local
[all …]
/third_party/node/deps/v8/src/ic/
Dic.cc749 bool IC::IsTransitionOfMonomorphicTarget(Map source_map, Map target_map) { in IsTransitionOfMonomorphicTarget() argument
750 if (source_map.is_null()) return true; in IsTransitionOfMonomorphicTarget()
752 if (source_map.is_abandoned_prototype_map()) return false; in IsTransitionOfMonomorphicTarget()
755 source_map.elements_kind(), target_elements_kind); in IsTransitionOfMonomorphicTarget()
760 transitioned_map = source_map.FindElementsKindTransitionedMap( in IsTransitionOfMonomorphicTarget()
3178 static Handle<Map> FastCloneObjectMap(Isolate* isolate, Handle<Map> source_map, in FastCloneObjectMap() argument
3180 SLOW_DCHECK(CanFastCloneObject(source_map)); in FastCloneObjectMap()
3187 if (source_map->IsJSObjectMap() && source_map->GetInObjectProperties() != in FastCloneObjectMap()
3189 int inobject_properties = source_map->GetInObjectProperties(); in FastCloneObjectMap()
3192 int unused = source_map->UnusedInObjectProperties(); in FastCloneObjectMap()
[all …]
Dic.h115 bool IsTransitionOfMonomorphicTarget(Map source_map, Map target_map);
Daccessor-assembler.cc4778 TNode<Map> source_map = LoadMap(CAST(source)); in GenerateCloneObjectIC_Slow() local
4779 GotoIfNot(IsJSObjectMap(source_map), &call_runtime); in GenerateCloneObjectIC_Slow()
4783 context, source_map, CAST(source), kPropertyAdditionOrder, in GenerateCloneObjectIC_Slow()
4824 TNode<Map> source_map = LoadReceiverMap(source); in GenerateCloneObjectIC() local
4825 GotoIf(IsDeprecatedMap(source_map), &miss); in GenerateCloneObjectIC()
4830 TryMonomorphicCase(slot, CAST(maybe_vector), source_map, &if_handler, in GenerateCloneObjectIC()
4845 CSA_SLOW_DCHECK(this, IsJSObjectMap(source_map)); in GenerateCloneObjectIC()
4885 LoadMapInobjectPropertiesStartInWords(source_map); in GenerateCloneObjectIC()
4886 TNode<IntPtrT> source_size = LoadMapInstanceSizeInWords(source_map); in GenerateCloneObjectIC()
4924 HandlePolymorphicCase(source_map, CAST(strong_feedback), &if_handler, in GenerateCloneObjectIC()
/third_party/rust/crates/syn/tests/common/
Dparse.rs10 use rustc_span::source_map::FilePathMapping;
Deq.rs140 use rustc_span::source_map::Spanned;
/third_party/node/deps/v8/src/objects/
Dmap-updater.cc318 Map source_map = previous; in DetectIntegrityLevelTransitions() local
322 while (!source_map.is_extensible()) { in DetectIntegrityLevelTransitions()
323 previous = Map::cast(source_map.GetBackPointer(isolate)); in DetectIntegrityLevelTransitions()
325 if (!transitions.HasIntegrityLevelTransitionTo(source_map)) { in DetectIntegrityLevelTransitions()
328 source_map = previous; in DetectIntegrityLevelTransitions()
332 CHECK_EQ(map.NumberOfOwnDescriptors(), source_map.NumberOfOwnDescriptors()); in DetectIntegrityLevelTransitions()
335 info.integrity_level_source_map = source_map; in DetectIntegrityLevelTransitions()
Dfeedback-vector.cc876 void FeedbackNexus::ConfigureCloneObject(Handle<Map> source_map, in ConfigureCloneObject() argument
892 SetFeedback(HeapObjectReference::Weak(*source_map), UPDATE_WRITE_BARRIER, in ConfigureCloneObject()
896 if (feedback.is_null() || feedback.is_identical_to(source_map) || in ConfigureCloneObject()
898 SetFeedback(HeapObjectReference::Weak(*source_map), in ConfigureCloneObject()
906 array->Set(2, HeapObjectReference::Weak(*source_map)); in ConfigureCloneObject()
922 if (cached_map.is_identical_to(source_map) || in ConfigureCloneObject()
946 array->Set(i, HeapObjectReference::Weak(*source_map)); in ConfigureCloneObject()
Dfeedback-vector.h828 void ConfigureCloneObject(Handle<Map> source_map, Handle<Map> result_map);
/third_party/node/deps/v8/src/compiler/
Dload-elimination.cc844 Handle<Map> source_map(transition.source()); in ReduceTransitionElementsKind() local
854 AliasStateInfo alias_info(state, object, source_map); in ReduceTransitionElementsKind()
867 if (object_maps.contains(ZoneHandleSet<Map>(source_map))) { in ReduceTransitionElementsKind()
868 object_maps.remove(source_map, zone()); in ReduceTransitionElementsKind()
870 AliasStateInfo alias_info(state, object, source_map); in ReduceTransitionElementsKind()
875 AliasStateInfo alias_info(state, object, source_map); in ReduceTransitionElementsKind()
Deffect-control-linearizer.cc4812 Node* source_map = __ HeapConstant(transition.source()); in LowerTransitionElementsKind() local
4819 Node* check = __ TaggedEqual(object_map, source_map); in LowerTransitionElementsKind()
/third_party/node/deps/v8/src/logging/
Dlog.cc758 wasm::WasmModuleSourceMap* source_map = in LogRecordedBuffer() local
769 if (source_map && source_map->IsValid() && in LogRecordedBuffer()
770 source_map->HasSource(code_offset, code_end_offset)) { in LogRecordedBuffer()
776 if (!source_map->HasValidEntry(code_offset, offset)) continue; in LogRecordedBuffer()
778 filename = source_map->GetFilename(offset); in LogRecordedBuffer()
782 last_line_number = source_map->GetSourceLine(offset) + 1; in LogRecordedBuffer()
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs27 use rustc_span::source_map::FilePathMapping;
/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc793 TNode<Map> source_map = LoadMap(CAST(source)); in SetOrCopyDataProperties() local
794 TNode<Uint16T> source_instance_type = LoadMapInstanceType(source_map); in SetOrCopyDataProperties()
814 context, source_map, CAST(source), kEnumerationOrder, in SetOrCopyDataProperties()
823 context, source_map, CAST(source), kEnumerationOrder, in SetOrCopyDataProperties()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp3057 const Buffer::MapOwner source_map( in iterate() local
3086 memcpy(source_map.m_data, modified_source_data, data_size * sizeof(GLuint)); in iterate()
3232 const Buffer::MapOwner source_map( in iterate() local
3261 memcpy(source_map.m_data, modified_source_data, data_size * sizeof(GLuint)); in iterate()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc269 auto source_map = native_module_->GetWasmSourceMap(); in LogCode() local
270 if (!source_map && debug_symbols.type == WasmDebugSymbols::Type::SourceMap && in LogCode()
1478 std::unique_ptr<WasmModuleSourceMap> source_map) { in SetWasmSourceMap() argument
1479 source_map_ = std::move(source_map); in SetWasmSourceMap()
Dwasm-code-manager.h690 void SetWasmSourceMap(std::unique_ptr<WasmModuleSourceMap> source_map);
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4361 TNode<TIndex> capacity, TNode<Map> source_map, ElementsKind from_kind, in ExtractToFixedArray() argument
4372 CSA_DCHECK(this, TaggedEqual(source_map, LoadMap(source))); in ExtractToFixedArray()
4375 TVARIABLE(Map, var_target_map, source_map); in ExtractToFixedArray()
4384 CSA_DCHECK(this, IsFixedDoubleArrayMap(source_map)); in ExtractToFixedArray()
4388 CSA_DCHECK(this, Word32BinaryNot(IsFixedDoubleArrayMap(source_map))); in ExtractToFixedArray()
4582 TNode<Map> source_map = LoadMap(source); in ExtractFixedArray() local
4587 GotoIf(IsFixedDoubleArrayMap(source_map), &if_fixed_double_array); in ExtractFixedArray()
4589 CSA_DCHECK(this, IsFixedDoubleArrayMap(source_map)); in ExtractFixedArray()
4597 source, *first, *count, *capacity, source_map, PACKED_ELEMENTS, in ExtractFixedArray()
4610 source, *first, *count, *capacity, source_map, var_holes_converted, in ExtractFixedArray()
[all …]
Dcode-stub-assembler.h2296 TNode<TIndex> capacity, TNode<Map> source_map, ElementsKind from_kind,
2321 TNode<TIndex> capacity, TNode<Map> source_map,
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc886 Handle<Map> CreateNonConstructorMap(Isolate* isolate, Handle<Map> source_map, in CreateNonConstructorMap() argument
889 Handle<Map> map = Map::Copy(isolate, source_map, reason); in CreateNonConstructorMap()