HomeSort by relevance Sort by last modified time
    Searched full:requestgc (Results 1 - 8 of 8) sorted by null

  /libcore/libart/src/main/java/java/lang/
Daemons.java 309 public static void requestGC() {
310 GCDaemon.INSTANCE.requestGC();
317 public void requestGC() {
  /art/runtime/
well_known_classes.cc 158 java_lang_Daemons_requestGC = CacheMethod(env, java_lang_Daemons, true, "requestGC", "()V");
  /external/chromium_org/v8/src/
execution.h 218 void RequestGC();
execution.cc 466 void StackGuard::RequestGC() {
incremental-marking.cc 880 heap_->isolate()->stack_guard()->RequestGC();
    [all...]
  /external/v8/src/
execution.h 205 void RequestGC();
execution.cc 449 void StackGuard::RequestGC() {
incremental-marking.cc 764 heap_->isolate()->stack_guard()->RequestGC();

Completed in 361 milliseconds