HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 201 - 225 of 2147) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
op_string.go 3 package gc package
pprof.go 7 package gc package
race.go 7 package gc package
  /prebuilts/go/linux-x86/src/cmd/compile/
main.go 11 "cmd/compile/internal/gc"
23 var archInits = map[string]func(*gc.Arch){
49 gc.Main(archInit)
50 gc.Exit(0)
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/
hotspot_calls_tree.d 82 hotspot$target:::gc-begin,
83 hotspot$target:::mem-pool-gc-begin,
95 hotspot$target:::gc-end,
96 hotspot$target:::mem-pool-gc-end,
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-gc-76.d 2 #ld: -m crislinux --gc-sections -u gc76fn
4 #source: tls-gc-76.s
8 # Executable with a single R_CRIS_32_DTPREL, gc:ed away.
9 # A GOT reference through a local symbol to a variable survives gc.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr12975.d 1 #ld: --gc-sections -shared -version-script pr12975.t
6 # generic linker targets don't support --gc-sections, nor do a bunch of others
pr13177.d 2 #ld: --gc-sections -shared
7 # generic linker targets don't support --gc-sections, nor do a bunch of others
pr13195.d 1 #ld: --gc-sections -shared -version-script pr13195.t
6 # generic linker targets don't support --gc-sections, nor do a bunch of others
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-selective/
keepdot0.d 2 #ld: --gc-sections -Bstatic -e _start -T keepdot0.ld
6 # Check that GC:ing does not mess up the value for dot when specified
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/
require-defined-5.d 3 #ld: -e _start --gc-sections --require-defined=bar --require-defined=foo tmpdir/libfoo.a
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr18160.d 2 #ld: --gc-sections -melf_x86_64 -T pr18160.t
  /frameworks/layoutlib/bridge/src/android/view/
ShadowPainter.java 245 Graphics2D gc = image.createGraphics(); local
247 drawRectangleShadow(gc, x, y, width, height);
249 gc.dispose();
266 Graphics2D gc = image.createGraphics(); local
268 drawSmallRectangleShadow(gc, x, y, width, height);
270 gc.dispose();
291 * @param gc the graphics context to draw into
297 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) {
311 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null);
312 gc.drawImage(ShadowBottomRight, x + width, y + height, null)
    [all...]
  /art/runtime/gc/
gc_cause.h 23 namespace gc { namespace in namespace:art
25 // What caused the GC?
27 // Invalid GC cause used as a placeholder.
29 // GC triggered by a failed allocation. Thread doing allocation is blocked waiting for GC before
32 // A background GC trying to ensure there is free memory ahead of allocations.
34 // An explicit System.gc() call.
36 // GC triggered for a native allocation when NativeAllocationGcWatermark is exceeded.
37 // (This may be a blocking GC depending on whether we run a non-concurrent collector).
39 // GC triggered for a collector transition
    [all...]
scoped_gc_critical_section.cc 19 #include "gc/collector_type.h"
20 #include "gc/heap.h"
25 namespace gc { namespace in namespace:art
43 } // namespace gc
  /art/test/626-set-resolved-string/src/
Main.java 36 // - call GC so that weaks can be collected.
39 Runtime.getRuntime().gc();
  /art/test/905-object-free/src/art/
Test905.java 47 Runtime.getRuntime().gc();
59 Runtime.getRuntime().gc();
64 Runtime.getRuntime().gc();
83 Runtime.getRuntime().gc();
  /cts/tests/tests/jni/src/android/jni/cts/
ClassLoaderHelper.java 32 Runtime.getRuntime().gc();
  /external/v8/tools/foozzie/testdata/
failure_output.txt 12 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition --turbo-filter=~ --hydrogen-filter=~ --validate-asm --nocrankshaft
14 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition-staging --validate-asm
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
galign.go 8 "cmd/compile/internal/gc"
13 func Init(arch *gc.Arch) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/
galign.go 8 "cmd/compile/internal/gc"
12 func Init(arch *gc.Arch) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
galign.go 8 "cmd/compile/internal/gc"
13 func Init(arch *gc.Arch) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
galign.go 8 "cmd/compile/internal/gc"
12 func Init(arch *gc.Arch) {
  /system/chre/build/arch/
arm64.mk 33 TARGET_SO_LDFLAGS += -Wl,-gc-sections
x86.mk 34 TARGET_SO_LDFLAGS += -Wl,-gc-sections

Completed in 4529 milliseconds

1 2 3 4 5 6 7 891011>>