Searched refs:NumInterpretedCalls (Results 1 – 5 of 5) sorted by relevance
143 uint64_t NumInterpretedCalls();
401 uint64_t NumInterpretedCalls() { in NumInterpretedCalls() function in v8::internal::wasm::__anon4d21196c0111::InterpreterHandle403 return interpreter()->GetThread(0)->NumInterpretedCalls(); in NumInterpretedCalls()672 uint64_t WasmDebugInfo::NumInterpretedCalls() { in NumInterpretedCalls() function in v8::internal::WasmDebugInfo674 return handle ? handle->NumInterpretedCalls() : 0; in NumInterpretedCalls()
597 uint64_t NumInterpretedCalls();
1167 uint64_t NumInterpretedCalls() { return num_interpreted_calls_; } in NumInterpretedCalls() function in v8::internal::wasm::__anon959de6190111::ThreadImpl3049 uint64_t WasmInterpreter::Thread::NumInterpretedCalls() { in NumInterpretedCalls() function in v8::internal::wasm::WasmInterpreter::Thread3050 return ToImpl(this)->NumInterpretedCalls(); in NumInterpretedCalls()
984 uint64_t num = instance->debug_info()->NumInterpretedCalls(); in RUNTIME_FUNCTION()