Home
last modified time | relevance | path

Searched defs:body_size (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-desc.h67 int body_size() const { return instr_size + unwinding_info_size; } in body_size() function
/third_party/node/deps/v8/src/objects/
Dcode.h570 static int SizeFor(int body_size) { in SizeFor()
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.h70 unsigned body_size; member
/third_party/ffmpeg/libavformat/
Diff.c112 uint32_t body_size; member
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc2064 size_t WasmCodeManager::EstimateLiftoffCodeSize(int body_size) { in EstimateLiftoffCodeSize()