MCPcopy Create free account
hub / github.com/category-labs/monad / alloc_stack_offset

Method alloc_stack_offset

category/vm/compiler/ir/x86/virtual_stack.cpp:789–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787 }
788
789 StackElemRef Stack::alloc_stack_offset(
790 int32_t const preferred, PrevLoc const expected_prev_loc)
791 {
792 auto e = new_stack_elem();
793 insert_stack_offset(*e, preferred, expected_prev_loc);
794 return e;
795 }
796
797 std::tuple<StackElemRef, AvxRegReserv, std::optional<StackOffset>>
798 Stack::alloc_avx_reg()

Callers 2

TESTFunction · 0.80
call_implMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64