Home
last modified time | relevance | path

Searched defs:CompileMethod (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dfrontend.cc618 static CompiledMethod* CompileMethod(CompilerDriver& driver, in CompileMethod() function
/art/compiler/
Dcommon_compiler_test.cc363 void CommonCompilerTest::CompileMethod(mirror::ArtMethod* method) { in CompileMethod() function in art::CommonCompilerTest
/art/compiler/sea_ir/ir/
Dsea.cc410 CodeGenData* SeaGraph::CompileMethod( in CompileMethod() function in sea_ir::SeaGraph
/art/compiler/driver/
Dcompiler_driver.cc2093 void CompilerDriver::CompileMethod(const DexFile::CodeItem* code_item, uint32_t access_flags, in CompileMethod() function in art::CompilerDriver