HomeSort by relevance Sort by last modified time
    Searched refs:NumInterpretedCalls (Results 1 - 4 of 4) sorted by null

  /external/v8/src/wasm/
wasm-debug.cc 277 uint64_t NumInterpretedCalls() {
279 return interpreter()->GetThread(0)->NumInterpretedCalls();
444 uint64_t WasmDebugInfo::NumInterpretedCalls() {
446 return handle ? handle->NumInterpretedCalls() : 0;
wasm-interpreter.h 158 uint64_t NumInterpretedCalls();
wasm-objects.h 445 uint64_t NumInterpretedCalls();
wasm-interpreter.cc 1013 uint64_t NumInterpretedCalls() { return num_interpreted_calls_; }
    [all...]

Completed in 496 milliseconds