Searched refs:push_object (Results 1 – 4 of 4) sorted by relevance
17 virtual char *push_object(void const *src, unsigned long size) = 0;21 { return reinterpret_cast<T*>(push_object(&v, sizeof(T))); }
43 char *push_object(void const *o, unsigned long size);101 Remote_stack<Mem_check>::push_object(void const *o, unsigned long size)
37 char *push_object(void const *src, unsigned long size) in push_object() function46 { return reinterpret_cast<T*>(push_object(&v, sizeof(T))); } in push()
318 envp.al = _stack.push_object(k, kl); in push_env_strings()
Completed in 6 milliseconds