Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc1167 uint64_t NumInterpretedCalls() { return num_interpreted_calls_; } in NumInterpretedCalls()
1257 uint64_t num_interpreted_calls_ = 0; member in v8::internal::wasm::__anon49171a620111::ThreadImpl
1279 ++num_interpreted_calls_; in PushFrame()