HomeSort by relevance Sort by last modified time
    Searched defs:InlineMethod (Results 1 - 2 of 2) sorted by null

  /art/runtime/quick/
inline_method_analyser.h 88 // IntrinsicFlags are stored in InlineMethod::d::raw_data
139 struct InlineMethod {
159 static bool AnalyseMethodCode(verifier::MethodVerifier* verifier, InlineMethod* method)
182 static bool AnalyseReturnMethod(const DexFile::CodeItem* code_item, InlineMethod* result);
183 static bool AnalyseConstMethod(const DexFile::CodeItem* code_item, InlineMethod* result);
184 static bool AnalyseIGetMethod(verifier::MethodVerifier* verifier, InlineMethod* result)
186 static bool AnalyseIPutMethod(verifier::MethodVerifier* verifier, InlineMethod* result)
  /art/compiler/dex/
mir_graph.cc 296 // here (assuming create==true) and check that it's dead at the end of InlineMethod().
700 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
    [all...]

Completed in 1021 milliseconds