Searched defs:func (Results 1 – 15 of 15) sorted by relevance
18 public void func() { in func() method in Base
18 public void func(); in func() method
18 public void func() { in func() method in Defs
65 explicit FunctionTask(std::function<void(Thread*)>&& func) : func_(std::move(func)) {} in FunctionTask()
115 explicit ClassFuncVisitor(Func func) : func_(func) {} in ClassFuncVisitor()134 explicit ClassLoaderFuncVisitor(Func func) : func_(func) {} in ClassLoaderFuncVisitor()
1587 #define DELEGATE_TO_IMPL(func, ...) \ argument
1762 Closure* func; in GetFlipFunction() local
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
712 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument717 #define CURRENT_JNI_WRAPPER(func) \ argument724 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
636 jvmtiExtensionFunction func; member
2351 typename Iter::value_type FindOrNull(Iter begin, Iter end, Func func) { in FindOrNull()