Home
last modified time | relevance | path

Searched defs:nativeOffset (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-symbolicate/
H A DSeqPointInfo.cs56 public bool TryGetILOffset (int nativeOffset, out int ilOffset) in TryGetILOffset()
79 public SeqPoint (int ilOffset, int nativeOffset) in SeqPoint()
137 public int GetILOffset (int methodToken, uint methodIndex, int nativeOffset) in GetILOffset()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DObjectWriter.cs217 private static extern void EmitCFIStart(IntPtr objWriter, int nativeOffset); in EmitCFIStart()
218 public void EmitCFIStart(int nativeOffset) in EmitCFIStart()
226 private static extern void EmitCFIEnd(IntPtr objWriter, int nativeOffset); in EmitCFIEnd()
227 public void EmitCFIEnd(int nativeOffset) in EmitCFIEnd()
243 private static extern void EmitCFICode(IntPtr objWriter, int nativeOffset, byte[] blob); in EmitCFICode()
244 public void EmitCFICode(int nativeOffset, byte[] blob) in EmitCFICode()
258 …private static extern void EmitDebugLoc(IntPtr objWriter, int nativeOffset, int fileId, int linueN… in EmitDebugLoc()
259 public void EmitDebugLoc(int nativeOffset, int fileId, int linueNumber, int colNumber) in EmitDebugLoc()
H A DResourceDataNode.cs156 …public ResourceIndexData(string assemblyName, string resourceName, int nativeOffset, int ecmaOffse… in ResourceIndexData()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineJIT.h53 BasePCToNativeEntry(uint32_t pcOffset, uint32_t nativeOffset) in BasePCToNativeEntry()
56 uint32_t nativeOffset() const { return nativeOffset_; } in nativeOffset() function
H A DBaselineJIT.cpp677 uint32_t nativeOffset = entries[mid].nativeOffset(); in nativeCodeForOSREntry() local
693 uint32_t nativeOffset = entries[mid].nativeOffset(); in computeResumeNativeOffsets() local
720 uint32_t nativeOffset = nativeAddress - method_->raw(); in approximatePcForNativeAddress() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineJIT.h37 BasePCToNativeEntry(uint32_t pcOffset, uint32_t nativeOffset) in BasePCToNativeEntry()
40 uint32_t nativeOffset() const { return nativeOffset_; } in nativeOffset() function
H A DBaselineJIT.cpp651 uint32_t nativeOffset = entries[mid].nativeOffset(); in nativeCodeForOSREntry() local
667 uint32_t nativeOffset = entries[mid].nativeOffset(); in computeResumeNativeOffsets() local
694 uint32_t nativeOffset = nativeAddress - method_->raw(); in approximatePcForNativeAddress() local
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineJIT.h52 BasePCToNativeEntry(uint32_t pcOffset, uint32_t nativeOffset) in BasePCToNativeEntry()
55 uint32_t nativeOffset() const { return nativeOffset_; } in nativeOffset() function
H A DBaselineJIT.cpp668 uint32_t nativeOffset = entries[mid].nativeOffset(); in nativeCodeForOSREntry() local
684 uint32_t nativeOffset = entries[mid].nativeOffset(); in computeResumeNativeOffsets() local
711 uint32_t nativeOffset = nativeAddress - method_->raw(); in approximatePcForNativeAddress() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineJIT.h53 BasePCToNativeEntry(uint32_t pcOffset, uint32_t nativeOffset) in BasePCToNativeEntry()
56 uint32_t nativeOffset() const { return nativeOffset_; } in nativeOffset() function
H A DBaselineJIT.cpp677 uint32_t nativeOffset = entries[mid].nativeOffset(); in nativeCodeForOSREntry() local
693 uint32_t nativeOffset = entries[mid].nativeOffset(); in computeResumeNativeOffsets() local
720 uint32_t nativeOffset = nativeAddress - method_->raw(); in approximatePcForNativeAddress() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Diagnostics/
H A DStackFrame.cs51 private int nativeOffset = OFFSET_UNKNOWN; field in System.Diagnostics.StackFrame
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DBaselineCompiler-shared.h37 uint32_t nativeOffset; member
H A DCodeGenerator-shared.cpp210 uint32_t nativeOffset = masm.currentOffset(); in addNativeToBytecodeEntry() local
281 uint32_t nativeOffset = ref.nativeOffset.offset(); in dumpNativeToBytecodeEntry() local
309 uint32_t nativeOffset = masm.currentOffset(); in addTrackedOptimizationsEntry() local
333 uint32_t nativeOffset = masm.currentOffset(); in extendTrackedOptimizationsEntry() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DBaselineCompiler-shared.h40 uint32_t nativeOffset; member
H A DCodeGenerator-shared.cpp223 uint32_t nativeOffset = masm.currentOffset(); in addNativeToBytecodeEntry() local
298 uint32_t nativeOffset = ref.nativeOffset.offset(); in dumpNativeToBytecodeEntry() local
332 uint32_t nativeOffset = masm.currentOffset(); in addTrackedOptimizationsEntry() local
359 uint32_t nativeOffset = masm.currentOffset(); in extendTrackedOptimizationsEntry() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DBaselineCompiler-shared.h40 uint32_t nativeOffset; member
H A DCodeGenerator-shared.cpp222 uint32_t nativeOffset = masm.currentOffset(); in addNativeToBytecodeEntry() local
297 uint32_t nativeOffset = ref.nativeOffset.offset(); in dumpNativeToBytecodeEntry() local
331 uint32_t nativeOffset = masm.currentOffset(); in addTrackedOptimizationsEntry() local
358 uint32_t nativeOffset = masm.currentOffset(); in extendTrackedOptimizationsEntry() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineJIT.cpp850 uint32_t nativeOffset = entry.nativeOffset; in nativeCodeForPC() local
881 uint32_t nativeOffset = nativeAddress - method_->raw(); in approximatePcForNativeAddress() local
952 uint32_t nativeOffset = entry.nativeOffset; in toggleDebugTraps() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineJIT.cpp744 uint32_t nativeOffset = entry.nativeOffset; in nativeCodeForPC() local
772 uint32_t nativeOffset = nativeAddress - method_->raw(); in approximatePcForNativeAddress() local
835 uint32_t nativeOffset = entry.nativeOffset; in toggleDebugTraps() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineJIT.cpp810 uint32_t nativeOffset = entry.nativeOffset; in nativeCodeForPC() local
841 uint32_t nativeOffset = nativeAddress - method_->raw(); in approximatePcForNativeAddress() local
912 uint32_t nativeOffset = entry.nativeOffset; in toggleDebugTraps() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp225 uint32_t nativeOffset = masm.currentOffset(); in addNativeToBytecodeEntry() local
300 uint32_t nativeOffset = ref.nativeOffset.offset(); in dumpNativeToBytecodeEntry() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp226 uint32_t nativeOffset = masm.currentOffset(); in addNativeToBytecodeEntry() local
301 uint32_t nativeOffset = ref.nativeOffset.offset(); in dumpNativeToBytecodeEntry() local
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp228 uint32_t nativeOffset = masm.currentOffset(); in addNativeToBytecodeEntry() local
303 uint32_t nativeOffset = ref.nativeOffset.offset(); in dumpNativeToBytecodeEntry() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp226 uint32_t nativeOffset = masm.currentOffset(); in addNativeToBytecodeEntry() local
301 uint32_t nativeOffset = ref.nativeOffset.offset(); in dumpNativeToBytecodeEntry() local

123