Home
last modified time | relevance | path

Searched refs:MethodDef (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.h300 struct MethodDef { struct
311 MethodDef method_def; argument
347 const MethodDef& method_def);
Ddex_file_method_inliner.cc781 const MethodDef& method_def) { in FindMethodIndex()
/art/compiler/dex/
Dmir_optimization_test.cc41 struct MethodDef { struct in art::MirOptimizationTest
252 void DoPrepareMethods(const MethodDef* defs, size_t count) { in DoPrepareMethods()
256 const MethodDef* def = &defs[i]; in DoPrepareMethods()
277 void PrepareMethods(const MethodDef (&defs)[count]) { in PrepareMethods()
445 static const MethodDef methods[] = { in NullCheckEliminationTest()
490 static const MethodDef methods[] = { in SuspendCheckEliminationTest()
542 static const MethodDef methods[] = { in TEST_F()
651 static const MethodDef methods[] = { in TEST_F()
739 static const MethodDef methods[] = { in TEST_F()
Dtype_inference_test.cc42 struct MethodDef { struct in art::TypeInferenceTest
186 void AddMethods(const MethodDef* defs, size_t count) { in AddMethods()
188 const MethodDef* def = &defs[i]; in AddMethods()
194 void PrepareMethods(const MethodDef (&defs)[count]) { in PrepareMethods()
292 const MethodDef* def = &method_defs_[i]; in BuildDexFile()
626 const MethodDef* method_defs_;
880 static const MethodDef methods[] = { in TEST_F()
947 static const MethodDef methods[] = { in TEST_F()
1237 static const MethodDef methods[] = { in TEST_F()
1826 static const MethodDef methods[] = { in TEST_F()
[all …]