Home
last modified time | relevance | path

Searched defs:stack_effect (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.cc780 auto stack_effect = in SideTable() local
2138 std::pair<uint32_t, uint32_t> stack_effect = in Execute() local
/external/python/cpython3/Python/
Dcompile.c876 stack_effect(int opcode, int oparg, int jump) in stack_effect() function