Home
last modified time | relevance | path

Searched defs:func (Results 1 – 14 of 14) sorted by relevance

/art/test/065-mismatched-implements/src/
DDefs.java18 public void func(); in func() method
DBase.java18 public void func() { in func() method in Base
/art/test/066-mismatched-super/src2/
DDefs.java18 public void func(); in func() method
/art/test/065-mismatched-implements/src2/
DDefs.java18 public void func() { in func() method in Defs
/art/test/066-mismatched-super/src/
DDefs.java18 public void func() { in func() method in Defs
/art/runtime/
Dthread_pool.h65 explicit FunctionTask(std::function<void(Thread*)>&& func) : func_(std::move(func)) {} in FunctionTask()
Dclass_linker.h110 explicit ClassFuncVisitor(Func func) : func_(func) {} in ClassFuncVisitor()
129 explicit ClassLoaderFuncVisitor(Func func) : func_(func) {} in ClassLoaderFuncVisitor()
Delf_file.cc1794 #define DELEGATE_TO_IMPL(func, ...) \ argument
Dthread.cc1752 Closure* func; in GetFlipFunction() local
/art/test/utils/python/
Dgenerate_java_main.py187 def __init__(self, func, farg, invoke): argument
/art/openjdkjvmti/
Dti_extension.cc89 const std::vector<jvmtiError>& errors) { in GetExtensionFunctions()
Ddeopt_manager.cc158 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo() local
/art/compiler/jni/
Djni_compiler_test.cc625 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument
630 #define CURRENT_JNI_WRAPPER(func) \ argument
637 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
/art/openjdkjvmti/include/
Djvmti.h636 jvmtiExtensionFunction func; member