Home
last modified time | relevance | path

Searched refs:V8_EXPORT (Results 1 – 25 of 38) sorted by relevance

12

/external/v8/include/
Dv8-profiler.h39 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>;
44 struct V8_EXPORT CpuProfileDeoptInfo {
53 template class V8_EXPORT std::vector<v8::CpuProfileDeoptInfo>;
61 class V8_EXPORT CpuProfileNode {
177 class V8_EXPORT CpuProfile {
264 class V8_EXPORT CpuProfilingOptions {
305 class V8_EXPORT CpuProfiler {
397 class V8_EXPORT HeapGraphEdge {
433 class V8_EXPORT HeapGraphNode {
483 class V8_EXPORT OutputStream { // NOLINT
[all …]
Dv8-inspector.h38 class V8_EXPORT StringView {
65 class V8_EXPORT StringBuffer {
73 class V8_EXPORT V8ContextInfo {
101 class V8_EXPORT V8StackTrace {
122 class V8_EXPORT V8InspectorSession {
127 class V8_EXPORT Inspectable {
167 class V8_EXPORT V8InspectorClient {
236 struct V8_EXPORT V8StackTraceId {
255 class V8_EXPORT V8Inspector {
293 class V8_EXPORT Channel {
[all …]
Dv8config.h463 # define V8_EXPORT __declspec(dllexport) macro
465 # define V8_EXPORT __declspec(dllimport) macro
467 # define V8_EXPORT macro
475 # define V8_EXPORT __attribute__ ((visibility("default"))) macro
477 # define V8_EXPORT macro
480 # define V8_EXPORT macro
Dv8.h1198 class V8_EXPORT HandleScope {
1250 class V8_EXPORT EscapableHandleScope : public HandleScope {
1291 class V8_EXPORT SealHandleScope {
1318 class V8_EXPORT Data {
1355 class V8_EXPORT ScriptOrModule {
1378 class V8_EXPORT PrimitiveArray {
1458 class V8_EXPORT UnboundScript {
1489 class V8_EXPORT UnboundModuleScript : public Data {
1496 class V8_EXPORT Location {
1512 class V8_EXPORT Module : public Data {
[all …]
Dv8-internal.h161 V8_EXPORT Address DecodeExternalPointerImpl(const Isolate* isolate,
167 V8_EXPORT internal::Isolate* IsolateFromNeverReadOnlySpaceObject(Address obj);
172 V8_EXPORT bool ShouldThrowOnError(v8::internal::Isolate* isolate);
254 V8_EXPORT static void CheckInitializedImpl(v8::Isolate* isolate);
Dv8-wasm-trap-handler-win.h25 V8_EXPORT bool TryHandleWebAssemblyTrapWindows(EXCEPTION_POINTERS* exception);
Dv8-wasm-trap-handler-posix.h27 V8_EXPORT bool TryHandleWebAssemblyTrapPosix(int sig_code, siginfo_t* info,
/external/v8/include/cppgc/
Dplatform.h27 class V8_EXPORT Platform {
122 V8_EXPORT void InitializeProcess(PageAllocator*);
127 V8_EXPORT void ShutdownProcess();
131 V8_EXPORT void Abort();
Dname-provider.h26 class V8_EXPORT NameProvider {
Dliveness-broker.h43 class V8_EXPORT LivenessBroker final {
Dheap.h32 class V8_EXPORT Heap {
Ddefault-platform.h21 class V8_EXPORT DefaultPlatform : public Platform {
Dsource-location.h30 class V8_EXPORT SourceLocation final {
Dtrace-trait.h54 struct V8_EXPORT TraceTraitFromInnerAddressImpl {
/external/v8/include/cppgc/internal/
Dpointer-policies.h40 class V8_EXPORT EnabledCheckingPolicy {
98 static V8_EXPORT PersistentRegion& GetPersistentRegion(void* object);
103 static V8_EXPORT PersistentRegion& GetPersistentRegion(void* object);
108 static V8_EXPORT PersistentRegion& GetPersistentRegion(void* object);
113 static V8_EXPORT PersistentRegion& GetPersistentRegion(void* object);
Dlogging.h14 void V8_EXPORT DCheckImpl(const char*,
16 [[noreturn]] void V8_EXPORT
Dpersistent-node.h75 class V8_EXPORT PersistentRegion final {
114 class V8_EXPORT PersistentRegionLock final {
Dprocess-heap.h14 class V8_EXPORT ProcessHeap final {
Dprefinalizer-handler.h14 class V8_EXPORT PreFinalizerRegistrationDispatcher final {
Dgc-info.h20 class V8_EXPORT RegisteredGCInfoIndex final {
/external/v8/src/inspector/
Dstring-16.h30 V8_EXPORT String16(const UChar* characters); // NOLINT(runtime/explicit)
31 V8_EXPORT String16(const char* characters); // NOLINT(runtime/explicit)
73 V8_EXPORT std::string utf8() const;
74 V8_EXPORT static String16 fromUTF8(const char* stringStart, size_t length);
78 V8_EXPORT static String16 fromUTF16LE(const UChar* stringStart,
Dtest-interface.h14 V8_EXPORT void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit);
15 V8_EXPORT void DumpAsyncTaskStacksStateForTest(V8Inspector* inspector);
/external/v8/src/heap/cppgc/
Dgc-info-table.h30 class V8_EXPORT GCInfoTable final {
91 class V8_EXPORT GlobalGCInfoTable final {
/external/v8/src/utils/
Dversion.h18 class V8_EXPORT Version {
/external/v8/src/profiler/
Dtick-sample.h18 struct V8_EXPORT TickSample {

12