Searched defs:func (Results 1 – 14 of 14) 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()
1803 #define DELEGATE_TO_IMPL(func, ...) \ argument
1744 Closure* func; in GetFlipFunction() local
187 def __init__(self, func, farg, invoke): argument
84 const std::vector<jvmtiError>& errors) { in GetExtensionFunctions()
158 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo() local
618 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument623 #define CURRENT_JNI_WRAPPER(func) \ argument630 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
1440 JdwpRequestHandler func; member
636 jvmtiExtensionFunction func; member