Home
last modified time | relevance | path

Searched defs:func (Results 1 – 15 of 15) 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/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/libarttools/include_binder_utils/tools/
Dbinder_utils.h57 #define OR_RETURN_ERROR(func, expr) \ argument
/art/runtime/
Dthread_pool.h66 explicit FunctionTask(std::function<void(Thread*)>&& func) : func_(std::move(func)) {} in FunctionTask()
Dclass_linker.h119 explicit ClassFuncVisitor(Func func) : func_(func) {} in ClassFuncVisitor()
145 explicit ClassLoaderFuncVisitor(Func func) : func_(func) {} in ClassLoaderFuncVisitor()
/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.cc139 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo() local
/art/runtime/jit/
Dsmall_pattern_matcher.cc101 #define SWITCH_CASE(offset, func, type) \ argument
/art/compiler/jni/
Djni_compiler_test.cc678 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply argument
683 #define CURRENT_JNI_WRAPPER(func) \ argument
690 #define NORMAL_JNI_ONLY_NOWRAP(func) \ argument
/art/runtime/gc/collector/
Dmark_compact.cc2249 CompactionFn func) { in DoPageCompactionWithStateChange()
/art/openjdkjvmti/include/
Djvmti.h636 jvmtiExtensionFunction func; member