/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 1123 ReadOnlyRoots roots(isolate); in UseFastFunctionNameLookup() 1126 if (descriptors.GetKey(kNameIndex) != roots.name_string() || in UseFastFunctionNameLookup()
|
H A D | map.h | 782 static Map GetInstanceTypeMap(ReadOnlyRoots roots, InstanceType type);
|
H A D | map.cc | 25 #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 D | code.h | 911 const ReadOnlyRoots& roots);
|
H A D | js-objects.h | 868 static void ApplyAttributesToDictionary(Isolate* isolate, ReadOnlyRoots roots,
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 919 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 D | ic.cc | 933 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 D | drm_buddy_test.c | 230 root = mm->roots[i]; in check_mm()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 984 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 D | builtins-typed-array-gen.cc | 230 ReadOnlyRoots roots(isolate()); in GetTypedArrayElementsInfo()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.h | 597 // |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 D | ir_context.h | 597 // |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 D | extent_io.c | 3800 * 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 D | window_layout_policy_cascade.cpp | 578 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 D | isolate.h | 1164 // 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 D | isolate.cc | 552 // 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 D | nested.c | 361 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 D | test_dis.py | 1634 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 D | test_os.py | 1442 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 D | factory.h | 447 // Initializes the fields of a newly created Map using roots from the 452 Heap* roots);
|
H A D | heap.cc | 3314 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 D | ir_context.h | 655 // |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 D | typer.cc | 322 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 D | bootstrapper.cc | 6178 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 D | kvm_host.h | 1386 /* 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);
|