Home
last modified time | relevance | path

Searched refs:Jit (Results 1 – 17 of 17) sorted by relevance

/art/runtime/jit/
Djit.cc62 void* Jit::jit_library_handle_ = nullptr;
63 void* Jit::jit_compiler_handle_ = nullptr;
64 void* (*Jit::jit_load_)(void) = nullptr;
65 void (*Jit::jit_unload_)(void*) = nullptr;
66 bool (*Jit::jit_compile_method_)(void*, ArtMethod*, Thread*, bool, bool) = nullptr;
67 void (*Jit::jit_types_loaded_)(void*, mirror::Class**, size_t count) = nullptr;
68 bool (*Jit::jit_generate_debug_info_)(void*) = nullptr;
69 void (*Jit::jit_update_options_)(void*) = nullptr;
139 jit_options->warmup_threshold_ / Jit::kDefaultPriorityThreadWeightRatio, in CreateFromRuntimeArguments()
153 jit_options->warmup_threshold_ / Jit::kDefaultInvokeTransitionWeightRatio, in CreateFromRuntimeArguments()
[all …]
Djit-inl.h30 inline bool Jit::ShouldUsePriorityThreadWeight(Thread* self) { in ShouldUsePriorityThreadWeight()
34 inline void Jit::AddSamples(Thread* self, in AddSamples()
38 if (Jit::ShouldUsePriorityThreadWeight(self)) { in AddSamples()
Djit.h161 class Jit {
168 virtual ~Jit();
171 static Jit* Create(JitCodeCache* code_cache, JitOptions* options);
325 Jit(JitCodeCache* code_cache, JitOptions* options);
361 DISALLOW_COPY_AND_ASSIGN(Jit);
/art/test/common/
Druntime_state.cc44 static jit::Jit* GetJitIfEnabled() { in GetJitIfEnabled()
181 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_hasJitCompiledEntrypoint()
198 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_hasJitCompiledCode()
230 jit::Jit* jit = GetJitIfEnabled(); in ForceJitCompiled()
255 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_ensureMethodJitCompiled()
273 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_ensureJitCompiled()
330 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_fetchProfiles()
343 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_waitForCompilation()
350 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_stopJit()
357 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_startJit()
[all …]
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc32 jit::Jit* jit = Runtime::Current()->GetJit(); in do_checks()
64 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureProfilingInfo566()
75 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureJittedAndPolymorphicInline566()
/art/test/141-class-unload/
Djni_unload.cc29 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_IntHolder_waitForCompilation()
/art/test/708-jit-cache-churn/
Djit.cc40 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
/art/test/570-checker-osr/
Dosr.cc57 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_isInOsrCode()
126 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureHasOsrCode()
/art/runtime/interpreter/mterp/
Dmterp.cc890 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpSetUpHotnessCountdown()
904 if (jit::Jit::ShouldUsePriorityThreadWeight(self)) { in MterpSetUpHotnessCountdown()
928 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpAddHotnessBatch()
952 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpMaybeDoOnStackReplacement()
953 osr_countdown = jit::Jit::kJitRecheckOSRThreshold; in MterpMaybeDoOnStackReplacement()
958 did_osr = jit::Jit::MaybeDoOnStackReplacement(self, method, dex_pc, offset, result); in MterpMaybeDoOnStackReplacement()
/art/runtime/
Druntime.h59 class Jit; variable
465 jit::Jit* GetJit() const { in GetJit()
1002 std::unique_ptr<jit::Jit> jit_;
Dart_method.cc607 jit::Jit* jit = runtime->GetJit(); in GetOatQuickMethodHeader()
678 jit::Jit* jit = runtime->GetJit(); in HasAnyCompiledCode()
Dcha.cc686 jit::Jit* jit = Runtime::Current()->GetJit(); in InvalidateSingleImplementationMethods()
/art/runtime/interpreter/
Dinterpreter.cc293 jit::Jit* jit = Runtime::Current()->GetJit(); in Execute()
634 jit::Jit* jit = Runtime::Current()->GetJit(); in EnterInterpreterFromEntryPoint()
Dinterpreter_common.h203 jit::Jit* jit = Runtime::Current()->GetJit(); in DoInvoke()
Dinterpreter_common.cc615 jit::Jit* jit = Runtime::Current()->GetJit(); in ArtInterpreterToCompiledCodeBridge()
/art/openjdkjvmti/
Dti_redefine.cc641 art::jit::Jit* jit = art::Runtime::Current()->GetJit(); in FindAndAllocateObsoleteMethods()
1542 art::jit::Jit* jit = driver_->runtime_->GetJit(); in UpdateClass()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1131 jit::Jit* jit = Runtime::Current()->GetJit(); in artInstrumentationMethodEntryFromCode()
2384 jit::Jit* jit = runtime->GetJit(); in artQuickGenericJniTrampoline()