Home
last modified time | relevance | path

Searched refs:DebugFrame (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmFrame.cpp41 DebugFrame* DebugFrame::from(Frame* fp) { in from()
45 reinterpret_cast<DebugFrame*>((uint8_t*)fp - DebugFrame::offsetOfFrame()); in from()
50 void DebugFrame::alignmentStaticAsserts() { in alignmentStaticAsserts()
69 Instance* DebugFrame::instance() const { in instance()
73 GlobalObject* DebugFrame::global() const { in global()
81 JSObject* DebugFrame::environmentChain() const { in environmentChain()
137 bool DebugFrame::updateReturnJSValue(JSContext* cx) { in updateReturnJSValue()
155 HandleValue DebugFrame::returnValue() const { in returnValue()
160 void DebugFrame::clearReturnJSValue() { in clearReturnJSValue()
165 void DebugFrame::observe(JSContext* cx) { in observe()
[all …]
H A DWasmFrame.h164 class DebugFrame {
248 static DebugFrame* from(Frame* fp);
303 return offsetof(DebugFrame, registerResults_); in offsetOfRegisterResults()
310 return offsetof(DebugFrame, cachedReturnJSValue_); in offsetOfCachedReturnJSValue()
313 return offsetof(DebugFrame, stackResultsPointer_); in offsetOfStackResultsPointer()
316 return offsetof(DebugFrame, flags_); in offsetOfFlags()
326 return offsetof(DebugFrame, funcIndex_); in offsetOfFuncIndex()
329 return offsetof(DebugFrame, frame_); in offsetOfFrame()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmDebugFrame.cpp34 DebugFrame* DebugFrame::from(Frame* fp) { in from()
38 reinterpret_cast<DebugFrame*>((uint8_t*)fp - DebugFrame::offsetOfFrame()); in from()
43 void DebugFrame::alignmentStaticAsserts() { in alignmentStaticAsserts()
62 Instance* DebugFrame::instance() const { in instance()
66 GlobalObject* DebugFrame::global() const { in global()
74 JSObject* DebugFrame::environmentChain() const { in environmentChain()
130 bool DebugFrame::updateReturnJSValue(JSContext* cx) { in updateReturnJSValue()
148 HandleValue DebugFrame::returnValue() const { in returnValue()
153 void DebugFrame::clearReturnJSValue() { in clearReturnJSValue()
158 void DebugFrame::observe(JSContext* cx) { in observe()
[all …]
H A DWasmDebugFrame.h47 class DebugFrame {
130 static DebugFrame* from(Frame* fp);
185 return offsetof(DebugFrame, registerResults_); in offsetOfRegisterResults()
192 return offsetof(DebugFrame, cachedReturnJSValue_); in offsetOfCachedReturnJSValue()
195 return offsetof(DebugFrame, stackResultsPointer_); in offsetOfStackResultsPointer()
198 return offsetof(DebugFrame, flags_); in offsetOfFlags()
208 return offsetof(DebugFrame, funcIndex_); in offsetOfFuncIndex()
211 return offsetof(DebugFrame, frame_); in offsetOfFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmFrame.cpp41 DebugFrame* DebugFrame::from(Frame* fp) { in from()
45 reinterpret_cast<DebugFrame*>((uint8_t*)fp - DebugFrame::offsetOfFrame()); in from()
50 void DebugFrame::alignmentStaticAsserts() { in alignmentStaticAsserts()
69 Instance* DebugFrame::instance() const { in instance()
73 GlobalObject* DebugFrame::global() const { in global()
81 JSObject* DebugFrame::environmentChain() const { in environmentChain()
137 bool DebugFrame::updateReturnJSValue(JSContext* cx) { in updateReturnJSValue()
155 HandleValue DebugFrame::returnValue() const { in returnValue()
160 void DebugFrame::clearReturnJSValue() { in clearReturnJSValue()
165 void DebugFrame::observe(JSContext* cx) { in observe()
[all …]
H A DWasmFrame.h164 class DebugFrame {
248 static DebugFrame* from(Frame* fp);
303 return offsetof(DebugFrame, registerResults_); in offsetOfRegisterResults()
310 return offsetof(DebugFrame, cachedReturnJSValue_); in offsetOfCachedReturnJSValue()
313 return offsetof(DebugFrame, stackResultsPointer_); in offsetOfStackResultsPointer()
316 return offsetof(DebugFrame, flags_); in offsetOfFlags()
326 return offsetof(DebugFrame, funcIndex_); in offsetOfFuncIndex()
329 return offsetof(DebugFrame, frame_); in offsetOfFrame()
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/
H A Ddebug.go30 type DebugFrame interface { interface
42 func (thread *Thread) DebugFrame(depth int) DebugFrame { return thread.frameAt(depth) } func
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/starlark/
H A Ddebug.go30 type DebugFrame interface { interface
42 func (thread *Thread) DebugFrame(depth int) DebugFrame { return thread.frameAt(depth) } func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/starlark/
H A Ddebug.go30 type DebugFrame interface { interface
42 func (thread *Thread) DebugFrame(depth int) DebugFrame { return thread.frameAt(depth) } func
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/
H A Ddebug.go30 type DebugFrame interface { interface
42 func (thread *Thread) DebugFrame(depth int) DebugFrame { return thread.frameAt(depth) } func
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmTypes.cpp481 /* static */ DebugFrame* DebugFrame::from(Frame* fp) { in from()
484 reinterpret_cast<DebugFrame*>((uint8_t*)fp - DebugFrame::offsetOfFrame()); in from()
489 void DebugFrame::alignmentStaticAsserts() { in alignmentStaticAsserts()
500 GlobalObject* DebugFrame::global() const { in global()
504 JSObject* DebugFrame::environmentChain() const { in environmentChain()
508 bool DebugFrame::getLocal(uint32_t localIndex, MutableHandleValue vp) { in getLocal()
541 void DebugFrame::updateReturnJSValue() { in updateReturnJSValue()
566 HandleValue DebugFrame::returnValue() const { in returnValue()
571 void DebugFrame::clearReturnJSValue() { in clearReturnJSValue()
576 void DebugFrame::observe(JSContext* cx) { in observe()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmTypes.cpp636 DebugFrame* DebugFrame::from(Frame* fp) { in from()
639 reinterpret_cast<DebugFrame*>((uint8_t*)fp - DebugFrame::offsetOfFrame()); in from()
644 void DebugFrame::alignmentStaticAsserts() { in alignmentStaticAsserts()
661 GlobalObject* DebugFrame::global() const { in global()
665 bool DebugFrame::hasGlobal(const GlobalObject* global) const { in hasGlobal()
669 JSObject* DebugFrame::environmentChain() const { in environmentChain()
725 bool DebugFrame::updateReturnJSValue(JSContext* cx) { in updateReturnJSValue()
743 HandleValue DebugFrame::returnValue() const { in returnValue()
748 void DebugFrame::clearReturnJSValue() { in clearReturnJSValue()
753 void DebugFrame::observe(JSContext* cx) { in observe()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/debug/src/
H A Dwrite_debuginfo.rs3 use gimli::write::{Address, DebugFrame, Dwarf, EndianVec, FrameTable, Result, Sections, Writer};
59 let mut debug_frame = DebugFrame::from(WriterRelocate::new(endian, symbol_resolver)); in emit_dwarf()
62 SectionId::DebugFrame.name(), in emit_dwarf()
69 from: SectionId::DebugFrame.name(), in emit_dwarf()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Ddebugger.go100 type DebugFrame struct { struct
618 func (evt *DebugEvent) Frames(start, end int) []*DebugFrame {
624 frames := []*DebugFrame{}
626 df := &DebugFrame{evt, make([]*frame, len(f))}
636 func (f *DebugFrame) Name() string { argument
658 func (f *DebugFrame) Position() token.Position { argument
668 func (f *DebugFrame) Program() *Program { argument
678 func (f *DebugFrame) Scopes() []*DebugFrameScope { argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/gimli-0.26.1/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/gimli-0.23.0/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/gimli-0.25.0/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/gimli-0.26.1/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/gimli-0.26.1/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/gimli-0.24.0/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/gimli-0.26.1/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/gimli-0.23.0/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/dns/dog/dog-0.1.0/cargo-crates/gimli-0.23.0/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/net/routinator/routinator-0.10.2/cargo-crates/gimli-0.24.0/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/gimli-0.24.0/src/write/
H A Dsection.rs7 DebugAbbrev, DebugFrame, DebugInfo, DebugInfoReference, DebugLine, DebugLineStr, DebugLoc,
89 pub debug_frame: DebugFrame<W>,
113 debug_frame: DebugFrame(section.clone()), in new()

12345678910>>...16