Searched defs:func (Results 1 – 14 of 14) 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()
114 explicit ClassFuncVisitor(Func func) : func_(func) {} in ClassFuncVisitor()133 explicit ClassLoaderFuncVisitor(Func func) : func_(func) {} in ClassLoaderFuncVisitor()
1587 #define DELEGATE_TO_IMPL(func, ...) \ argument
187 def __init__(self, func, farg, invoke): argument
89 const std::vector<jvmtiError>& errors) { in GetExtensionFunctions()
146 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo() local
676 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument681 #define CURRENT_JNI_WRAPPER(func) \ argument688 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
636 jvmtiExtensionFunction func; member
2355 typename Iter::value_type FindOrNull(Iter begin, Iter end, Func func) { in FindOrNull()