Home
last modified time | relevance | path

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

/art/runtime/
Dnoop_compiler_callbacks.h38 bool IsRelocationPossible() OVERRIDE { return false; } in IsRelocationPossible() function
Dcompiler_callbacks.h46 virtual bool IsRelocationPossible() = 0;
Druntime.cc1716 return !IsAotCompiler() || compiler_callbacks_->IsRelocationPossible(); in CanRelocate()
/art/compiler/dex/
Dquick_compiler_callbacks.h46 bool IsRelocationPossible() OVERRIDE { in IsRelocationPossible() function