HomeSort by relevance Sort by last modified time
    Searched refs:runtime (Results 1 - 25 of 1107) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/044-proxy/
run 18 exec ${RUN} $@ --runtime-option -Xmx4m
  /art/test/064-field-access/
run 18 exec ${RUN} $@ --runtime-option -Xmx4m
  /art/test/160-read-barrier-stress/
run 18 exec ${RUN} $@ --runtime-option -Xmx16m
  /art/test/165-lock-owner-proxy/
run 18 exec ${RUN} $@ --runtime-option -Xmx2m
  /art/test/167-visit-locks/
run 18 exec ${RUN} $@ --runtime-option -Xmx2m
  /art/test/168-vmstack-annotated/
run 18 exec ${RUN} $@ --runtime-option -Xmx2m
  /art/test/652-deopt-intrinsic/
run 22 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M --runtime-option -Xjitthreshold:1000
  /art/test/676-proxy-jit-at-first-use/
run 19 ${RUN} "${@}" --runtime-option -Xjitthreshold:0 --runtime-option -Xjitinitialsize:32M
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
package-info.java 14 * Runtime control and execution data collection.
16 package org.jacoco.core.runtime
  /art/test/566-polymorphic-inlining/
run 19 --runtime-option -Xjitinitialsize:32M \
  /art/test/570-checker-osr/
run 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
  /art/test/570-checker-osr-locals/
run 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
  /art/test/595-profile-saving/
run 25 --runtime-option '-Xcompiler-option --compiler-filter=quicken' \
26 --runtime-option -Xjitinitialsize:32M \
27 --runtime-option -Xjitsaveprofilinginfo \
28 --runtime-option -Xusejit:false \
29 --runtime-option -Xps-profile-boot-class-path \
  /external/skia/src/compute/skc/platforms/cl_12/
runtime_cl_12.c 36 skc_block_pool_create(struct skc_runtime * const runtime, cl_command_queue cq)
39 runtime->block_pool.size = &runtime->config->block_pool;
42 skc_extent_pdrw_alloc(runtime,
43 &runtime->block_pool.blocks,
44 runtime->block_pool.size->pool_size *
45 runtime->config->block.bytes);
48 skc_extent_pdrw_alloc(runtime,
49 &runtime->block_pool.ids,
50 runtime->block_pool.size->ring_pow2 * sizeof(skc_uint))
124 struct skc_runtime * const runtime = malloc(sizeof(*runtime)); local
223 struct skc_runtime * runtime = context->runtime; local
248 struct skc_runtime * const runtime = context->runtime; local
    [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/
runtime_cl_12.c 36 skc_block_pool_create(struct skc_runtime * const runtime, cl_command_queue cq)
39 runtime->block_pool.size = &runtime->config->block_pool;
42 skc_extent_pdrw_alloc(runtime,
43 &runtime->block_pool.blocks,
44 runtime->block_pool.size->pool_size *
45 runtime->config->block.bytes);
48 skc_extent_pdrw_alloc(runtime,
49 &runtime->block_pool.ids,
50 runtime->block_pool.size->ring_pow2 * sizeof(skc_uint))
124 struct skc_runtime * const runtime = malloc(sizeof(*runtime)); local
223 struct skc_runtime * runtime = context->runtime; local
248 struct skc_runtime * const runtime = context->runtime; local
    [all...]
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/
CharStream.js 5 * @extends org.antlr.runtime.IntStream
7 org.antlr.runtime.CharStream = function() {};
8 org.antlr.runtime.IntStream = function() {};
10 org.antlr.lang.extend(org.antlr.runtime.CharStream,
11 org.antlr.runtime.IntStream);
13 org.antlr.lang.augmentObject(org.antlr.runtime.CharStream,
14 /** @lends org.antlr.runtime.CharStream */
IndexOutOfBoundsExceptions.js 1 org.antlr.runtime.IndexOutOfBoundsException = function(m) {
2 org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
5 org.antlr.lang.extend(org.antlr.runtime.IndexOutOfBoundsException, Error, {
6 name: "org.antlr.runtime.IndexOutOfBoundsException"
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeNodeStream.js 2 org.antlr.runtime.tree.TreeNodeStream = function() {};
4 org.antlr.lang.extend(org.antlr.runtime.tree.TreeNodeStream,
5 org.antlr.runtime.IntStream);
  /art/
CPPLINT.cfg 31 filter=-runtime/printf,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn
  /art/test/1336-short-finalizer-timeout/
run 18 ./default-run "$@" --runtime-option -XX:FinalizerTimeoutMs=500
  /art/test/1338-gc-no-los/
run 16 ./default-run "$@" --runtime-option -XX:LargeObjectSpace=disabled
  /art/test/1935-get-set-current-frame-jit/
run 18 ./default-run "$@" --jvmti --runtime-option -Xjitinitialsize:32M
  /art/test/667-jit-jni-stub/
run 19 ${RUN} "${@}" --no-prebuild --runtime-option -Xjitinitialsize:32M
  /art/test/677-fsi2/
run 17 ${RUN} $@ --runtime-option -Xonly-use-system-oat-files
  /external/skia/src/compute/skc/
allocator_host.c 36 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime,
45 skc_runtime_host_perm_free(struct skc_runtime * const runtime,
56 skc_runtime_host_temp_alloc(struct skc_runtime * const runtime,
72 return runtime->allocator.host.temp.extent +
73 skc_suballocator_subbuf_alloc(&runtime->allocator.host.temp.suballocator,
74 runtime->scheduler,
80 skc_runtime_host_temp_free(struct skc_runtime * const runtime,
87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id);
95 skc_allocator_host_create(struct skc_runtime * const runtime)
97 skc_suballocator_create(runtime,
    [all...]

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 91011>>