Home
last modified time | relevance | path

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

/external/javassist/sample/evolve/
DEvolution.java37 public void start(ClassPool _pool) throws NotFoundException { in start() argument
38 pool = _pool; in start()
42 trapMethod = _pool.getMethod("sample.evolve.Sample", "make"); in start()
45 public void onLoad(ClassPool _pool, String classname) in onLoad() argument
53 CtClass clazz = _pool.get(classname); in onLoad()
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_instance.h78 ObjectStructPtr _pool; variable
Dobjc_instance.mm102 , _pool(0) function
148 if (!_pool)
149 _pool = allocateAutoReleasePool();
158 [_pool drain];
159 _pool = 0;
/external/valgrind/main/memcheck/tests/
Dmempool.c22 typedef struct _pool { struct
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-144136 would leak its autorelease pool, because it would NULL out _pool without