Lines Matching refs:WRL
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()
90 WRL::ComPtr<IModelObject> sp_result; in Call()