Home
last modified time | relevance | path

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

/art/test/065-mismatched-implements/src/
DBase.java18 public void func() { in func() method in Base
DDefs.java18 public void func(); in func() method
/art/test/066-mismatched-super/src2/
DDefs.java18 public void func(); in func() method
/art/test/066-mismatched-super/src/
DDefs.java18 public void func() { in func() method in Defs
/art/test/065-mismatched-implements/src2/
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.h115 explicit ClassFuncVisitor(Func func) : func_(func) {} in ClassFuncVisitor()
134 explicit ClassLoaderFuncVisitor(Func func) : func_(func) {} in ClassLoaderFuncVisitor()
Delf_file.cc1587 #define DELEGATE_TO_IMPL(func, ...) \ argument
Dthread.cc1762 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.cc712 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument
717 #define CURRENT_JNI_WRAPPER(func) \ argument
724 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
/art/openjdkjvmti/include/
Djvmti.h636 jvmtiExtensionFunction func; member
/art/compiler/optimizing/
Dload_store_elimination_test.cc2351 typename Iter::value_type FindOrNull(Iter begin, Iter end, Func func) { in FindOrNull()