Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.h46 CompilerCallbacks* GetCompilerCallbacks() const;
Djit_compiler.cc48 *callbacks = jit_compiler->GetCompilerCallbacks(); in jit_load()
205 CompilerCallbacks* JitCompiler::GetCompilerCallbacks() const { in GetCompilerCallbacks() function in art::jit::JitCompiler
/art/runtime/jit/
Djit.h54 CompilerCallbacks* GetCompilerCallbacks() { in GetCompilerCallbacks() function
/art/runtime/
Druntime.h143 CompilerCallbacks* GetCompilerCallbacks() { in GetCompilerCallbacks() function
Druntime.cc428 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
1707 compiler_callbacks_ = jit_->GetCompilerCallbacks(); in CreateJit()
Dclass_linker.cc3064 Runtime::Current()->GetCompilerCallbacks()->ClassRejected(ref); in VerifyClass()
3159 if (Runtime::Current()->GetCompilerCallbacks()->IsBootImage()) { in VerifyClassUsingOatFile()
/art/runtime/verifier/
Dmethod_verifier.cc156 Runtime::Current()->GetCompilerCallbacks()->ClassRejected(ref); in VerifyClass()
571 result = Runtime::Current()->GetCompilerCallbacks()->MethodVerified(this); in Verify()
627 Runtime::Current()->GetCompilerCallbacks()->ClassRejected(ref); in Fail()