MCPcopy Create free account
hub / github.com/ReadyTalk/avian / walkStack

Method walkStack

src/compile.cpp:8562–8568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8560 }
8561
8562 virtual void walkStack(Thread* vmt, StackVisitor* v)
8563 {
8564 MyThread* t = static_cast<MyThread*>(vmt);
8565
8566 MyStackWalker walker(t);
8567 walker.walk(v);
8568 }
8569
8570 virtual int lineNumber(Thread* vmt, GcMethod* method, int ip)
8571 {

Callers 9

makeTraceFunction · 0.45
getCallerFunction · 0.45
vmfPrintTraceFunction · 0.45
traceSizeFunction · 0.45
getTraceFunction · 0.45

Calls 1

walkMethod · 0.45

Tested by

no test coverage detected