/third_party/node/deps/v8/src/base/ |
D | compiler-specific.h | 86 #define NON_EXPORTED_BASE(code) \ macro 93 #define NON_EXPORTED_BASE(code) code macro
|
D | page-allocator.h | 20 : public NON_EXPORTED_BASE(::v8::PageAllocator) { in NON_EXPORTED_BASE() function
|
D | emulated-virtual-address-subspace.h | 32 : public NON_EXPORTED_BASE(::v8::VirtualAddressSpace) { in NON_EXPORTED_BASE() function
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-register-optimizer.h | 21 : public NON_EXPORTED_BASE(BytecodeRegisterAllocator::Observer), in NON_EXPORTED_BASE() function 22 public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE()
|
/third_party/node/deps/v8/src/compiler/ |
D | checkpoint-elimination.h | 18 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | constant-folding-reducer.h | 18 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | type-narrowing-reducer.h | 20 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | add-type-assertions-reducer.h | 20 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | value-numbering-reducer.h | 17 : public NON_EXPORTED_BASE(Reducer) { in NON_EXPORTED_BASE() function
|
D | loop-peeling.h | 22 class V8_EXPORT_PRIVATE PeeledIteration : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() function
|
D | simplified-operator-reducer.h | 28 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | compiler-source-position-table.h | 18 : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() function
|
D | dead-code-elimination.h | 40 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | common-operator-reducer.h | 26 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | machine-graph.h | 23 class V8_EXPORT_PRIVATE MachineGraph : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() function
|
D | schedule.h | 30 : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() function 202 class V8_EXPORT_PRIVATE Schedule final : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() function
|
D | graph.h | 34 class V8_EXPORT_PRIVATE Graph final : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() function
|
D | escape-analysis-reducer.h | 84 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | typed-optimization.h | 28 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() function
|
D | node-origin-table.h | 69 : public NON_EXPORTED_BASE(ZoneObject) { in NON_EXPORTED_BASE() function
|
/third_party/node/deps/v8/src/libplatform/ |
D | worker-thread.h | 21 class V8_PLATFORM_EXPORT WorkerThread : public NON_EXPORTED_BASE(base::Thread) { in NON_EXPORTED_BASE() function
|
D | default-worker-threads-task-runner.h | 21 : public NON_EXPORTED_BASE(TaskRunner) { in NON_EXPORTED_BASE() function
|
D | default-platform.h | 29 class V8_PLATFORM_EXPORT DefaultPlatform : public NON_EXPORTED_BASE(Platform) { in NON_EXPORTED_BASE() function
|
D | default-foreground-task-runner.h | 20 : public NON_EXPORTED_BASE(TaskRunner) { in NON_EXPORTED_BASE() function
|
/third_party/node/deps/v8/src/tasks/ |
D | cancelable-task.h | 146 NON_EXPORTED_BASE(public Task) {
|