Searched refs:InlineMethod (Results 1 – 6 of 6) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.h | 198 struct InlineMethod { struct 219 static bool AnalyseMethodCode(verifier::MethodVerifier* verifier, InlineMethod* result) argument 221 static bool AnalyseMethodCode(ArtMethod* method, InlineMethod* result) 248 InlineMethod* result) 250 static bool AnalyseReturnMethod(const DexFile::CodeItem* code_item, InlineMethod* result); 251 static bool AnalyseConstMethod(const DexFile::CodeItem* code_item, InlineMethod* result); 256 InlineMethod* result) 262 InlineMethod* result)
|
D | inline_method_analyser.cc | 368 InlineMethod* result) in AnalyseConstructor() 435 InlineMethod* result) { in AnalyseMethodCode() 449 bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, InlineMethod* result) { in AnalyseMethodCode() 463 InlineMethod* result) { in AnalyseMethodCode() 539 InlineMethod* result) { in AnalyseReturnMethod() 562 InlineMethod* result) { in AnalyseConstMethod() 597 InlineMethod* result) { in AnalyseIGetMethod() 662 InlineMethod* result) { in AnalyseIPutMethod()
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.h | 69 bool IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) REQUIRES(!lock_); 338 InlineMethod intrinsic; 384 bool AddInlineMethod(int32_t method_idx, const InlineMethod& method) REQUIRES(!lock_); 390 SafeMap<uint32_t, InlineMethod> inline_methods_ GUARDED_BY(lock_);
|
D | dex_file_method_inliner.cc | 685 InlineMethod method; in AnalyseMethodCode() 701 bool DexFileMethodInliner::IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) { in IsIntrinsic() 831 bool DexFileMethodInliner::AddInlineMethod(int32_t method_idx, const InlineMethod& method) { in AddInlineMethod()
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 124 static Intrinsics GetIntrinsic(InlineMethod method) { in GetIntrinsic() 577 InlineMethod method; in Run()
|
D | inliner.cc | 861 InlineMethod inline_method; in TryPatternSubstitution()
|