Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ Size
Method
Size
Bcore/src/main/cpp/dex/dex_file.h:935–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
}
934
935
size_t Size() const {
936
return size_;
937
}
938
939
const uint8_t* DataBegin() const {
940
return data_begin_;
Callers
14
handleDumpByDexFile
Function · 0.45
operator==
Method · 0.45
SetDexFileRegistration
Method · 0.45
SlowCompare
Method · 0.45
PrettyMethod
Method · 0.45
dex_file.cc
File · 0.45
ToString
Method · 0.45
GetNumberOfParameters
Method · 0.45
operator==
Method · 0.45
Madvise
Method · 0.45
DexFileParameterIterator
Method · 0.45
CheckInterClassDefItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected