Home
last modified time | relevance | path

Searched refs:V8_BASE_EXPORT (Results 1 – 25 of 36) sorted by relevance

12

/third_party/node/deps/v8/src/base/
Dieee754.h15 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 …]
Ddivision-by-constant.h22 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)
Dbase-export.h13 #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
Ddivision-by-constant.cc96 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)
Dbits.h189 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);
Dstrings.h22 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);
Dlogging.h19 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);
Dfunctional.h71 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)
Dvlq-base64.h15 V8_BASE_EXPORT int8_t charToDigitDecodeForTesting(uint8_t c);
20 V8_BASE_EXPORT int32_t VLQBase64Decode(const char* start, size_t sz,
Dvirtual-address-space.h42 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 {
Dfile-utils.h17 V8_BASE_EXPORT
Dsys-info.h16 class V8_BASE_EXPORT SysInfo final {
Donce.h86 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
/third_party/node/deps/v8/src/base/debug/
Dstack_trace.h35 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/
Dplatform.h101 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 {
Dtime.h67 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
Dmutex.h44 class V8_BASE_EXPORT Mutex final {
141 class V8_BASE_EXPORT RecursiveMutex final {
216 class V8_BASE_EXPORT SharedMutex final {
Dcondition-variable.h36 class V8_BASE_EXPORT ConditionVariable final {
Dsemaphore.h39 class V8_BASE_EXPORT Semaphore final {
/third_party/node/deps/v8/src/ast/
Dast.cc527 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/
Dstrtod.h15 V8_BASE_EXPORT double Strtod(Vector<const char> buffer, int exponent);
Dfixed-dtoa.h29 V8_BASE_EXPORT bool FastFixedDtoa(double v, int fractional_count,
Dfast-dtoa.h53 V8_BASE_EXPORT bool FastDtoa(double d, FastDtoaMode mode, int requested_digits,
Dbignum-dtoa.h55 V8_BASE_EXPORT void BignumDtoa(double v, BignumDtoaMode mode,
Ddtoa.h64 V8_BASE_EXPORT void DoubleToAscii(double v, DtoaMode mode, int requested_digits,

12