Home
last modified time | relevance | path

Searched refs:GetSourceLine (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dsymbolizer.cc90 src_line = pc_entry->GetSourceLine(pc_offset); in SymbolizeTickSample()
127 int most_inlined_frame_line_number = entry->GetSourceLine(pc_offset); in SymbolizeTickSample()
146 src_line = entry->GetSourceLine(pc_offset); in SymbolizeTickSample()
152 line_number = entry->GetSourceLine(pc_offset); in SymbolizeTickSample()
Dprofile-generator.h149 int GetSourceLine(int pc_offset) const;
Dprofile-generator.cc170 int CodeEntry::GetSourceLine(int pc_offset) const { in GetSourceLine() function in v8::internal::CodeEntry
/third_party/cef/libcef_dll/ctocpp/
Dv8exception_ctocpp.h38 CefString GetSourceLine() override;
Dv8exception_ctocpp.cc35 NO_SANITIZE("cfi-icall") CefString CefV8ExceptionCToCpp::GetSourceLine() { in GetSourceLine() function in CefV8ExceptionCToCpp
/third_party/node/deps/v8/src/wasm/
Dwasm-module-sourcemap.h68 size_t GetSourceLine(size_t wasm_offset) const;
Dwasm-module-sourcemap.cc92 size_t WasmModuleSourceMap::GetSourceLine(size_t wasm_offset) const { in GetSourceLine() function in v8::internal::wasm::WasmModuleSourceMap
/third_party/cef/libcef_dll/cpptoc/
Dv8exception_cpptoc.cc45 CefString _retval = CefV8ExceptionCppToC::Get(self)->GetSourceLine(); in v8exception_get_source_line()
/third_party/node/deps/v8/include/
Dv8-message.h121 V8_WARN_UNUSED_RESULT MaybeLocal<String> GetSourceLine(
/third_party/cef/include/
Dcef_v8.h365 virtual CefString GetSourceLine() = 0;
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc468 static_cast<int>(source_map->GetSourceLine(offset)) + 1; in LogWriteDebugInfo()
/third_party/node/src/
Dnode_errors.cc90 MaybeLocal<String> source_line_maybe = message->GetSourceLine(context); in GetErrorSource()
/third_party/node/deps/v8/src/objects/
Djs-objects.h1204 Handle<String> GetSourceLine() const;
Djs-objects.cc5649 Handle<String> JSMessageObject::GetSourceLine() const { in GetSourceLine() function in v8::internal::JSMessageObject
/third_party/cef/libcef/renderer/
Dv8_impl.cc733 v8::MaybeLocal<v8::String> source_line = message->GetSourceLine(context); in CefV8ExceptionImpl()
754 CefString GetSourceLine() override { return source_line_; } in GetSourceLine() function in __anon44d5a20d0111::CefV8ExceptionImpl
/third_party/node/deps/v8/src/logging/
Dlog.cc782 last_line_number = source_map->GetSourceLine(offset) + 1; in LogRecordedBuffer()
/third_party/node/deps/v8/src/d8/
Dd8.cc2779 if (message->GetSourceLine(context).ToLocal(&sourceline)) { in ReportException()
/third_party/node/deps/v8/src/api/
Dapi.cc3135 MaybeLocal<String> Message::GetSourceLine(Local<Context> context) const { in GetSourceLine() function in v8::Message
3141 RETURN_ESCAPED(Utils::ToLocal(self->GetSourceLine())); in GetSourceLine()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp144592 virtual nsresult GetSourceLine(nsACString & aSourceLine) = 0;