HomeSort by relevance Sort by last modified time
    Searched refs:Runtime (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 49 * java.lang.Runtime#gc()
60 Runtime.getRuntime().gc();
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 185 Runtime runtime = Runtime.getRuntime();
187 long total = runtime.totalMemory();
188 long free = runtime.freeMemory();
  /external/v8/src/mips/
virtual-frame-mips.h 159 // the frame after a runtime call). No code is emitted except to bring the
286 // Call runtime given the number of arguments expected on (and
288 void CallRuntime(const Runtime::Function* f, int arg_count);
289 void CallRuntime(Runtime::FunctionId id, int arg_count);
  /external/v8/src/
full-codegen.cc 534 // time, we need to "declare" it at runtime to make sure it
670 // Lookup table for code generators for special runtime calls which are
684 FullCodeGenerator::FindInlineFunctionGenerator(Runtime::FunctionId id) {
686 static_cast<int>(id) - static_cast<int>(Runtime::kFirstInlineFunction);
697 const Runtime::Function* function = node->function();
699 ASSERT(function->intrinsic_type == Runtime::INLINE);
1019 __ CallRuntime(Runtime::kPushCatchContext, 1);
1021 __ CallRuntime(Runtime::kPushContext, 1);
1023 // Both runtime calls return the new context in both the context and the
    [all...]
handles.cc 39 #include "runtime.h"
280 Runtime::SetObjectProperty(
293 Runtime::ForceSetObjectProperty(
313 Runtime::ForceDeleteObjectProperty(isolate, object, key),
368 Runtime::GetObjectProperty(isolate, obj, key), Object);
386 CALL_HEAP_FUNCTION(isolate, Runtime::GetElement(obj, index), Object);
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 165 __ CallRuntime(Runtime::kNewContext, 1);
228 __ CallRuntime(Runtime::kTraceEnter, 0);
313 // Runtime::TraceExit returns its parameter in r0.
315 __ CallRuntime(Runtime::kTraceExit, 1);
586 // Call the runtime to find the boolean value of the source and then
589 __ CallRuntime(Runtime::kToBool, 1);
756 __ CallRuntime(Runtime::kDeclareContextSlot, 4);
799 // Call the runtime to declare the globals.
805 __ CallRuntime(Runtime::kDeclareGlobals, 4);
924 // guarantee cache validity, call the runtime system to check cach
    [all...]
builtins-arm.cc 36 #include "runtime.h"
299 // If the Array cannot be constructed in native code the runtime is called. This
600 // At this point the argument is already a string. Call runtime to
606 __ CallRuntime(Runtime::kNewStringWrapper, 1);
661 // preconditions is not met, the code bails out to the runtime call.
683 // in Runtime_NewObject in runtime.cc). In which case the initial map's
705 __ CallRuntime(Runtime::kFinalizeInstanceSize, 1);
764 // object if not fall through to runtime call if it is.
854 // Allocate the new receiver object using the runtime call.
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 153 __ CallRuntime(Runtime::kNewContext, 1);
214 __ CallRuntime(Runtime::kTraceEnter, 0);
305 __ CallRuntime(Runtime::kTraceExit, 1);
714 __ CallRuntime(Runtime::kDeclareContextSlot, 4);
757 // Call the runtime to declare the globals.
762 __ CallRuntime(Runtime::kDeclareGlobals, 4);
880 // guarantee cache validity, call the runtime system to check cache
930 __ CallRuntime(Runtime::kGetPropertyNamesFast, 1);
932 // If we got a map from the runtime call, we can do a fast
    [all...]
macro-assembler-ia32.cc 35 #include "runtime.h"
158 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate())));
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 152 __ CallRuntime(Runtime::kNewContext, 1);
216 __ CallRuntime(Runtime::kTraceEnter, 0);
301 __ CallRuntime(Runtime::kTraceExit, 1);
716 __ CallRuntime(Runtime::kDeclareContextSlot, 4);
758 // Call the runtime to declare the globals.
763 __ CallRuntime(Runtime::kDeclareGlobals, 4);
883 // guarantee cache validity, call the runtime system to check cache
937 __ CallRuntime(Runtime::kGetPropertyNamesFast, 1);
939 // If we got a map from the runtime call, we can do a fast
    [all...]
macro-assembler-x64.cc 422 CallRuntime(Runtime::kAbort, 2);
489 // runtime later. However as the new key is the numeric value of a string key
495 void MacroAssembler::CallRuntime(Runtime::FunctionId id, int num_arguments) {
496 CallRuntime(Runtime::FunctionForId(id), num_arguments);
500 void MacroAssembler::CallRuntimeSaveDoubles(Runtime::FunctionId id) {
501 const Runtime::Function* function = Runtime::FunctionForId(id);
510 MaybeObject* MacroAssembler::TryCallRuntime(Runtime::FunctionId id,
512 return TryCallRuntime(Runtime::FunctionForId(id), num_arguments);
516 void MacroAssembler::CallRuntime(const Runtime::Function* f
    [all...]
builtins-x64.cc 123 // preconditions is not met, the code bails out to the runtime call.
149 // in Runtime_NewObject in runtime.cc). In which case the initial map's
168 __ CallRuntime(Runtime::kFinalizeInstanceSize, 1);
301 // Allocate the new receiver object using the runtime call.
304 // Must restore rdi (constructor) before calling runtime.
307 __ CallRuntime(Runtime::kNewObject, 1);
530 __ push(rdi); // Function is also the parameter to the runtime call.
531 __ CallRuntime(Runtime::kLazyCompile, 1);
550 __ push(rdi); // Function is also the parameter to the runtime call.
551 __ CallRuntime(Runtime::kLazyRecompile, 1)
    [all...]
code-stubs-x64.cc 105 // Create a new closure through the slower runtime call.
113 __ TailCallRuntime(Runtime::kNewClosure, 3, 1);
153 // Need to collect. Call into runtime system.
155 __ TailCallRuntime(Runtime::kNewContext, 1, 1);
230 __ TailCallRuntime(Runtime::kCreateArrayLiteralShallow, 3, 1);
585 // For MOD we jump to the allocation_failure label, to call runtime.
847 // for the possible runtime call.
864 // for the possible runtime call.
970 // If NULL, the cache hasn't been initialized yet, so go through runtime
1743 Label adaptor_frame, try_allocate, runtime; local
2396 Label runtime; local
4119 Label runtime; local
4138 __ j(NegateCondition(is_string), &runtime); local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetFrameRateEvent.java 114 p = Runtime.getRuntime().exec(GET_FRAMERATE_CMD);
  /external/guava/src/com/google/common/util/concurrent/
Executors.java 115 Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() {
  /external/v8/test/cctest/
test-serialize.cc 35 #include "runtime.h"
109 CHECK_EQ(make_code(v8::internal::RUNTIME_FUNCTION, Runtime::kAbort),
110 Encode(encoder, Runtime::kAbort));
149 CHECK_EQ(AddressOf(Runtime::kAbort),
151 Runtime::kAbort)));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 93 Process p = Runtime.getRuntime().exec(cm);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 223 mProcess = Runtime.getRuntime().exec(command);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java 156 final Process p = Runtime.getRuntime().exec(command);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
KeystoreHelper.java 107 result = grabProcessOutput(Runtime.getRuntime().exec(commandArray), output);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
FileOp.java 165 Runtime.getRuntime().exec(new String[] {
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsPermissionDialog.java 175 Process proc = Runtime.getRuntime().exec(cmd);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 176 Runtime runtime = Runtime.getRuntime(); local
177 long dalvikMax = runtime.totalMemory() / 1024;
178 long dalvikFree = runtime.freeMemory() / 1024;
  /frameworks/base/core/java/android/app/
Instrumentation.java     [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 38 import java.lang.Runtime;
494 Runtime runtime = Runtime.getRuntime(); local
495 Process process = runtime.exec("adb root"); // adb should be in the path
    [all...]

Completed in 1703 milliseconds

1 23 4 5 6 7