/art/runtime/jit/ |
jit_code_cache.cc | 29 #include "jit/jit.h" 30 #include "jit/profiling_info.h" 38 namespace jit { namespace in namespace:art 52 PLOG(FATAL) << "Failed to mprotect jit code cache"; \ 103 data_map->RemapAtEnd(divider, "jit-code-cache", kProtAll, &error_str, use_ashmem); 124 : lock_("Jit code cache", kJitCodeCacheLock), 125 lock_cond_("Jit code cache variable", lock_), 159 VLOG(jit) << "Created jit code cache: initial data size= [all...] |
profile_saver.cc | 38 // Minimum number of JIT samples during launch to include a method into the profile. 52 jit::JitCodeCache* jit_code_cache, 146 // Set the jit activity notifications to new_methods so we can wake up earlier if needed. 181 // this is a spike with no jit after. 389 jit::JitCodeCache* jit_code_cache,
|
jit_code_cache.h | 41 namespace jit { namespace in namespace:art 135 // Given the 'pc', try to find the JIT compiled code associated with it. 316 // Number of compilations done throughout the lifetime of the JIT. 319 // Number of compilations for on-stack-replacement done throughout the lifetime of the JIT. 322 // Number of deoptimizations done throughout the lifetime of the JIT. 325 // Number of code cache collections done throughout the lifetime of the JIT. 340 } // namespace jit
|
/art/runtime/ |
runtime.h | 53 namespace jit { namespace in namespace:art 54 class Jit; 56 } // namespace jit 133 // IsCompiler is any runtime which has a running compiler, either dex2oat or JIT. 452 jit::Jit* GetJit() { 456 // Returns true if JIT compilations are enabled. GetJit() will be not null in this case. 566 // Create the JIT and instrumentation and code cache. 585 jit::JitOptions* GetJITOptions() { 742 std::unique_ptr<jit::Jit> jit_ [all...] |
Android.mk | 106 jit/debugger_interface.cc \ 107 jit/jit.cc \ 108 jit/jit_code_cache.cc \ 109 jit/offline_profiling_info.cc \ 110 jit/profiling_info.cc \ 111 jit/profile_saver.cc \ 236 # new jit code is generated. We don't want it to be called when a different function with the same
|
asm_support.h | 23 #include "jit/jit.h" 400 ADD_TEST_EQ(JIT_CHECK_OSR, static_cast<int32_t>(art::jit::kJitCheckForOSR)) 403 ADD_TEST_EQ(JIT_HOTNESS_DISABLE, static_cast<int32_t>(art::jit::kJitHotnessDisabled))
|
runtime.cc | 78 #include "jit/jit.h" 123 #include "jit/profile_saver.h" 276 ScopedTrace trace2("Delete jit"); 277 VLOG(jit) << "Deleting jit thread pool"; 279 // JIT compiler threads. 294 // Delete the JIT after thread list to ensure that there is no remaining threads which could be 297 VLOG(jit) << "Deleting jit"; [all...] |
/external/pcre/dist/ |
RunTest | 17 # When JIT support is available, all appropriate tests are also run with -s+ to 18 # test (again, almost) everything with studying and the JIT option, unless 20 # JIT-specific features, one to be run when JIT support is available (unless 40 # example, if JIT support is not compiled, test 12 is skipped, whereas if JIT 74 title12="Test 12: JIT-specific features (when JIT is available)" 75 title13="Test 13: JIT-specific features (when JIT is not available) [all...] |
pcre_jit_test.c | 11 This JIT compiler regression test program was written by Zoltan Herczeg 102 int jit = 0; local 104 pcre_config(PCRE_CONFIG_JIT, &jit); 106 pcre16_config(PCRE_CONFIG_JIT, &jit); 108 pcre32_config(PCRE_CONFIG_JIT, &jit); 110 if (!jit) { 111 printf("JIT must be enabled to run pcre_jit_test\n"); [all...] |
RunGrepTest | 323 (cd $srcdir; $valgrind $pcregrep --match-limit=1000 --no-jit -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtrygrep 2>&1 327 (cd $srcdir; $valgrind $pcregrep --recursion-limit=1000 --no-jit -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtrygrep 2>&1
|
/art/test/ |
Android.run-test.mk | 112 COMPILER_TYPES += jit 289 # 554-jit-profile-file is disabled because it needs a primary oat file to know what it should save. 294 554-jit-profile-file \ 313 554-jit-profile-file 384 # 554-jit-profile-file is disabled because it needs a primary oat file to know what it should save. 393 554-jit-profile-file 446 554-jit-profile-file 456 # Known broken tests for the JIT. 457 # CFI unwinding expects managed frames, and the test does not iterate enough to even compile. JIT 462 ifneq (,$(filter jit,$(COMPILER_TYPES)) [all...] |
/external/llvm/utils/crosstool/ARM/ |
build-install-linux.sh | 148 --disable-jit \
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
run.py | 318 jit = self.rpchandler.console.getvar("<<toggle-jit-stack-viewer>>") 319 if jit:
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
run.py | 318 jit = self.rpchandler.console.getvar("<<toggle-jit-stack-viewer>>") 319 if jit:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 318 jit = self.rpchandler.console.getvar("<<toggle-jit-stack-viewer>>") 319 if jit:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 318 jit = self.rpchandler.console.getvar("<<toggle-jit-stack-viewer>>") 319 if jit:
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 10 let the_module = create_module context "my cool jit"
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 10 let the_module = create_module context "my cool jit"
|
/external/v8/test/mjsunit/es6/ |
typedarray-of.js | 5 // Based on Mozilla Array.of() tests at http://dxr.mozilla.org/mozilla-central/source/js/src/jit-test/tests/collections
|
/art/runtime/base/ |
logging.h | 47 bool jit; member in struct:art::LogVerbosity
|
/art/runtime/native/ |
dalvik_system_ZygoteHooks.cc | 26 #include "jit/jit.h" 125 jit::JitOptions* jit_options = runtime->GetJITOptions();
|
/art/runtime/interpreter/ |
interpreter_common.cc | 23 #include "jit/jit.h" 534 jit::Jit* jit = Runtime::Current()->GetJit(); local 535 if (jit != nullptr && caller != nullptr) { 536 jit->NotifyInterpreterToCompiledCodeTransition(self, caller); [all...] |
/art/compiler/ |
Android.mk | 40 jit/jit_compiler.cc \
|
/art/runtime/gc/space/ |
dlmalloc_space.cc | 23 #include "jit/jit.h" 24 #include "jit/jit_code_cache.h" 329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache();
|
/art/compiler/optimizing/ |
optimizing_compiler.cc | 65 #include "jit/debugger_interface.h" 66 #include "jit/jit.h" 67 #include "jit/jit_code_cache.h" 295 bool JitCompile(Thread* self, jit::JitCodeCache* code_cache, ArtMethod* method, bool osr) 693 // JIT should always have a method. 702 // the verifier must have set it, but under JIT, there's no guarantee, as we [all...] |