Searched refs:num_interpreted_calls_ (Results 1 – 1 of 1) sorted by relevance
1167 uint64_t NumInterpretedCalls() { return num_interpreted_calls_; } in NumInterpretedCalls()1257 uint64_t num_interpreted_calls_ = 0; member in v8::internal::wasm::__anon49171a620111::ThreadImpl1279 ++num_interpreted_calls_; in PushFrame()