Home
last modified time | relevance | path

Searched refs:GetLocalBytes (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/interceptor/
H A DTargetFunction.h448 const uint8_t* GetLocalBytes() const { return mBase; } in GetLocalBytes() function
582 const uint8_t* GetLocalBytes() const { in GetLocalBytes() function
728 mTargetBytes->GetLocalBytes() + mOffset); in ReadNextInstruction()
746 return *(mTargetBytes->GetLocalBytes() + mOffset);
751 return *(mTargetBytes->GetLocalBytes() + mOffset + aIndex);
767 mTargetBytes->GetLocalBytes() + mOffset); in ReadDisp32AsAbsolute()
877 mTargetBytes->GetLocalBytes() + mOffset);
927 return mTargetBytes->GetBase() && mTargetBytes->GetLocalBytes();
931 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
935 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
[all …]
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/mozglue/interceptor/
H A DTargetFunction.h448 const uint8_t* GetLocalBytes() const { return mBase; } in GetLocalBytes() function
582 const uint8_t* GetLocalBytes() const { in GetLocalBytes() function
728 mTargetBytes->GetLocalBytes() + mOffset); in ReadNextInstruction()
746 return *(mTargetBytes->GetLocalBytes() + mOffset);
751 return *(mTargetBytes->GetLocalBytes() + mOffset + aIndex);
767 mTargetBytes->GetLocalBytes() + mOffset); in ReadDisp32AsAbsolute()
877 mTargetBytes->GetLocalBytes() + mOffset);
927 return mTargetBytes->GetBase() && mTargetBytes->GetLocalBytes();
931 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
935 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/interceptor/
H A DTargetFunction.h448 const uint8_t* GetLocalBytes() const { return mBase; } in GetLocalBytes() function
582 const uint8_t* GetLocalBytes() const { in GetLocalBytes() function
728 mTargetBytes->GetLocalBytes() + mOffset); in ReadNextInstruction()
746 return *(mTargetBytes->GetLocalBytes() + mOffset);
751 return *(mTargetBytes->GetLocalBytes() + mOffset + aIndex);
767 mTargetBytes->GetLocalBytes() + mOffset); in ReadDisp32AsAbsolute()
877 mTargetBytes->GetLocalBytes() + mOffset);
927 return mTargetBytes->GetBase() && mTargetBytes->GetLocalBytes();
931 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
935 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/interceptor/
H A DTargetFunction.h448 const uint8_t* GetLocalBytes() const { return mBase; } in GetLocalBytes() function
582 const uint8_t* GetLocalBytes() const { in GetLocalBytes() function
728 mTargetBytes->GetLocalBytes() + mOffset); in ReadNextInstruction()
746 return *(mTargetBytes->GetLocalBytes() + mOffset);
751 return *(mTargetBytes->GetLocalBytes() + mOffset + aIndex);
767 mTargetBytes->GetLocalBytes() + mOffset); in ReadDisp32AsAbsolute()
837 mTargetBytes->GetLocalBytes() + mOffset);
887 return mTargetBytes->GetBase() && mTargetBytes->GetLocalBytes();
891 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
895 return reinterpret_cast<const T*>(mTargetBytes->GetLocalBytes());
[all …]