OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCodeCache
(Results
1 - 14
of
14
) sorted by null
/art/test/566-polymorphic-inlining/
polymorphic_inline.cc
30
jit::JitCodeCache* code_cache = jit->
GetCodeCache
();
/art/runtime/jit/
jit.h
55
const JitCodeCache*
GetCodeCache
() const {
59
JitCodeCache*
GetCodeCache
() {
profiling_info.cc
61
jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->
GetCodeCache
();
jit.cc
162
if (jit->
GetCodeCache
() == nullptr) {
413
if (!jit->
GetCodeCache
()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) {
430
const OatQuickMethodHeader* osr_method = jit->
GetCodeCache
()->LookupOsrMethodHeader(method);
/art/test/570-checker-osr/
osr.cc
43
Runtime::Current()->GetJit()->
GetCodeCache
()->LookupOsrMethodHeader(m);
137
while (jit->
GetCodeCache
()->LookupOsrMethodHeader(m) == nullptr) {
/art/test/common/
runtime_state.cc
140
jit::JitCodeCache* code_cache = jit->
GetCodeCache
();
/art/runtime/
art_method.cc
410
jit::JitCodeCache* code_cache = jit->
GetCodeCache
();
469
if (jit != nullptr && jit->
GetCodeCache
()->ContainsMethod(this)) {
488
if (runtime->GetJit()->
GetCodeCache
()->ContainsPc(GetEntryPointFromQuickCompiledCode())) {
quick_exception_handler.cc
513
Runtime::Current()->GetJit()->
GetCodeCache
()->InvalidateCompiledCodeFor(
stack.cc
641
if (runtime->UseJitCompilation() && runtime->GetJit()->
GetCodeCache
()->ContainsPc(code)) {
[
all
...]
class_linker.cc
[
all
...]
/art/compiler/jit/
jit_compiler.cc
220
JitCodeCache* const code_cache = runtime->GetJit()->
GetCodeCache
();
/art/runtime/gc/space/
dlmalloc_space.cc
329
jit::JitCodeCache* code_cache = runtime->GetJit()->
GetCodeCache
();
/art/compiler/optimizing/
inliner.cc
230
Runtime::Current()->GetJit()->
GetCodeCache
()->NotifyCompilerUse(method, self)) {
237
Runtime::Current()->GetJit()->
GetCodeCache
()->DoneCompilerUse(method_, self_);
[
all
...]
/art/runtime/gc/
heap.cc
[
all
...]
Completed in 8670 milliseconds