HomeSort by relevance Sort by last modified time
    Searched defs:runtime (Results 251 - 275 of 363) sorted by null

<<1112131415

  /art/runtime/interpreter/
interpreter_common.cc 52 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
133 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
231 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
337 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
514 CHECK(Runtime::Current()->IsActiveTransaction());
554 // We need to do runtime check on reference assignment. We need to load the shorty
644 if (LIKELY(Runtime::Current()->IsStarted())) {
648 if (kIsDebugBuild && Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly() &&
696 Runtime::Current()->GetHeap()->GetCurrentAllocator());
726 Runtime* runtime = Runtime::Current() variable
    [all...]
  /art/runtime/
monitor.cc 304 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) {
307 LOG(Runtime::Current()->IsStarted() ? INFO : ERROR)
667 Runtime::Current()->GetMonitorList()->Add(m);
682 ThreadList* thread_list = Runtime::Current()->GetThreadList();
754 Runtime* runtime = Runtime::Current(); local
755 if (contention_count <= runtime->GetMaxSpinsBeforeThinkLockInflation()) {
804 Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner());
    [all...]
trace.cc 93 // Ignore runtime frames (in particular callee save).
295 Runtime* runtime = Runtime::Current(); local
298 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
299 !runtime->IsCompiler()));
314 runtime->GetThreadList()->SuspendAll();
317 runtime->GetThreadList()->ForEach(GetSample, the_trace);
319 runtime->GetThreadList()->ResumeAll()
363 Runtime* runtime = Runtime::Current(); local
402 Runtime* runtime = Runtime::Current(); local
    [all...]
profiler.cc 154 Runtime* runtime = Runtime::Current(); local
167 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(),
168 !runtime->IsCompiler()));
222 ThreadList* thread_list = runtime->GetThreadList();
266 runtime->DetachCurrentThread();
runtime.cc 17 #include "runtime.h"
96 const char* Runtime::kDefaultInstructionSetFeatures =
98 Runtime* Runtime::instance_ = NULL;
100 Runtime::Runtime()
123 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
153 Runtime::~Runtime() {
170 // Shut down background profiler before the runtime exits
252 Runtime* runtime = Runtime::Current(); variable
1203 Runtime* runtime = Runtime::Current(); local
1227 Runtime* runtime = Runtime::Current(); local
1251 Runtime* runtime = Runtime::Current(); local
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 44 #include "runtime.h"
111 ClassLinker* linker = Runtime::Current()->GetClassLinker();
159 if (Runtime::Current()->GetClassLinker()->IsDexFileRegistered(*dex_file)) {
187 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
302 bool should_relocate_if_possible = Runtime::Current()->ShouldRelocate();
385 Runtime* runtime = Runtime::Current(); local
386 ClassLinker* class_linker = runtime->GetClassLinker();
388 // class paths. isDexOptNeeded will not necessarily be called on a runtime
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 28 package org.antlr.runtime;
485 * runtime, however, we know precisely which context applies as
733 if ( t.getClassName().startsWith("org.antlr.runtime.") ) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
32 import org.antlr.runtime.BaseRecognizer;
33 import org.antlr.runtime.tree.TreeAdaptor;
Profiler.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.*;
31 import org.antlr.runtime.misc.DoubleKeyMap;
36 * and record statistics about the runtime.
117 public static final String RUNTIME_STATS_FILENAME = "runtime.stats";
531 buf.append("ANTLR Runtime Report; Profile Version ");
RemoteDebugEventSocketListener.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
32 import org.antlr.runtime.CharStream;
33 import org.antlr.runtime.tree.BaseTree;
34 import org.antlr.runtime.tree.Tree;
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 27 * memory usage information and measure runtime between calls to begin and end.
32 * measure runtime between calls to start and stop. These functions logically
81 * @param results memory and runtime metrics stored as key/value pairs,
104 * @param results runtime metrics of code block between calls to
315 * @return Memory and runtime metrics stored as key/value pairs. Values are
379 * @return Runtime metrics stored as key/value pairs. Values are of type
407 * @return Runtime metrics stored in a bundle, including all iterations
495 Runtime runtime = Runtime.getRuntime() local
    [all...]
  /libcore/luni/src/main/java/java/lang/
System.java 65 * @see Runtime
634 Runtime.getRuntime().exit(code);
653 Runtime.getRuntime().gc();
708 VMRuntime runtime = VMRuntime.getRuntime(); local
714 p.put("java.boot.class.path", runtime.bootClassPath());
715 p.put("java.class.path", runtime.classPath());
743 p.put("java.vm.version", runtime.vmVersion());
749 p.put("java.runtime.name", "Android Runtime");
750 p.put("java.runtime.version", "0.9")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 17 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
30 import org.eclipse.core.runtime.IProgressMonitor;
31 import org.eclipse.core.runtime.IStatus;
32 import org.eclipse.core.runtime.Status;
33 import org.eclipse.core.runtime.jobs.Job;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/fio/
gclient.c 820 unsigned long runtime; local
823 runtime = ts->total_run_time;
824 if (runtime) {
825 double runt = (double) runtime;
    [all...]
stat.c 375 if (!ts->runtime[ddir])
379 runt = ts->runtime[ddir];
391 (unsigned long long) ts->runtime[ddir]);
504 unsigned long runtime; local
540 runtime = ts->total_run_time;
541 if (runtime) {
542 double runt = (double) runtime;
612 if (ts->runtime[ddir]) {
613 uint64_t runt = ts->runtime[ddir];
621 (unsigned long long) ts->runtime[ddir])
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 814 u64 runtime = perf_evsel__intval(evsel, sample, "runtime"); local
815 double runtime_ms = (double)runtime / NSEC_PER_MSEC;
829 fprintf(trace->output, "%s: comm=%s,pid=%u,runtime=%" PRIu64 ",vruntime=%" PRIu64 ")\n",
833 runtime,
1118 printed += fprintf(fp," [ task - pid ] [ events ] [ ratio ] [ runtime ]\n");
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 659 ObjCLanguageRuntime *runtime = process->GetObjCLanguageRuntime(); local
661 if (runtime)
663 symbol_load_addr = runtime->LookupRuntimeSymbol(name);
    [all...]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 171 long runtime = 1000; local
173 runtime = 10000;
195 } while ((t + runtime) > java.lang.System.currentTimeMillis());
  /dalvik/dx/etc/
jasmin.jar 
  /art/compiler/driver/
compiler_driver.cc 40 #include "runtime.h"
374 CHECK(!Runtime::Current()->IsStarted());
509 DCHECK(!Runtime::Current()->IsStarted());
522 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
549 DCHECK(!Runtime::Current()->IsStarted());
706 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
801 gc::Heap* heap = Runtime::Current()->GetHeap();
815 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
841 hs.NewHandle(Runtime::Current()->GetClassLinker()->FindDexCache(dex_file)));
842 Runtime::Current()->GetClassLinker()->ResolveString(dex_file, string_idx, dex_cache)
1826 Runtime* const runtime = Runtime::Current(); local
    [all...]
  /art/dex2oat/
dex2oat.cc 61 #include "runtime.h"
204 UsageError(" --host: used with Portable backend to link against host runtime libraries");
217 UsageError(" --runtime-arg <argument>: used to specify various arguments for the runtime,");
219 UsageError(" Use a separate --runtime-arg switch for each argument.");
220 UsageError(" Example: --runtime-arg -Xms256m");
361 // Handle and ClassLoader creation needs to come after Runtime::Create
365 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
376 Runtime::Current()->SetCompileTimeClassPath(class_loader, class_path_files);
404 gc::space::ImageSpace* image_space = Runtime::Current()->GetHeap()->GetImageSpace()
503 Runtime* runtime = Runtime::Current(); local
    [all...]

Completed in 1662 milliseconds

<<1112131415