Home
last modified time | relevance | path

Searched defs:driver (Results 1 – 14 of 14) sorted by relevance

/art/compiler/
Dcompiled_method.cc102 CompiledMethod::CompiledMethod(CompilerDriver* driver, in CompiledMethod()
123 CompilerDriver* driver, in SwapAllocCompiledMethod()
148 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompilerDriver* driver, CompiledMethod* m) { in ReleaseSwapAllocatedCompiledMethod()
Dcompiler.cc26 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create()
Dcompiler.h113 Compiler(CompilerDriver* driver, uint64_t warning) : in Compiler()
Dimage_test.cc137 void CompilationHelper::Compile(CompilerDriver* driver, in Compile()
/art/test/641-iterations/src/
DMain.java55 static void driver() { in driver() method in Main
/art/compiler/optimizing/
Doptimizing_compiler.cc409 OptimizingCompiler::OptimizingCompiler(CompilerDriver* driver) in OptimizingCompiler()
416 CompilerDriver* driver = GetCompilerDriver(); in Init() local
464 CompilerDriver* driver, in BuildOptimization()
551 CompilerDriver* driver, in BuildOptimizations()
596 CompilerDriver* driver, in MaybeRunInliner()
736 CompilerDriver* driver, in RunOptimizations()
1103 Compiler* CreateOptimizingCompiler(CompilerDriver* driver) { in CreateOptimizingCompiler()
Dbuilder.h44 CompilerDriver* driver, in HGraphBuilder()
Dinstruction_builder.h47 CompilerDriver* driver, in HInstructionBuilder()
Dinstruction_builder.cc591 static bool RequiresConstructorBarrier(const DexCompilationUnit* cu, CompilerDriver* driver) { in RequiresConstructorBarrier()
1269 static mirror::Class* GetClassFrom(CompilerDriver* driver, in GetClassFrom()
/art/compiler/driver/
Dcompiled_method_storage_test.cc30 CompilerDriver driver(&compiler_options, in TEST() local
Dcompiler_driver.cc454 Thread* self, const CompilerDriver& driver, Handle<mirror::ClassLoader> class_loader, in GetDexToDexCompilationLevel()
490 const CompilerDriver& driver, in GetDexToDexCompilationLevel()
517 CompilerDriver* driver, in CompileMethod()
813 static void ResolveConstStrings(CompilerDriver* driver, in ResolveConstStrings()
2592 CompilerDriver* const driver = manager_->GetCompiler(); in Visit() local
/art/compiler/dex/
Ddex_to_dex_compiler.cc319 CompilerDriver* driver, in ArtCompileDEX()
/art/compiler/jni/quick/
Djni_compiler.cc120 static CompiledMethod* ArtJniCompileMethodInternal(CompilerDriver* driver, in ArtJniCompileMethodInternal()
/art/runtime/openjdkjvmti/
Dti_redefine.cc288 Redefiner* driver, in ClassRedefinition()