Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h530 size_t committed_code_space() const { in committed_code_space() function
768 size_t committed_code_space() const { in committed_code_space() function
769 return code_allocator_.committed_code_space(); in committed_code_space()
1026 size_t committed_code_space() const { in committed_code_space() function
Dwasm-engine.cc845 size_t code_size_estimate = native_module->committed_code_space(); in CreateWasmScript()
1432 : 64 * KB + GetWasmCodeManager()->committed_code_space() / 10; in AddPotentiallyDeadCode()
Dwasm-code-manager.cc528 committed_code_space()); in ~WasmCodeAllocator()
2254 ? code_allocator_.committed_code_space() in SampleCodeSize()
Dwasm-objects.cc119 native_module->committed_code_space() + in New()