Searched defs:func (Results 1 – 13 of 13) sorted by relevance
18 public void func(); in func() method
18 public void func() { in func() method in Base
18 public void func() { in func() method in Defs
65 explicit FunctionTask(std::function<void(Thread*)>&& func) : func_(std::move(func)) {} in FunctionTask()
109 explicit ClassFuncVisitor(Func func) : func_(func) {} in ClassFuncVisitor()128 explicit ClassLoaderFuncVisitor(Func func) : func_(func) {} in ClassLoaderFuncVisitor()
1795 #define DELEGATE_TO_IMPL(func, ...) \ argument
187 def __init__(self, func, farg, invoke): argument
89 const std::vector<jvmtiError>& errors) { in GetExtensionFunctions()
158 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo() local
619 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument624 #define CURRENT_JNI_WRAPPER(func) \ argument631 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
636 jvmtiExtensionFunction func; member