/third_party/node/deps/v8/src/base/ |
D | ieee754.h | 15 V8_BASE_EXPORT double acos(double x); 19 V8_BASE_EXPORT double acosh(double x); 22 V8_BASE_EXPORT double asin(double x); 26 V8_BASE_EXPORT double asinh(double x); 30 V8_BASE_EXPORT double atan(double x); 34 V8_BASE_EXPORT double atan2(double y, double x); 37 V8_BASE_EXPORT double cos(double x); 40 V8_BASE_EXPORT double exp(double x); 42 V8_BASE_EXPORT double atanh(double x); 45 V8_BASE_EXPORT double log(double x); [all …]
|
D | division-by-constant.h | 22 struct EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) MagicNumbersForDivision { in EXPORT_TEMPLATE_DECLARE() argument 38 EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) 46 EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) 51 extern template struct EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) 53 extern template struct EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) 56 extern template EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) 58 extern template EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) 61 extern template EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT) 64 extern template EXPORT_TEMPLATE_DECLARE(V8_BASE_EXPORT)
|
D | base-export.h | 13 #define V8_BASE_EXPORT __declspec(dllexport) macro 15 #define V8_BASE_EXPORT __declspec(dllimport) macro 17 #define V8_BASE_EXPORT macro 24 #define V8_BASE_EXPORT __attribute__((visibility("default"))) macro 26 #define V8_BASE_EXPORT macro
|
D | division-by-constant.cc | 96 template struct EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) 98 template struct EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) 101 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) 103 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) 106 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) 109 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT)
|
D | bits.h | 189 V8_BASE_EXPORT uint32_t RoundUpToPowerOfTwo32(uint32_t value); 191 V8_BASE_EXPORT uint64_t RoundUpToPowerOfTwo64(uint64_t value); 264 V8_BASE_EXPORT bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val); 288 V8_BASE_EXPORT int32_t SignedMulHigh32(int32_t lhs, int32_t rhs); 293 V8_BASE_EXPORT int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, 299 V8_BASE_EXPORT int32_t SignedDiv32(int32_t lhs, int32_t rhs); 304 V8_BASE_EXPORT int32_t SignedMod32(int32_t lhs, int32_t rhs); 345 V8_BASE_EXPORT int64_t SignedSaturatedAdd64(int64_t lhs, int64_t rhs); 349 V8_BASE_EXPORT int64_t SignedSaturatedSub64(int64_t lhs, int64_t rhs);
|
D | strings.h | 22 V8_BASE_EXPORT int PRINTF_FORMAT(2, 0) 27 V8_BASE_EXPORT int PRINTF_FORMAT(2, 3) 30 V8_BASE_EXPORT void StrNCpy(base::Vector<char> dest, const char* src, size_t n);
|
D | logging.h | 19 V8_BASE_EXPORT V8_NOINLINE void V8_Dcheck(const char* file, int line, 25 [[noreturn]] PRINTF_FORMAT(3, 4) V8_BASE_EXPORT V8_NOINLINE 30 [[noreturn]] PRINTF_FORMAT(1, 2) V8_BASE_EXPORT V8_NOINLINE 58 V8_BASE_EXPORT void SetPrintStackTrace(void (*print_stack_trace_)()); 61 V8_BASE_EXPORT void SetDcheckFunction(void (*dcheck_Function)(const char*, int, 226 V8_BASE_EXPORT std::string PrintCheckOperand<type>(type ch); \ 228 V8_BASE_EXPORT std::string PrintCheckOperand<type*>(type * cstr); \ 230 V8_BASE_EXPORT std::string PrintCheckOperand<const type*>(const type* cstr); 260 extern template V8_BASE_EXPORT std::string* MakeCheckOpString<type, type>( \ 262 extern template V8_BASE_EXPORT std::string PrintCheckOperand<type>(type);
|
D | functional.h | 71 V8_BASE_EXPORT size_t hash_combine(size_t seed, size_t value); 95 V8_BASE_EXPORT size_t hash_value(unsigned int); 96 V8_BASE_EXPORT size_t hash_value(unsigned long); // NOLINT(runtime/int) 97 V8_BASE_EXPORT size_t hash_value(unsigned long long); // NOLINT(runtime/int)
|
D | vlq-base64.h | 15 V8_BASE_EXPORT int8_t charToDigitDecodeForTesting(uint8_t c); 20 V8_BASE_EXPORT int32_t VLQBase64Decode(const char* start, size_t sz,
|
D | virtual-address-space.h | 42 V8_BASE_EXPORT bool IsSubset(PagePermissions lhs, PagePermissions rhs); 50 class V8_BASE_EXPORT VirtualAddressSpace : public VirtualAddressSpaceBase { 96 class V8_BASE_EXPORT VirtualAddressSubspace : public VirtualAddressSpaceBase {
|
D | file-utils.h | 17 V8_BASE_EXPORT
|
D | sys-info.h | 16 class V8_BASE_EXPORT SysInfo final {
|
D | once.h | 86 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
|
/third_party/node/deps/v8/src/base/debug/ |
D | stack_trace.h | 35 V8_BASE_EXPORT bool EnableInProcessStackDumping(); 36 V8_BASE_EXPORT void DisableSignalStackDump(); 41 class V8_BASE_EXPORT StackTrace {
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform.h | 101 extern V8_BASE_EXPORT intptr_t kMacTlsBaseOffset; 138 class V8_BASE_EXPORT OS { 238 class V8_BASE_EXPORT MemoryMappedFile { 404 V8_BASE_EXPORT void EnsureConsoleOutputWin32(); 424 class V8_BASE_EXPORT AddressSpaceReservation { 501 class V8_BASE_EXPORT Thread { 598 class V8_BASE_EXPORT Stack {
|
D | time.h | 67 class V8_BASE_EXPORT TimeDelta final { 366 class V8_BASE_EXPORT Time final : public time_internal::TimeBase<Time> { 407 V8_BASE_EXPORT std::ostream& operator<<(std::ostream&, const Time&); 424 class V8_BASE_EXPORT TimeTicks final 456 class V8_BASE_EXPORT ThreadTicks final
|
D | mutex.h | 44 class V8_BASE_EXPORT Mutex final { 141 class V8_BASE_EXPORT RecursiveMutex final { 216 class V8_BASE_EXPORT SharedMutex final {
|
D | condition-variable.h | 36 class V8_BASE_EXPORT ConditionVariable final {
|
D | semaphore.h | 39 class V8_BASE_EXPORT Semaphore final {
|
/third_party/node/deps/v8/src/ast/ |
D | ast.cc | 527 V8_BASE_EXPORT) void ObjectLiteralBoilerplateBuilder:: 530 V8_BASE_EXPORT) void ObjectLiteralBoilerplateBuilder:: 730 V8_BASE_EXPORT) void ArrayLiteralBoilerplateBuilder:: 733 V8_BASE_EXPORT) void ArrayLiteralBoilerplateBuilder:: 788 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) void LiteralBoilerplateBuilder:: 790 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) void LiteralBoilerplateBuilder:: 835 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT) 838 template EXPORT_TEMPLATE_DEFINE(V8_BASE_EXPORT)
|
/third_party/node/deps/v8/src/base/numbers/ |
D | strtod.h | 15 V8_BASE_EXPORT double Strtod(Vector<const char> buffer, int exponent);
|
D | fixed-dtoa.h | 29 V8_BASE_EXPORT bool FastFixedDtoa(double v, int fractional_count,
|
D | fast-dtoa.h | 53 V8_BASE_EXPORT bool FastDtoa(double d, FastDtoaMode mode, int requested_digits,
|
D | bignum-dtoa.h | 55 V8_BASE_EXPORT void BignumDtoa(double v, BignumDtoaMode mode,
|
D | dtoa.h | 64 V8_BASE_EXPORT void DoubleToAscii(double v, DtoaMode mode, int requested_digits,
|