Searched defs:CompileMethod (Results 1 – 4 of 4) sorted by relevance
618 static CompiledMethod* CompileMethod(CompilerDriver& driver, in CompileMethod() function
363 void CommonCompilerTest::CompileMethod(mirror::ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTest
410 CodeGenData* SeaGraph::CompileMethod( in CompileMethod() function in sea_ir::SeaGraph
2093 void CompilerDriver::CompileMethod(const DexFile::CodeItem* code_item, uint32_t access_flags, in CompileMethod() function in art::CompilerDriver