Searched refs:V8_BASE_EXPORT (Results 1 – 19 of 19) sorted by relevance
/external/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 | 21 struct V8_BASE_EXPORT MagicNumbersForDivision { 37 V8_BASE_EXPORT MagicNumbersForDivision<T> SignedDivisionByConstant(T d); 44 V8_BASE_EXPORT MagicNumbersForDivision<T> UnsignedDivisionByConstant( 47 extern template V8_BASE_EXPORT MagicNumbersForDivision<uint32_t> 49 extern template V8_BASE_EXPORT MagicNumbersForDivision<uint64_t> 52 extern template V8_BASE_EXPORT MagicNumbersForDivision<uint32_t> 54 extern template V8_BASE_EXPORT MagicNumbersForDivision<uint64_t>
|
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 | bits.h | 146 V8_BASE_EXPORT uint32_t RoundUpToPowerOfTwo32(uint32_t value); 148 V8_BASE_EXPORT uint64_t RoundUpToPowerOfTwo64(uint64_t value); 216 V8_BASE_EXPORT bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val); 240 V8_BASE_EXPORT bool SignedMulOverflow64(int64_t lhs, int64_t rhs, int64_t* val); 245 V8_BASE_EXPORT int32_t SignedMulHigh32(int32_t lhs, int32_t rhs); 250 V8_BASE_EXPORT int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, 256 V8_BASE_EXPORT int32_t SignedDiv32(int32_t lhs, int32_t rhs); 261 V8_BASE_EXPORT int32_t SignedMod32(int32_t lhs, int32_t rhs); 291 V8_BASE_EXPORT int64_t 296 V8_BASE_EXPORT int64_t SignedSaturatedAdd64(int64_t lhs, int64_t rhs); [all …]
|
D | logging.h | 17 [[noreturn]] PRINTF_FORMAT(3, 4) V8_BASE_EXPORT V8_NOINLINE 20 V8_BASE_EXPORT V8_NOINLINE void V8_Dcheck(const char* file, int line, 35 V8_BASE_EXPORT void SetPrintStackTrace(void (*print_stack_trace_)()); 38 V8_BASE_EXPORT void SetDcheckFunction(void (*dcheck_Function)(const char*, int, 153 V8_BASE_EXPORT void PrintCheckOperand<type>(std::ostream & os, type ch); \ 155 V8_BASE_EXPORT void PrintCheckOperand<type*>(std::ostream & os, \ 158 V8_BASE_EXPORT void PrintCheckOperand<const type*>(std::ostream & os, \ 184 extern template V8_BASE_EXPORT std::string* MakeCheckOpString<type, type>( \ 186 extern template V8_BASE_EXPORT void PrintCheckOperand<type>(std::ostream&, \ 293 extern template V8_BASE_EXPORT std::string* Check##NAME##Impl<float, float>( \ [all …]
|
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 | division-by-constant.cc | 96 template struct V8_BASE_EXPORT MagicNumbersForDivision<uint32_t>; 97 template struct V8_BASE_EXPORT MagicNumbersForDivision<uint64_t>;
|
D | file-utils.h | 15 V8_BASE_EXPORT char* RelativePath(char** buffer, const char* exec_path,
|
D | sys-info.h | 16 class V8_BASE_EXPORT SysInfo final {
|
D | page-allocator.h | 15 class V8_BASE_EXPORT PageAllocator
|
D | once.h | 84 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
|
D | cpu.h | 32 class V8_BASE_EXPORT CPU final {
|
/external/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 {
|
/external/v8/src/base/platform/ |
D | platform.h | 75 extern V8_BASE_EXPORT intptr_t kMacTlsBaseOffset; 107 class V8_BASE_EXPORT OS { 189 class V8_BASE_EXPORT MemoryMappedFile { 286 V8_BASE_EXPORT void EnsureConsoleOutputWin32(); 305 class V8_BASE_EXPORT Thread {
|
D | time.h | 48 class V8_BASE_EXPORT TimeDelta final { 330 class V8_BASE_EXPORT Time final : public time_internal::TimeBase<Time> { 371 V8_BASE_EXPORT std::ostream& operator<<(std::ostream&, const Time&); 388 class V8_BASE_EXPORT TimeTicks final 425 class V8_BASE_EXPORT ThreadTicks final
|
D | mutex.h | 37 class V8_BASE_EXPORT Mutex final { 131 class V8_BASE_EXPORT RecursiveMutex final {
|
D | condition-variable.h | 32 class V8_BASE_EXPORT ConditionVariable final {
|
D | semaphore.h | 35 class V8_BASE_EXPORT Semaphore final {
|
/external/v8/src/base/utils/ |
D | random-number-generator.h | 38 class V8_BASE_EXPORT RandomNumberGenerator final {
|