Home
last modified time | relevance | path

Searched refs:handle_location (Results 1 – 16 of 16) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/roots/
H A Droots-inl.h41 bool RootsTable::IsRootHandleLocation(Address* handle_location, in IsRootHandleLocation() argument
43 FullObjectSlot location(handle_location); in IsRootHandleLocation()
57 Address* handle_location = reinterpret_cast<Address*>(handle.address()); in IsRootHandle() local
58 return IsRootHandleLocation(handle_location, index); in IsRootHandle()
H A Droots.h426 inline bool IsRootHandleLocation(Address* handle_location,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/roots/
H A Droots-inl.h42 bool RootsTable::IsRootHandleLocation(Address* handle_location, in IsRootHandleLocation() argument
44 FullObjectSlot location(handle_location); in IsRootHandleLocation()
58 Address* handle_location = reinterpret_cast<Address*>(handle.address()); in IsRootHandle() local
59 return IsRootHandleLocation(handle_location, index); in IsRootHandle()
H A Droots.h376 inline bool IsRootHandleLocation(Address* handle_location,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/roots/
H A Droots-inl.h41 bool RootsTable::IsRootHandleLocation(Address* handle_location, in IsRootHandleLocation() argument
43 FullObjectSlot location(handle_location); in IsRootHandleLocation()
57 Address* handle_location = reinterpret_cast<Address*>(handle.address()); in IsRootHandle() local
58 return IsRootHandleLocation(handle_location, index); in IsRootHandle()
H A Droots.h427 inline bool IsRootHandleLocation(Address* handle_location,
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcurveprofile.c99 float *handle_location = (handle_1) ? &point->h1_loc[0] : &point->h2_loc[0]; in BKE_curveprofile_move_handle() local
102 copy_v2_v2(start_position, handle_location); in BKE_curveprofile_move_handle()
110 handle_location[0] += delta ? delta[0] : 0.0f; in BKE_curveprofile_move_handle()
111 handle_location[1] += delta ? delta[1] : 0.0f; in BKE_curveprofile_move_handle()
113 handle_location[0] = 0.125f * roundf(8.0f * handle_location[0]); in BKE_curveprofile_move_handle()
114 handle_location[1] = 0.125f * roundf(8.0f * handle_location[1]); in BKE_curveprofile_move_handle()
122 other_handle_location[0] = 2.0f * point->x - handle_location[0]; in BKE_curveprofile_move_handle()
123 other_handle_location[1] = 2.0f * point->y - handle_location[1]; in BKE_curveprofile_move_handle()
127 if (!equals_v2v2(handle_location, start_position)) { in BKE_curveprofile_move_handle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins.cc247 Address handle_location = maybe_code.address(); in IsBuiltinHandle() local
250 if (handle_location >= end) return false; in IsBuiltinHandle()
251 if (handle_location < start) return false; in IsBuiltinHandle()
252 *index = static_cast<int>(handle_location - start) >> kSystemPointerSizeLog2; in IsBuiltinHandle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins.cc271 Address handle_location = maybe_code.address(); in IsBuiltinHandle() local
274 if (handle_location >= end) return false; in IsBuiltinHandle()
275 if (handle_location < start) return false; in IsBuiltinHandle()
276 *index = static_cast<int>(handle_location - start) >> kSystemPointerSizeLog2; in IsBuiltinHandle()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins.cc276 Address handle_location = maybe_code.address(); in IsBuiltinHandle() local
279 if (handle_location >= end) return false; in IsBuiltinHandle()
281 if (handle_location < start) return false; in IsBuiltinHandle()
282 *builtin = FromInt(static_cast<int>(handle_location - start) >> in IsBuiltinHandle()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhttpc.c1934 int handle_location = 0; in http_client_testsuite_run() local
1976 handle_location = 0; in http_client_testsuite_run()
1984 handle_location = 0; in http_client_testsuite_run()
1986 handle_location = 1; in http_client_testsuite_run()
2053 hc->hc_handle_location = handle_location; in http_client_testsuite_run()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.h1104 Object** const handle_location = bit_cast<Object**>(handle.address()); in IsRootHandle() local
1105 if (handle_location >= &roots_[kRootListLength]) return false; in IsRootHandle()
1106 if (handle_location < &roots_[0]) return false; in IsRootHandle()
1107 *index = static_cast<RootListIndex>(handle_location - &roots_[0]); in IsRootHandle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Disolate.h1039 bool IsBuiltinsTableHandleLocation(Address* handle_location);
H A Disolate.cc2672 bool Isolate::IsBuiltinsTableHandleLocation(Address* handle_location) { in ThrowInternal() argument
2673 FullObjectSlot location(handle_location); in ThrowInternal()
/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Disolate.h1133 bool IsBuiltinTableHandleLocation(Address* handle_location);
H A Disolate.cc2697 bool Isolate::IsBuiltinTableHandleLocation(Address* handle_location) { in ThrowInternal() argument
2698 FullObjectSlot location(handle_location); in ThrowInternal()