/art/test/577-profile-foreign-dex/ |
run | 18 --runtime-option -Xjitsaveprofilinginfo \ 19 --runtime-option -Xusejit:true \
|
/external/javassist/src/main/javassist/runtime/ |
Inner.java | 16 package javassist.runtime; 20 * This support class is required at runtime
|
/prebuilts/go/darwin-x86/src/runtime/ |
zcallback_windows.s | 3 // runtime·callbackasm is called by external code to 5 // called from the start, instead runtime·compilecallback 6 // always returns address into runtime·callbackasm offset 8 // CALL instruction in runtime·callbackasm. This determines 10 TEXT runtime·callbackasm(SB),7,$0 11 CALL runtime·callbackasm1(SB) 12 CALL runtime·callbackasm1(SB) 13 CALL runtime·callbackasm1(SB) 14 CALL runtime·callbackasm1(SB) 15 CALL runtime·callbackasm1(SB [all...] |
asm.s | 11 DATA runtime·no_pointers_stackmap+0x00(SB)/4, $2 12 DATA runtime·no_pointers_stackmap+0x04(SB)/4, $0 13 GLOBL runtime·no_pointers_stackmap(SB),RODATA, $8 15 TEXT runtime·nop(SB),NOSPLIT,$0-0 18 GLOBL runtime·mheap_(SB), NOPTR, $0 19 GLOBL runtime·memstats(SB), NOPTR, $0
|
/prebuilts/go/linux-x86/src/runtime/ |
zcallback_windows.s | 3 // runtime·callbackasm is called by external code to 5 // called from the start, instead runtime·compilecallback 6 // always returns address into runtime·callbackasm offset 8 // CALL instruction in runtime·callbackasm. This determines 10 TEXT runtime·callbackasm(SB),7,$0 11 CALL runtime·callbackasm1(SB) 12 CALL runtime·callbackasm1(SB) 13 CALL runtime·callbackasm1(SB) 14 CALL runtime·callbackasm1(SB) 15 CALL runtime·callbackasm1(SB [all...] |
asm.s | 11 DATA runtime·no_pointers_stackmap+0x00(SB)/4, $2 12 DATA runtime·no_pointers_stackmap+0x04(SB)/4, $0 13 GLOBL runtime·no_pointers_stackmap(SB),RODATA, $8 15 TEXT runtime·nop(SB),NOSPLIT,$0-0 18 GLOBL runtime·mheap_(SB), NOPTR, $0 19 GLOBL runtime·memstats(SB), NOPTR, $0
|
/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/570-checker-osr/ |
run | 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
|
/external/antlr/antlr-3.4/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"
|
EarlyExitException.js | 5 * @param {org.antlr.runtime.CommonTokenStream|org.antlr.runtime.tree.TreeNodeStream|org.antlr.runtime.ANTLRStringStream} input input stream that has an exception. 6 * @extends org.antlr.runtime.RecognitionException 8 org.antlr.runtime.EarlyExitException = function(decisionNumber, input) { 9 org.antlr.runtime.EarlyExitException.superclass.constructor.call( 15 org.antlr.runtime.EarlyExitException, 16 org.antlr.runtime.RecognitionException, 17 /** @lends org.antlr.runtime.EarlyExitException.prototype */ 22 name: "org.antlr.runtime.EarlyExitException [all...] |
ParserRuleReturnScope.js | 19 org.antlr.runtime.ParserRuleReturnScope = function() {}; 20 org.antlr.runtime.RuleReturnScope = function() {}; 22 org.antlr.lang.extend(org.antlr.runtime.ParserRuleReturnScope, 23 org.antlr.runtime.RuleReturnScope,
|
/external/antlr/antlr-3.4/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);
|
Tree.js | 11 org.antlr.runtime.tree.Tree = function(){};
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclruntime.swg | 2 %insert(runtime) %{ 11 %insert(runtime) "swigrun.swg"; /* Common C API type-checking code */ 12 %insert(runtime) "swigerrors.swg" /* SWIG errors */ 13 %insert(runtime) "tclerrors.swg"; /* Tcl Errors */ 14 %insert(runtime) "tclapi.swg"; /* Tcl API */ 15 %insert(runtime) "tclrun.swg"; /* Tcl run-time code */
|
/art/test/595-profile-saving/ |
run | 25 --runtime-option -XOatFileManagerCompilerFilter:interpret-only \ 26 --runtime-option -Xjitsaveprofilinginfo \ 27 --runtime-option -Xusejit:false \
|
/art/test/138-duplicate-classes-check2/ |
run | 19 exec ${RUN} --runtime-option -Xno-dex-file-fallback "${@}"
|
/external/opencv3/modules/core/src/opencl/runtime/ |
runtime_common.hpp | 45 namespace cv { namespace ocl { namespace runtime { namespace in namespace:cv::ocl 53 } } } // namespace cv::ocl::runtime 55 using namespace cv::ocl::runtime;
|
/art/test/134-nodex2oat-nofallback/ |
run | 20 ${RUN} ${flags} --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
|
/art/test/304-method-tracing/ |
run | 18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
|
/cts/tools/dasm/src/java_cup/runtime/ |
token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.int_token 9 * @see java_cup.runtime.str_token
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
CharStreamState.java | 28 package org.antlr.runtime;
|
TokenSource.java | 28 package org.antlr.runtime;
|
/prebuilts/go/darwin-x86/src/syscall/ |
asm_solaris_amd64.s | 8 // System calls for solaris/amd64 are implemented in ../runtime/syscall_solaris.go 12 JMP runtime·syscall_sysvicall6(SB) 15 JMP runtime·syscall_rawsysvicall6(SB) 18 JMP runtime·syscall_chdir(SB) 21 JMP runtime·syscall_chroot(SB) 24 JMP runtime·syscall_close(SB) 27 JMP runtime·syscall_dlopen(SB) 30 JMP runtime·syscall_dlclose(SB) 33 JMP runtime·syscall_dlsym(SB) 36 JMP runtime·syscall_execve(SB [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
asm_solaris_amd64.s | 8 // System calls for solaris/amd64 are implemented in ../runtime/syscall_solaris.go 12 JMP runtime·syscall_sysvicall6(SB) 15 JMP runtime·syscall_rawsysvicall6(SB) 18 JMP runtime·syscall_chdir(SB) 21 JMP runtime·syscall_chroot(SB) 24 JMP runtime·syscall_close(SB) 27 JMP runtime·syscall_dlopen(SB) 30 JMP runtime·syscall_dlclose(SB) 33 JMP runtime·syscall_dlsym(SB) 36 JMP runtime·syscall_execve(SB [all...] |