Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc83 DEFINE_RUNTIME_DEBUG_FLAG(Jit, kSlowMode);
86 void* Jit::jit_library_handle_ = nullptr;
87 JitCompilerInterface* Jit::jit_compiler_ = nullptr;
88 JitCompilerInterface* (*Jit::jit_load_)(void) = nullptr;
110 ? (Jit::kSlowMode in CreateFromRuntimeArguments()
116 const uint32_t kJitThresholdStep = Jit::kSlowMode ? 1u : kJitSamplesBatchSize; in CreateFromRuntimeArguments()
120 kIsDebugBuild ? (Jit::kSlowMode in CreateFromRuntimeArguments()
178 jit_options->warmup_threshold_ / Jit::kDefaultPriorityThreadWeightRatio, in CreateFromRuntimeArguments()
192 jit_options->warmup_threshold_ / Jit::kDefaultInvokeTransitionWeightRatio, in CreateFromRuntimeArguments()
199 void Jit::DumpInfo(std::ostream& os) { in DumpInfo()
[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.h233 class Jit {
242 virtual ~Jit();
245 static Jit* Create(JitCodeCache* code_cache, JitOptions* options);
450 Jit(JitCodeCache* code_cache, JitOptions* options);
520 DISALLOW_COPY_AND_ASSIGN(Jit);
Ddebugger_interface.cc488 jit::Jit* jit = Runtime::Current()->GetJit(); in RepackEntries()
/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/common/
Druntime_state.cc48 static jit::Jit* GetJitIfEnabled() { in GetJitIfEnabled()
204 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_hasJitCompiledEntrypoint()
221 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_hasJitCompiledCode()
267 jit::Jit* jit = GetJitIfEnabled(); in ForceJitCompiled()
296 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_ensureMethodJitCompiled()
314 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_ensureJitCompiled()
371 jit::Jit* jit = GetJitIfEnabled(); in Java_Main_fetchProfiles()
384 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_waitForCompilation()
391 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_stopJit()
398 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_startJit()
[all …]
/art/test/141-class-unload/
Djni_unload.cc29 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_IntHolder_waitForCompilation()
/art/test/570-checker-osr/
Dosr.cc57 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_isInOsrCode()
127 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureHasOsrCode()
/art/test/708-jit-cache-churn/
Djit.cc40 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_JitCacheChurnTest_removeJitCompiledMethod()
/art/runtime/interpreter/mterp/
Dmterp.cc887 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpSetUpHotnessCountdown()
901 if (jit::Jit::ShouldUsePriorityThreadWeight(self)) { in MterpSetUpHotnessCountdown()
925 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpAddHotnessBatch()
949 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpMaybeDoOnStackReplacement()
950 osr_countdown = jit::Jit::kJitRecheckOSRThreshold; in MterpMaybeDoOnStackReplacement()
955 did_osr = jit::Jit::MaybeDoOnStackReplacement(self, method, dex_pc, offset, result); in MterpMaybeDoOnStackReplacement()
Dnterp.cc609 jit::Jit* jit = Runtime::Current()->GetJit(); in NterpHotMethod()
/art/runtime/
Druntime.h62 class Jit; variable
496 jit::Jit* GetJit() const { in GetJit()
1107 std::unique_ptr<jit::Jit> jit_;
Dart_method.cc603 jit::Jit* jit = runtime->GetJit(); in GetOatQuickMethodHeader()
674 jit::Jit* jit = runtime->GetJit(); in HasAnyCompiledCode()
Dcha.cc686 jit::Jit* jit = Runtime::Current()->GetJit(); in InvalidateSingleImplementationMethods()
Druntime.cc914 if (!jit::Jit::LoadCompilerLibrary(&error_msg)) { in Start()
2678 jit::Jit* jit = jit::Jit::Create(jit_code_cache_.get(), jit_options_.get()); in CreateJit()
2877 jit::Jit* jit = GetJit(); in DeoptimizeBootImage()
Dinstrumentation.cc212 jit::Jit* jit = Runtime::Current()->GetJit(); in UpdateEntrypoints()
1175 jit::Jit* jit = Runtime::Current()->GetJit(); in GetCodeForInvoke()
Dclass_linker.cc3455 jit::Jit::NewTypeLoadedIfUsingJit(h_new_class.Get()); in DefineClass()
3529 jit::Jit* jit = Runtime::Current()->GetJit(); in GetQuickOatCodeFor()
3592 jit::Jit* jit = Runtime::Current()->GetJit(); in ShouldUseInterpreterEntrypoint()
3664 jit::Jit* jit = runtime->GetJit(); in FixupStaticTrampolines()
4474 jit::Jit::NewTypeLoadedIfUsingJit(new_class.Get()); in CreateArrayClass()
/art/runtime/interpreter/
Dinterpreter.cc314 jit::Jit* jit = Runtime::Current()->GetJit(); in Execute()
654 jit::Jit* jit = Runtime::Current()->GetJit(); in EnterInterpreterFromEntryPoint()
Dinterpreter_switch_impl-inl.h159 if (jit::Jit::MaybeDoOnStackReplacement(self, in BranchInstrumentation()
173 jit::Jit* jit = Runtime::Current()->GetJit(); in HotnessUpdate()
Dinterpreter_common.h301 jit::Jit* jit = Runtime::Current()->GetJit(); in DoInvoke()
Dinterpreter_common.cc294 jit::Jit* jit = Runtime::Current()->GetJit(); in ArtInterpreterToCompiledCodeBridge()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc724 jit::Jit* jit = Runtime::Current()->GetJit(); in VMRuntime_bootCompleted()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1047 jit::Jit* jit = Runtime::Current()->GetJit(); in artInstrumentationMethodEntryFromCode()
2165 jit::Jit* jit = runtime->GetJit(); in artQuickGenericJniTrampoline()
/art/openjdkjvmti/
Dti_redefine.cc861 art::jit::Jit* jit = art::Runtime::Current()->GetJit(); in FindAndAllocateObsoleteMethods()
2954 art::jit::Jit* jit = driver_->runtime_->GetJit(); in UpdateClassStructurally()
3031 art::jit::Jit* jit = driver_->runtime_->GetJit(); in UpdateClassInPlace()