Home
last modified time | relevance | path

Searched refs:actionbuf_size (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.cpp3191 const size_t actionbuf_size = thread.code.size(); in ActionDefineFunction2() local
3192 if (thread.getNextPC() + code_size > actionbuf_size) { in ActionDefineFunction2()
3200 code_size, actionbuf_size, thread.getNextPC()); in ActionDefineFunction2()
3202 code_size = actionbuf_size-thread.getNextPC(); in ActionDefineFunction2()