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

Function findFrameMap

src/compile.cpp:7408–7417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7406}
7407
7408void findFrameMap(MyThread* t,
7409 void* stack UNUSED,
7410 GcMethod* method,
7411 int32_t offset,
7412 int32_t** map,
7413 unsigned* start)
7414{
7415 findFrameMapInSimpleTable(
7416 t, method, method->code()->stackMap(), offset, map, start);
7417}
7418
7419void visitStackAndLocals(MyThread* t,
7420 Heap::Visitor* v,

Callers 2

visitStackAndLocalsFunction · 0.85
walkContinuationBodyFunction · 0.85

Calls 2

stackMapMethod · 0.80

Tested by

no test coverage detected