Home
last modified time | relevance | path

Searched refs:GetCompilerCallbacks (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h159 CompilerCallbacks* GetCompilerCallbacks() { in GetCompilerCallbacks() function
Druntime.cc484 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
Dclass_linker.cc3801 Runtime::Current()->GetCompilerCallbacks()->ClassRejected(ref); in AttemptSupertypeVerification()
3923 runtime->GetCompilerCallbacks(), in VerifyClass()
4008 if (Runtime::Current()->GetCompilerCallbacks()->IsBootImage()) { in VerifyClassUsingOatFile()
/art/compiler/driver/
Dcompiler_driver.cc2274 Runtime::Current()->GetCompilerCallbacks(), in Visit()