Home
last modified time | relevance | path

Searched defs:TotalSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
Dreglist-arm64.h138 int TotalSizeInBytes() const { return RegisterSizeInBytes() * Count(); } in TotalSizeInBytes() function
/third_party/vixl/src/aarch64/
Doperands-aarch64.h266 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) { in TotalSizeInBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp754 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf()