Searched defs:func (Results 1 – 16 of 16) 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()
117 explicit ClassFuncVisitor(Func func) : func_(func) {} in ClassFuncVisitor()143 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()
139 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo() local
682 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument687 #define CURRENT_JNI_WRAPPER(func) \ argument694 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
381 #define OR_RETURN_ERROR(func, expr) \ argument
1991 CompactionFn func) { in DoPageCompactionWithStateChange()
636 jvmtiExtensionFunction func; member
2395 typename Iter::value_type FindOrNull(Iter begin, Iter end, Func func) { in FindOrNull()