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

  /external/v8/src/wasm/
wasm-interpreter.h 52 // ... | locals: GetLocalCount(); GetLocalValue()
65 int GetLocalCount() const;
wasm-interpreter.cc     [all...]
wasm-debug.cc 438 int num_locals = frame->GetLocalCount();

Completed in 61 milliseconds