Home
last modified time | relevance | path

Searched refs:roots (Results 176 - 200 of 209) sorted by relevance

123456789

/third_party/node/deps/v8/src/objects/
H A Djs-function.cc1123 ReadOnlyRoots roots(isolate); in UseFastFunctionNameLookup()
1126 if (descriptors.GetKey(kNameIndex) != roots.name_string() || in UseFastFunctionNameLookup()
H A Dmap.h782 static Map GetInstanceTypeMap(ReadOnlyRoots roots, InstanceType type);
H A Dmap.cc25 #include "src/roots/roots.h"
60 Map Map::GetInstanceTypeMap(ReadOnlyRoots roots, InstanceType type) { in GetInstanceTypeMap() argument
65 map = roots.name##_map(); \ in GetInstanceTypeMap()
71 map = roots.name##_map(); \ in GetInstanceTypeMap()
H A Dcode.h911 const ReadOnlyRoots& roots);
H A Djs-objects.h868 static void ApplyAttributesToDictionary(Isolate* isolate, ReadOnlyRoots roots,
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc919 ReadOnlyRoots roots(isolate_); in CreateArgumentsElementsTranslatedValues()
920 frame.Add(TranslatedValue::NewTagged(this, roots.fixed_array_map())); in CreateArgumentsElementsTranslatedValues()
930 frame.Add(TranslatedValue::NewTagged(this, roots.the_hole_value())); in CreateArgumentsElementsTranslatedValues()
/third_party/node/deps/v8/src/ic/
H A Dic.cc933 ReadOnlyRoots roots(isolate()); in ComputeHandler()
941 *lookup->name() == roots.length_string()) { in ComputeHandler()
947 *lookup->name() == roots.length_string()) { in ComputeHandler()
954 *lookup->name() == roots.prototype_string() && in ComputeHandler()
1008 exports->FindEntry(isolate(), roots, lookup->name(), in ComputeHandler()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c230 root = mm->roots[i]; in check_mm()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc984 ReadOnlyRoots roots(isolate_); in SerializeObject()
991 if (value != roots.the_hole_value()) { in SerializeObject()
1004 if (*value != roots.the_hole_value()) { in SerializeObject()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.cc230 ReadOnlyRoots roots(isolate()); in GetTypedArrayElementsInfo()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.h597 // |roots|. Returns true if any call to |pfn| returns true. By convention
599 // |roots| will be empty.
601 std::queue<uint32_t>* roots);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.h597 // |roots|. Returns true if any call to |pfn| returns true. By convention
599 // |roots| will be empty.
601 std::queue<uint32_t>* roots);
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c3800 * otherwise we commit a super block with btree roots that point to in set_btree_ioerr()
4686 struct ulist *roots; in extent_fiemap() local
4701 roots = ulist_alloc(GFP_KERNEL); in extent_fiemap()
4703 if (!roots || !tmp_ulist) { in extent_fiemap()
4831 bytenr, roots, tmp_ulist); in extent_fiemap()
4879 ulist_free(roots); in extent_fiemap()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp578 std::vector<std::vector<sptr<WindowNode>>> roots = { aboveAppWindowNodeVec, appWindowNodeVec }; in GetCurCascadeRect() local
579 for (auto& root : roots) { in GetCurCascadeRect()
/third_party/node/deps/v8/src/execution/
H A Disolate.h1164 // data (for example, roots, external references, builtins, etc.).
1174 RootsTable& roots_table() { return isolate_data()->roots(); } in roots_table()
1175 const RootsTable& roots_table() const { return isolate_data()->roots(); } in roots_table()
H A Disolate.cc552 // Visit the roots from the top for a given thread. in Iterate()
5251 ReadOnlyRoots roots(this); in ThrowInternal()
5253 global_proxy->set_native_context(roots.null_value()); in ThrowInternal()
5257 global_proxy->map().set_constructor_or_back_pointer(roots.null_value(), in ThrowInternal()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c361 unsigned long roots = 0; in nested_ept_invalidate_addr() local
372 roots |= KVM_MMU_ROOT_PREVIOUS(i); in nested_ept_invalidate_addr()
374 if (roots) in nested_ept_invalidate_addr()
375 kvm_mmu_invalidate_addr(vcpu, vcpu->arch.mmu, addr, roots); in nested_ept_invalidate_addr()
5711 * Nested EPT roots are always held through guest_mmu, in handle_invept()
5824 * roots as VPIDs are not tracked in the MMU role. in handle_invvpid()
/third_party/python/Lib/test/
H A Dtest_dis.py1634 def roots(a, b, c): function
1639 code = roots.__code__
1644 # Make sure we have "lots of caches". If not, roots should be changed:
H A Dtest_os.py1442 roots = [r for r, d, f in walk_it]
1444 self.assertNotIn(path1, roots)
1445 self.assertNotIn(path1new, roots)
1448 self.assertIn(os.path.join(root, dir2), roots)
/third_party/node/deps/v8/src/heap/
H A Dfactory.h447 // Initializes the fields of a newly created Map using roots from the
452 Heap* roots);
H A Dheap.cc3314 ReadOnlyRoots roots(heap); in CreateFillerObjectAtImpl()
3316 filler.set_map_after_allocation(roots.unchecked_one_pointer_filler_map(), in CreateFillerObjectAtImpl()
3319 filler.set_map_after_allocation(roots.unchecked_two_pointer_filler_map(), in CreateFillerObjectAtImpl()
3327 filler.set_map_after_allocation(roots.unchecked_free_space_map(), in CreateFillerObjectAtImpl()
3570 // Make sure the stack or other roots (e.g., Handles) don't contain pointers in LeftTrimFixedArray()
5083 // Iterate over other strong roots (currently only identity maps and in IterateRoots()
/third_party/spirv-tools/source/opt/
H A Dir_context.h655 // |roots|. Returns true if any call to |pfn| returns true. By convention
657 // |roots| will be empty.
659 std::queue<uint32_t>* roots);
/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc322 void Typer::Run(const NodeVector& roots, in Run() argument
330 for (Node* const root : roots) graph_reducer.ReduceNode(root); in Run()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc6178 ReadOnlyRoots roots(isolate()); in TransferNamedProperties()
6181 if (!properties->ToKey(roots, entry, &raw_key)) continue; in TransferNamedProperties()
6202 ReadOnlyRoots roots(isolate()); in TransferNamedProperties()
6206 DCHECK(properties->IsKey(roots, raw_key)); in TransferNamedProperties()
6297 // Before creating the roots we must save the context and restore it in Genesis()
6435 // Before creating the roots we must save the context and restore it in Genesis()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1386 /* The number of TDP MMU pages across all roots. */
1390 * List of struct kvm_mmu_pages being used as roots.
2071 u64 addr, unsigned long roots);

Completed in 95 milliseconds

123456789