Home
last modified time | relevance | path

Searched defs:roots (Results 26 - 50 of 83) sorted by relevance

1234

/third_party/spirv-tools/source/opt/
H A Dfunction.cpp247 std::queue<uint32_t> roots; in IsRecursive() local
H A Dupgrade_memory_model.cpp657 std::queue<uint32_t> roots; in UpgradeBarriers() local
/third_party/node/deps/v8/src/execution/
H A Disolate-data.h125 RootsTable& roots() { return roots_table_; } in roots() function in v8::internal::final
126 const RootsTable& roots() const { return roots_table_; } in roots() function in v8::internal::final
/third_party/node/deps/v8/src/objects/
H A Dhash-table-inl.h135 Handle<Map> HashTable<Derived, Shape>::GetMap(ReadOnlyRoots roots) { in GetMap() argument
140 Handle<Map> NameToIndexHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() argument
145 Handle<Map> RegisteredSymbolTable::GetMap(ReadOnlyRoots roots) { in GetMap() argument
150 Handle<Map> EphemeronHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() argument
163 FindEntry(PtrComprCageBase cage_base, ReadOnlyRoots roots, Key key, int32_t hash) FindEntry() argument
192 IsKey(ReadOnlyRoots roots, Object k) IsKey() argument
198 ToKey(ReadOnlyRoots roots, InternalIndex entry, Object* out_k) ToKey() argument
284 Hash(ReadOnlyRoots roots, Handle<String> key) Hash() argument
289 HashForObject(ReadOnlyRoots roots, Object object) HashForObject() argument
298 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument
302 Hash(ReadOnlyRoots roots, Handle<Name> key) Hash() argument
306 Hash(ReadOnlyRoots roots, Handle<Object> key) Hash() argument
310 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument
[all...]
H A Dswiss-name-dictionary.cc255 ReadOnlyRoots roots = this->GetReadOnlyRoots(); in NumberOfEnumerableProperties() local
H A Ddictionary-inl.h198 Handle<Map> GlobalDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument
211 Handle<Map> NameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument
266 uint32_t NumberDictionaryBaseShape::Hash(ReadOnlyRoots roots, uint32_t key) { in Hash() argument
270 uint32_t NumberDictionaryBaseShape::HashForObject(ReadOnlyRoots roots, in HashForObject() argument
287 Handle<Map> NumberDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() argument
291 GetMap(ReadOnlyRoots roots) GetMap() argument
301 Hash(ReadOnlyRoots roots, Handle<Name> key) Hash() argument
306 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument
317 HashForObject(ReadOnlyRoots roots, Object other) HashForObject() argument
[all...]
H A Djs-objects-inl.h209 ReadOnlyRoots roots = object->GetReadOnlyRoots(); in EnsureCanContainElements() local
[all...]
H A Dtransitions.cc256 bool TransitionsAccessor::IsSpecialTransition(ReadOnlyRoots roots, Name name) { in IsSpecialTransition() argument
[all...]
H A Dshared-function-info.cc178 void SharedFunctionInfo::SetScript(ReadOnlyRoots roots, in SetScript() argument
324 ReadOnlyRoots roots = GetReadOnlyRoots(); in HasSourceCode() local
/third_party/skia/src/core/
H A DSkGeometry.cpp78 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2]) { in SkFindUnitQuadRoots() argument
[all...]
H A DSkEdgeClipper.cpp77 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp110 int roots = 0; in left_edge() local
H A DSkDCubicLineIntersection.cpp121 int intersectRay(double roots[3]) { in intersectRay() argument
154 int roots = intersectRay(rootVals); in intersect() local
167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() argument
189 double roots[3]; horizontalIntersect() local
230 VerticalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) VerticalIntersect() argument
252 double roots[3]; verticalIntersect() local
[all...]
H A DSkDQuadLineIntersection.cpp139 int intersectRay(double roots[2]) { in intersectRay() argument
175 int roots = intersectRay(rootVals); in intersect() local
188 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() argument
204 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local
244 int verticalIntersect(double axisIntercept, double roots[ argument
260 int roots = verticalIntersect(axisIntercept, rootVals); verticalIntersect() local
452 HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) HorizontalIntercept() argument
457 VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) VerticalIntercept() argument
[all...]
H A DSkDConicLineIntersection.cpp67 int horizontalIntersect(double axisIntercept, double roots[2]) { in horizontalIntersect() argument
77 double roots[2]; in horizontalIntersect() local
103 int roots = this->intersectRay(rootVals); in intersect() local
125 int intersectRay(double roots[2]) { in intersectRay() argument
135 int validT(double r[3], double axisIntercept, double roots[ argument
145 verticalIntersect(double axisIntercept, double roots[2]) verticalIntersect() argument
155 double roots[2]; verticalIntersect() local
376 HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) HorizontalIntercept() argument
381 VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) VerticalIntercept() argument
[all...]
H A DSkPathOpsConic.cpp37 int roots = SkDQuad::RootsValidT(coeff[0], coeff[1], coeff[2], tValues); in FindExtrema() local
H A DSkPathOpsCurve.h360 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h() argument
369 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v() argument
378 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h() argument
383 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v() argument
388 conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) conic_intercept_h() argument
393 conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) conic_intercept_v() argument
398 cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) cubic_intercept_h() argument
403 cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) cubic_intercept_v() argument
[all...]
/third_party/curl/lib/vtls/
H A Drustls.c376 struct rustls_root_cert_store *roots = NULL; in cr_init_backend() local
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc329 ReadOnlyRoots roots = array.GetReadOnlyRoots(); in PrintFixedArray() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp649 std::queue<uint32_t> roots; in UpgradeBarriers() local
H A Dir_context.cpp872 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
880 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
909 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.cpp649 std::queue<uint32_t> roots; in UpgradeBarriers() local
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp107 bool InnerCommonEventManager::GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots) in GetJsonByFilePath() argument
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp103 cJSON *roots = GetJsonBundleInfos(bundleInfo, numOfBundleInfo); in ConvertBundleInfosToString() local
174 cJSON *roots = cJSON_ParseWithLength(strs, buffSize); in ConvertStringToBundleInfos() local
331 cJSON *roots = cJSON_CreateArray(); GetJsonBundleInfos() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp669 float2 roots = float2{q,c} / float2{a,q}; in findCubicConvex180Chops() local
[all...]

Completed in 25 milliseconds

1234