Home
last modified time | relevance | path

Searched refs:InlineMethod (Results 1 – 6 of 6) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.h198 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)
Dinline_method_analyser.cc368 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/
Ddex_file_method_inliner.h69 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_);
Ddex_file_method_inliner.cc685 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/
Dintrinsics.cc124 static Intrinsics GetIntrinsic(InlineMethod method) { in GetIntrinsic()
577 InlineMethod method; in Run()
Dinliner.cc861 InlineMethod inline_method; in TryPatternSubstitution()