/third_party/node/deps/v8/src/objects/ |
H A D | symbol-table.cc | 11 ReadOnlyRoots roots = this->GetReadOnlyRoots(); in SlowReverseLookup() local
|
H A D | string-set-inl.h | 28 uint32_t StringSetShape::Hash(ReadOnlyRoots roots, String key) { in Hash() argument 32 uint32_t StringSetShape::HashForObject(ReadOnlyRoots roots, Object object) { in HashForObject() argument
|
H A D | api-callbacks-inl.h | 100 ReadOnlyRoots roots = GetReadOnlyRoots(); in IsSideEffectFreeCallHandlerInfo() local 108 ReadOnlyRoots roots = GetReadOnlyRoots(); in IsSideEffectCallHandlerInfo() local 121 ReadOnlyRoots roots = GetReadOnlyRoots(); NextCallHasNoSideEffect() local [all...] |
H A D | compilation-cache-table.h | 26 static inline uint32_t Hash(ReadOnlyRoots roots, HashTableKey* key) { in Hash() argument
|
H A D | compilation-cache-table-inl.h | 61 uint32_t CompilationCacheShape::HashForObject(ReadOnlyRoots roots, in HashForObject() argument
|
H A D | ordered-hash-table-inl.h | 37 bool OrderedHashTable<Derived, entrysize>::IsKey(ReadOnlyRoots roots, in IsKey() argument 84 Handle<Map> OrderedHashSet::GetMap(ReadOnlyRoots roots) { in GetMap() argument 88 Handle<Map> OrderedHashMap::GetMap(ReadOnlyRoots roots) { in GetMap() argument 92 Handle<Map> OrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument 96 Handle<Map> SmallOrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument 100 GetMap(ReadOnlyRoots roots) GetMap() argument 104 GetMap(ReadOnlyRoots roots) GetMap() argument 124 ToKey(ReadOnlyRoots roots, InternalIndex entry, Object* out_key) ToKey() argument [all...] |
H A D | scope-info-inl.h | 100 ReadOnlyRoots roots = scope_info()->GetReadOnlyRoots(); in advance_hashtable_index() local
|
/third_party/node/deps/v8/src/numbers/ |
H A D | hash-seed-inl.h | 45 inline uint64_t HashSeed(ReadOnlyRoots roots) { in HashSeed() argument
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsRect.cpp | 17 int roots = 0; in setBounds() local 34 int roots = 0; in setBounds() local 51 int roots = 0; setBounds() local [all...] |
/third_party/skia/tests/ |
H A D | CubicMapTest.cpp | 18 double roots[3]; in accurate_t() local
|
H A D | PathOpsConicQuadIntersectionTest.cpp | 56 int roots = i.intersect(conic, quad); in conicQuadIntersection() local
|
H A D | PathOpsCubicQuadIntersectionTest.cpp | 77 int roots = i.intersect(cubic, quad); in cubicQuadIntersection() local
|
H A D | PathOpsCubicConicIntersectionTest.cpp | 67 int roots = i.intersect(cubic, conic); in cubicConicIntersection() local
|
H A D | PathOpsCubicLineIntersectionTest.cpp | 50 int roots = i.intersect(cubic, line); in testFail() local 152 int roots = doIntersect(i, cubic, line); in testOne() local
|
/third_party/skia/tools/ |
H A D | rewrite_includes.py | 24 roots = [ variable
|
/third_party/skia/src/core/ |
H A D | SkCubicMap.cpp | 30 double roots[3]; in compute_slow() local
|
H A D | SkQuadClipper.cpp | 34 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | remove_unused_interface_variables_pass.cpp | 52 std::queue<uint32_t> roots; in CollectUsedVariables() local
|
H A D | function.cpp | 249 std::queue<uint32_t> roots; in IsRecursive() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | remove_unused_interface_variables_pass.cpp | 52 std::queue<uint32_t> roots; in CollectUsedVariables() local
|
H A D | function.cpp | 249 std::queue<uint32_t> roots; in IsRecursive() local
|
/third_party/spirv-tools/source/opt/ |
H A D | remove_unused_interface_variables_pass.cpp | 53 std::queue<uint32_t> roots; in CollectUsedVariables() local
|
H A D | function.cpp | 247 std::queue<uint32_t> roots; in IsRecursive() local
|
/third_party/gn/src/gn/ |
H A D | function_get_path_info.cc | 160 system ("/") or source ("//") roots, a "." will be appended such that it member
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base-inl.h | 101 ReadOnlyRoots roots = read_only_roots(); in NewStructInternal() local 108 Struct FactoryBase<Impl>::NewStructInternal(ReadOnlyRoots roots, Map map, in NewStructInternal() argument
|