/third_party/node/deps/v8/tools/v8windbg/src/ |
D | object-inspection.h | 29 : public WRL::RuntimeClass< 30 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>, 34 WRL::ComPtr<IDebugHostContext> context, bool is_compressed); 51 WRL::ComPtr<IDebugHostContext> context_; 67 : public WRL::RuntimeClass< 68 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>, 86 : public WRL::RuntimeClass< 87 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>, 123 : public WRL::RuntimeClass< 124 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>, [all …]
|
D | v8windbg-extension.h | 21 WRL::ComPtr<IDebugHostModule> GetV8Module( 22 WRL::ComPtr<IDebugHostContext>& sp_ctx); 23 WRL::ComPtr<IDebugHostType> GetTypeFromV8Module( 24 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name); 25 WRL::ComPtr<IDebugHostType> GetV8ObjectType( 26 WRL::ComPtr<IDebugHostContext>& sp_ctx); 27 void TryRegisterType(WRL::ComPtr<IDebugHostType>& sp_type, 29 bool DoesTypeDeriveFromObject(const WRL::ComPtr<IDebugHostType>& sp_type); 52 WRL::ComPtr<IModelObject> sp_data_model); 64 WRL::ComPtr<IModelObject> parent; [all …]
|
D | v8windbg-extension.cc | 36 const WRL::ComPtr<IDebugHostType>& sp_type) { in DoesTypeDeriveFromObject() 42 WRL::ComPtr<IDebugHostSymbolEnumerator> sp_super_class_enumerator; in DoesTypeDeriveFromObject() 48 WRL::ComPtr<IDebugHostSymbol> sp_type_symbol; in DoesTypeDeriveFromObject() 50 WRL::ComPtr<IDebugHostBaseClass> sp_base_class; in DoesTypeDeriveFromObject() 52 WRL::ComPtr<IDebugHostType> sp_base_type; in DoesTypeDeriveFromObject() 63 WRL::ComPtr<IDebugHostType> Extension::GetV8ObjectType( in GetV8ObjectType() 64 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8ObjectType() 68 WRL::ComPtr<IDebugHostType> Extension::GetTypeFromV8Module( in GetTypeFromV8Module() 69 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name) { in GetTypeFromV8Module() 107 WRL::ComPtr<IDebugHostSymbol> sp_isolate_sym; in IsV8Module() [all …]
|
D | js-stack.h | 20 : public WRL::RuntimeClass< 21 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>, 37 WRL::ComPtr<IModelObject> script_name; 38 WRL::ComPtr<IModelObject> script_source; 39 WRL::ComPtr<IModelObject> function_name; 40 WRL::ComPtr<IModelObject> function_character_offset; 44 : public WRL::RuntimeClass< 45 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>, 48 StackFrameIterator(WRL::ComPtr<IDebugHostContext>& host_context); 64 WRL::ComPtr<IDebugHostContext> sp_ctx_; [all …]
|
D | object-inspection.cc | 14 WRL::ComPtr<IDebugHostContext> context, in V8CachedObject() 26 WRL::ComPtr<IDebugHostContext> context; in Create() 29 WRL::ComPtr<IDebugHostType> sp_type; in Create() 44 *result = WRL::Make<V8CachedObject>(location, uncompressed_type_name, context, in Create() 97 WRL::ComPtr<IV8CachedObject>& v8_cached_object) in V8ObjectKeyEnumerator() 145 WRL::ComPtr<IV8CachedObject> sp_v8_cached_object; in ToDisplayString() 163 WRL::ComPtr<IModelObject> value; in CreateSyntheticObjectWithParentAndDataContext() 191 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBasicField() 196 WRL::ComPtr<IDebugHostType> type = in GetModelForBasicField() 208 WRL::ComPtr<V8CachedObject> cached_object = WRL::Make<V8CachedObject>( in GetModelForBasicField() [all …]
|
D | js-stack.cc | 7 HRESULT GetJSStackFrames(WRL::ComPtr<IModelObject>& sp_result) { in GetJSStackFrames() 11 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetJSStackFrames() 14 WRL::ComPtr<IModelObject> sp_curr_thread; in GetJSStackFrames() 17 WRL::ComPtr<IModelObject> sp_stack; in GetJSStackFrames() 32 WRL::ComPtr<IDebugHostContext> sp_ctx; in Call() 35 WRL::ComPtr<IModelObject> result; in Call() 39 auto sp_iterator{WRL::Make<StackFrames>()}; in Call() 63 WRL::ComPtr<IDebugHostContext>& host_context) in StackFrameIterator() 69 WRL::ComPtr<IModelObject> sp_frames; in PopulateFrameData() 74 WRL::ComPtr<IIterableConcept> sp_iterable; in PopulateFrameData() [all …]
|
D | local-variables.cc | 14 V8LocalVariables::V8LocalVariables(WRL::ComPtr<IModelPropertyAccessor> original, in V8LocalVariables() 29 WRL::ComPtr<IModelObject> attributes; in GetValue() 31 WRL::ComPtr<IModelObject> boxed_instruction_offset; in GetValue() 37 WRL::ComPtr<IDebugHostSymbols> symbols; in GetValue() 39 WRL::ComPtr<IDebugHostContext> host_context; in GetValue() 41 WRL::ComPtr<IDebugHostModule> module; in GetValue() 46 WRL::ComPtr<IDebugHostModule> v8_module = in GetValue() 62 WRL::ComPtr<IModelObject> result; in GetValue() 65 WRL::ComPtr<IModelObject> parent_model; in GetValue() 82 WRL::ComPtr<IModelObject> boxed_stack_offset; in GetValue() [all …]
|
D | cur-isolate.cc | 7 HRESULT GetIsolateKey(WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetIsolateKey() 12 WRL::ComPtr<IDebugHostSymbol> sp_isolate_sym; in GetIsolateKey() 17 WRL::ComPtr<IDebugHostData> sp_isolate_key_data; in GetIsolateKey() 27 HRESULT GetCurrentIsolate(WRL::ComPtr<IModelObject>& sp_result) { in GetCurrentIsolate() 31 WRL::ComPtr<IDebugHostContext> sp_host_context; in GetCurrentIsolate() 34 WRL::ComPtr<IModelObject> sp_curr_thread; in GetCurrentIsolate() 37 WRL::ComPtr<IModelObject> sp_environment, sp_environment_block; in GetCurrentIsolate() 38 WRL::ComPtr<IModelObject> sp_tls_slots, sp_slot_index, sp_isolate_ptr; in GetCurrentIsolate() 62 WRL::ComPtr<IModelObject> sp_dereferenced_slot; in GetCurrentIsolate() 71 WRL::ComPtr<IDebugHostType> sp_isolate_type, sp_isolate_ptr_type; in GetCurrentIsolate() [all …]
|
D | local-variables.h | 17 : public WRL::RuntimeClass< 18 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>, 21 V8LocalVariables(WRL::ComPtr<IModelPropertyAccessor> original, 31 WRL::ComPtr<IModelPropertyAccessor> original_;
|
D | cur-isolate.h | 18 HRESULT GetCurrentIsolate(WRL::ComPtr<IModelObject>& sp_result); 24 : public WRL::RuntimeClass< 25 WRL::RuntimeClassFlags<WRL::RuntimeClassType::ClassicCom>,
|
D | v8-debug-helper-interop.h | 17 namespace WRL = Microsoft::WRL; variable 128 V8HeapObject GetHeapObject(WRL::ComPtr<IDebugHostContext> sp_context, 140 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context,
|
D | v8-debug-helper-interop.cc | 21 explicit MemReaderScope(WRL::ComPtr<IDebugHostContext> sp_context) in MemReaderScope() 42 WRL::ComPtr<IDebugHostContext> sp_context_; 120 V8HeapObject GetHeapObject(WRL::ComPtr<IDebugHostContext> sp_context, in GetHeapObject() 169 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context, in GetStackFrame()
|
/third_party/node/deps/v8/tools/v8windbg/base/ |
D | dbgext.cc | 18 WRL::ComPtr<IDataModelManager> sp_data_model_manager; 19 WRL::ComPtr<IDebugHost> sp_debug_host; 20 WRL::ComPtr<IDebugControl5> sp_debug_control; 21 WRL::ComPtr<IDebugHostMemory2> sp_debug_host_memory; 22 WRL::ComPtr<IDebugHostSymbols> sp_debug_host_symbols; 23 WRL::ComPtr<IDebugHostExtensibility> sp_debug_host_extensibility; 32 WRL::ComPtr<IDebugClient> sp_debug_client; in DebugExtensionInitialize() 33 WRL::ComPtr<IHostDataModelAccess> sp_data_model_access; in DebugExtensionInitialize() 66 if (!WRL::Module<WRL::InProc>::GetModule().Terminate()) { in DebugExtensionCanUnload()
|
D | dbgext.h | 20 namespace WRL = Microsoft::WRL; variable 23 extern WRL::ComPtr<IDataModelManager> sp_data_model_manager; 24 extern WRL::ComPtr<IDebugHost> sp_debug_host; 25 extern WRL::ComPtr<IDebugControl5> sp_debug_control; 26 extern WRL::ComPtr<IDebugHostMemory2> sp_debug_host_memory; 27 extern WRL::ComPtr<IDebugHostSymbols> sp_debug_host_symbols; 28 extern WRL::ComPtr<IDebugHostExtensibility> sp_debug_host_extensibility;
|
D | utilities.cc | 47 WRL::ComPtr<IModelPropertyAccessor> accessor; in UnboxProperty() 48 RETURN_IF_FAIL(WRL::ComPtr<IUnknown>(variant.punkVal).As(&accessor)); in UnboxProperty() 222 HRESULT GetModelAtIndex(WRL::ComPtr<IModelObject>& sp_parent, in GetModelAtIndex() 223 WRL::ComPtr<IModelObject>& sp_index, in GetModelAtIndex() 225 WRL::ComPtr<IIndexableConcept> sp_indexable_concept; in GetModelAtIndex() 234 HRESULT GetCurrentThread(WRL::ComPtr<IDebugHostContext>& sp_host_context, in GetCurrentThread() 236 WRL::ComPtr<IModelObject> sp_boxed_context, sp_root_namespace; in GetCurrentThread() 237 WRL::ComPtr<IModelObject> sp_debugger, sp_sessions, sp_processes, sp_threads; in GetCurrentThread() 238 WRL::ComPtr<IModelObject> sp_curr_session, sp_curr_process; in GetCurrentThread()
|
D | utilities.h | 72 HRESULT GetModelAtIndex(WRL::ComPtr<IModelObject>& sp_parent, 73 WRL::ComPtr<IModelObject>& sp_index, 76 HRESULT GetCurrentThread(WRL::ComPtr<IDebugHostContext>& sp_host_context,
|
/third_party/node/deps/v8/tools/v8windbg/test/ |
D | v8windbg-test.cc | 25 LoadExtensionScope(WRL::ComPtr<IDebugControl4> p_debug_control, in LoadExtensionScope() 44 WRL::ComPtr<IDebugControl4> p_debug_control_; 72 HRESULT SetBreakpoint(WRL::ComPtr<IDebugControl4> p_debug_control, in SetBreakpoint() 74 WRL::ComPtr<IDebugBreakpoint> bp; in SetBreakpoint() 91 HRESULT SetBreakpointInV8OrD8(WRL::ComPtr<IDebugControl4> p_debug_control, in SetBreakpointInV8OrD8() 141 WRL::ComPtr<IDebugClient5> p_client; in RunTests() 145 WRL::ComPtr<IDebugSymbols3> p_symbols; in RunTests() 173 WRL::ComPtr<IDebugControl4> p_debug_control; in RunTests()
|
D | debug-callbacks.h | 21 namespace WRL = Microsoft::WRL; variable 29 MyOutput(WRL::ComPtr<IDebugClient5> p_client); 45 WRL::ComPtr<IDebugClient5> p_client_;
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
D | D3D12Backend.h | 35 DAWN_NATIVE_EXPORT Microsoft::WRL::ComPtr<ID3D12Device> GetD3D12Device(WGPUDevice device); 79 ExternalImageDXGI(Microsoft::WRL::ComPtr<ID3D12Resource> d3d12Resource, 82 Microsoft::WRL::ComPtr<ID3D12Resource> mD3D12Resource; 99 AdapterDiscoveryOptions(Microsoft::WRL::ComPtr<IDXGIAdapter> adapter); 101 Microsoft::WRL::ComPtr<IDXGIAdapter> dxgiAdapter;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
D | CompositorNativeWindow11.h | 107 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ISpriteVisual> mHostVisual; 108 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionBrush> mCompositionBrush; 109 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionSurface> mSurface; 110 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionSurfaceBrush> mSurfaceBrush;
|
D | CompositorNativeWindow11.cpp | 15 using namespace Microsoft::WRL; 25 mHostVisual = Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ISpriteVisual>{inspPtr}; in CompositorNativeWindow11() 90 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositor> compositor; in createSwapChain() 124 Microsoft::WRL::ComPtr<IDXGISwapChain1> swapChain1; in createSwapChain() 361 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::Metadata::IApiInformationStatics> api; in SupportedWindowsRelease()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | CoreWindowNativeWindow.h | 53 : public Microsoft::WRL::RuntimeClass< 54 Microsoft::WRL::RuntimeClassFlags<Microsoft::WRL::ClassicCom>,
|
D | SwapChainPanelNativeWindow.h | 47 : public Microsoft::WRL::RuntimeClass< 48 Microsoft::WRL::RuntimeClassFlags<Microsoft::WRL::ClassicCom>,
|
D | NativeWindow11WinRT.cpp | 16 using namespace Microsoft::WRL; 17 using namespace Microsoft::WRL::Wrappers;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Trim11.cpp | 17 using namespace Microsoft::WRL; 18 using namespace Microsoft::WRL::Wrappers;
|