Home
last modified time | relevance | path

Searched refs:sp_ctx (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
H A Dobject-inspection.cc191 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBasicField()
197 Extension::Current()->GetTypeFromV8Module(sp_ctx, type_name.c_str()); in GetModelForBasicField()
200 sp_ctx.Get(), Location{address}, type.Get(), result); in GetModelForBasicField()
209 Location(address), uncompressed_type_name, sp_ctx, in GetModelForBasicField()
211 return CreateSyntheticObjectForV8Object(sp_ctx.Get(), cached_object.Get(), in GetModelForBasicField()
218 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForBitField()
222 Extension::Current()->GetTypeFromV8Module(sp_ctx, type_name.c_str()); in GetModelForBitField()
246 HRESULT hr = sp_debug_host_memory->ReadBytes(sp_ctx.Get(), address, in GetModelForBitField()
269 WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetModelForStruct()
273 sp_data_model_manager->CreateSyntheticObject(sp_ctx in GetModelForStruct()
188 GetModelForBasicField(const uint64_t address, const std::u16string& type_name, const std::string& uncompressed_type_name, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForBasicField() argument
216 GetModelForBitField(uint64_t address, const uint8_t num_bits, uint8_t shift_bits, const std::u16string& type_name, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForBitField() argument
267 GetModelForStruct(const uint64_t address, const std::vector<StructField>& fields, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForStruct() argument
299 GetModelForNativeArray(const uint64_t address, const std::u16string& type_name, size_t count, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForNativeArray() argument
322 GetModelForCustomArray(const Property& prop, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForCustomArray() argument
357 WRL::ComPtr<IDebugHostContext> sp_ctx; GetModelForCustomArrayElement() local
478 WRL::ComPtr<IDebugHostContext> sp_ctx; global() variable
524 WRL::ComPtr<IDebugHostContext> sp_ctx; global() variable
662 WRL::ComPtr<IDebugHostContext> sp_ctx; global() variable
676 GetModelForProperty(const Property& prop, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForProperty() argument
[all...]
H A Djs-stack.cc32 WRL::ComPtr<IDebugHostContext> sp_ctx; variable
33 RETURN_IF_FAIL(sp_debug_host->GetCurrentContext(&sp_ctx));
37 sp_data_model_manager->CreateSyntheticObject(sp_ctx.Get(), &result));
203 WRL::ComPtr<IDebugHostContext> sp_ctx; variable
204 RETURN_IF_FAIL(context_object->GetContext(&sp_ctx));
209 opt_frames_ = WRL::Make<StackFrameIterator>(sp_ctx);
235 WRL::ComPtr<IDebugHostContext> sp_ctx; variable
236 RETURN_IF_FAIL(context_object->GetContext(&sp_ctx));
237 auto sp_memory_iterator{WRL::Make<StackFrameIterator>(sp_ctx)};
H A Dv8windbg-extension.cc64 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8ObjectType()
65 return GetTypeFromV8Module(sp_ctx, kObjectU); in GetV8ObjectType()
69 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name) { in GetTypeFromV8Module()
72 !SUCCEEDED(sp_v8_module_ctx_->IsEqualTo(sp_ctx.Get(), &is_equal)) || in GetTypeFromV8Module()
78 GetV8Module(sp_ctx); // Will force the correct module to load in GetTypeFromV8Module()
120 WRL::ComPtr<IDebugHostContext>& sp_ctx) { in GetV8Module()
129 if (SUCCEEDED(sp_v8_module_ctx_->IsEqualTo(sp_ctx.Get(), &is_equal)) && in GetV8Module()
155 if (SUCCEEDED(sp_debug_host_symbols->FindModuleByName(sp_ctx.Get(), name, in GetV8Module()
159 sp_v8_module_ctx_ = sp_ctx; in GetV8Module()
169 sp_debug_host_symbols->EnumerateModules(sp_ctx in GetV8Module()
63 GetV8ObjectType( WRL::ComPtr<IDebugHostContext>& sp_ctx) GetV8ObjectType() argument
68 GetTypeFromV8Module( WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name) GetTypeFromV8Module() argument
119 GetV8Module( WRL::ComPtr<IDebugHostContext>& sp_ctx) GetV8Module() argument
[all...]
H A Dv8windbg-extension.h22 WRL::ComPtr<IDebugHostContext>& sp_ctx);
24 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name);
26 WRL::ComPtr<IDebugHostContext>& sp_ctx);
H A Dcur-isolate.cc7 HRESULT GetIsolateKey(WRL::ComPtr<IDebugHostContext>& sp_ctx, in GetIsolateKey() argument
9 auto sp_v8_module = Extension::Current()->GetV8Module(sp_ctx); in GetIsolateKey()
23 sp_ctx.Get(), loc, isolate_key, sizeof(isolate_key), &bytes_read)); in GetIsolateKey()
H A Dobject-inspection.h294 WRL::ComPtr<IDebugHostContext>& sp_ctx,

Completed in 4 milliseconds