📄 methodcache.h
字号:
/* * methodCache.h * * A faster way to find a translated method given a pc. * * Copyright (c) 1998, 1999 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file. * * Written by Godmar Back <gback@cs.utah.edu> */#if 0#ifndef __kaffevm_methodcache_h#define __kaffevm_methodcache_hextern bool makeMethodActive(Method* meth);extern void makeMethodInactive(Method* meth);extern void dumpActiveMethods(jobject printstream, jobject loader);extern void walkActiveMethods(void *arg, void (*walker)(void *arg, Method *meth));#endif /* __kaffevm_methodcache_h */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -