| /third_party/spirv-tools/source/opt/ |
| H A D | instrument_pass.cpp | 695 std::queue<uint32_t> roots; in InstProcessEntryPointCallTree() local 633 InstProcessCallTreeFromRoots(InstProcessFunction& pfn, std::queue<uint32_t>* roots, uint32_t stage_idx) InstProcessCallTreeFromRoots() argument [all...] |
| H A D | ir_context.cpp | 933 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local 941 std::queue<uint32_t> roots; in ProcessReachableCallTree() local 970 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument 991 std::queue<uint32_t> roots; CollectCallTreeFromRoots() local [all...] |
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | backref.c | 1202 find_parent_nodes(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 bytenr, u64 time_seq, struct ulist *refs, struct ulist *roots, const u64 *extent_item_pos, struct share_check *sc, bool ignore_offset) global() argument 1494 btrfs_find_all_roots_safe(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 bytenr, u64 time_seq, struct ulist **roots, bool ignore_offset) global() argument 1534 btrfs_find_all_roots(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 bytenr, u64 time_seq, struct ulist **roots, bool ignore_offset) global() argument 1564 btrfs_check_shared(struct btrfs_root *root, u64 inum, u64 bytenr, struct ulist *roots, struct ulist *tmp) global() argument 2001 struct ulist *roots = NULL; global() local [all...] |
| H A D | qgroup.c | 2605 static int maybe_fs_roots(struct ulist *roots) in maybe_fs_roots() argument 2420 qgroup_update_refcnt(struct btrfs_fs_info *fs_info, struct ulist *roots, struct ulist *tmp, struct ulist *qgroups, u64 seq, int update_old) qgroup_update_refcnt() argument 3242 struct ulist *roots = NULL; qgroup_rescan_leaf() local [all...] |
| H A D | extent_io.c | 4686 struct ulist *roots; in extent_fiemap() local
|
| /third_party/ltp/lib/ |
| H A D | tst_cgroup.c | 162 static struct cgroup_root roots[ROOTS_MAX + 1]; variable [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | scheduler.cc | 1407 void Run(NodeVector* roots) { in Run() argument 1524 void Run(NodeVector* roots) { in Run() argument
|
| H A D | typer.cc | 322 void Typer::Run(const NodeVector& roots, in Run() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-debug.cc | 919 void SharedFunctionInfo::SharedFunctionInfoVerify(ReadOnlyRoots roots) { in SharedFunctionInfoVerify() argument [all...] |
| H A D | objects-printer.cc | 77 ReadOnlyRoots roots = dict.GetReadOnlyRoots(); in PrintDictionaryContents() local 884 ReadOnlyRoots roots = dict.GetReadOnlyRoots(); in PrintTableContentsGeneric() local 1135 ReadOnlyRoots roots = GetReadOnlyRoots(); in FeedbackCellPrint() local 2706 ReadOnlyRoots roots = key.GetReadOnlyRoots(); in PrintOneTransition() local 2768 ReadOnlyRoots roots = ReadOnlyRoots(isolate_); PrintTransitionTree() local [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory-base.cc | 59 ReadOnlyRoots roots = read_only_roots(); in NewStruct() local 274 ReadOnlyRoots roots = read_only_roots(); in NewScriptWithId() local [all...] |
| H A D | factory.cc | 1851 Heap* roots = allocation_type == AllocationType::kMap in NewMap() local 1861 InitializeMap(Map map, InstanceType type, int instance_size, ElementsKind elements_kind, int inobject_properties, Heap* roots) InitializeMap() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | map.cc | 60 Map Map::GetInstanceTypeMap(ReadOnlyRoots roots, InstanceType type) { in GetInstanceTypeMap() argument
|
| H A D | feedback-vector.cc | 57 ReadOnlyRoots roots = symbol.GetReadOnlyRoots(); in IsPropertyNameFeedback() local
|
| H A D | elements.cc | 1488 ReadOnlyRoots roots = holder.GetReadOnlyRoots(cage_base); in HasAccessorsImpl() local [all...] |
| H A D | js-objects.cc | 503 ReadOnlyRoots roots = GetReadOnlyRoots(); in class_name() local 760 ReadOnlyRoots roots = properties.GetReadOnlyRoots(); SetHashAndUpdateProperties() local 814 ReadOnlyRoots roots = object.GetReadOnlyRoots(); GetIdentityHashHelper() local 4008 TestDictionaryPropertiesIntegrityLevel(Dictionary dict, ReadOnlyRoots roots, PropertyAttributes level) TestDictionaryPropertiesIntegrityLevel() argument 4189 ApplyAttributesToDictionary( Isolate* isolate, ReadOnlyRoots roots, Handle<Dictionary> dictionary, const PropertyAttributes attributes) ApplyAttributesToDictionary() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | context.rs | 2305 let mut roots = self in compute_allowlisted_and_codegen_items() variables [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | instrument_pass.cpp | 1012 std::queue<uint32_t> roots; in InstProcessEntryPointCallTree() local 946 InstProcessCallTreeFromRoots(InstProcessFunction& pfn, std::queue<uint32_t>* roots, uint32_t stage_idx) InstProcessCallTreeFromRoots() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | instrument_pass.cpp | 1012 std::queue<uint32_t> roots; in InstProcessEntryPointCallTree() local 946 InstProcessCallTreeFromRoots(InstProcessFunction& pfn, std::queue<uint32_t>* roots, uint32_t stage_idx) InstProcessCallTreeFromRoots() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftsdf.c | 2072 FT_16D16 roots[3] = { 0, 0, 0 }; /* real roots of the cubic eq. */ in get_min_distance_conic() local [all...] |
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | qgroup.c | 2486 qgroup_update_refcnt(struct btrfs_fs_info *fs_info, struct ulist *roots, struct ulist *tmp, struct ulist *qgroups, u64 seq, int update_old) qgroup_update_refcnt() argument 2671 maybe_fs_roots(struct ulist *roots) maybe_fs_roots() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_c.cpp | 877 vector<RootConstants> roots; in spvc_compiler_hlsl_set_root_constants_layout() local
|
| /kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
| H A D | nested.c | 361 unsigned long roots = 0; in nested_ept_invalidate_addr() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.cc | 1832 ReadOnlyRoots roots = js_obj.GetReadOnlyRoots(); ExtractElementReferences() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 5805 kvm_mmu_invalidate_addr(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, u64 addr, unsigned long roots) kvm_mmu_invalidate_addr() argument 5855 unsigned long roots = 0; kvm_mmu_invpcid_gva() local [all...] |