Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h55 return compiler_callbacks_; in GetCompilerCallbacks()
87 CompilerCallbacks* compiler_callbacks_; // Owned by the jit compiler. variable
Djit.cc125 compiler_callbacks_ = callbacks; in LoadCompiler()
/art/runtime/
Druntime.h119 return compiler_callbacks_ != nullptr; in IsCompiler()
144 return compiler_callbacks_; in GetCompilerCallbacks()
596 CompilerCallbacks* compiler_callbacks_; variable
Druntime.cc151 compiler_callbacks_(nullptr), in Runtime()
808 compiler_callbacks_ = runtime_options.GetOrDefault(Opt::CompilerCallbacksPtr); in Init()
1707 compiler_callbacks_ = jit_->GetCompilerCallbacks(); in CreateJit()
1716 return !IsAotCompiler() || compiler_callbacks_->IsRelocationPossible(); in CanRelocate()
1720 return IsCompiler() && compiler_callbacks_->IsBootImage(); in IsCompilingBootImage()