/art/runtime/ |
hidden_api.cc | 229 Runtime* runtime = Runtime::Current(); local 230 if (runtime->IsAotCompiler()) { 234 const std::string& package_name = Runtime::Current()->GetProcessPackageName(); 272 Runtime* runtime = Runtime::Current(); local 273 if (!runtime->IsAotCompiler()) { 307 static ALWAYS_INLINE void MaybeUpdateAccessFlags(Runtime* runtime, T* member, uint32_t flag 436 Runtime* runtime = Runtime::Current(); local [all...] |
/art/build/ |
Android.oat.mk | 58 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail 84 $$(hide) ANDROID_LOG_TAGS="*:e" $$(DEX2OAT) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \ 85 --runtime-arg -Xmx$(DEX2OAT_IMAGE_XMX) \ 95 --runtime-arg -XX:SlowDebug=true \ 145 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail 175 $$(hide) $$(DEX2OAT) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \ 176 --runtime-arg -Xmx$(DEX2OAT_IMAGE_XMX) \ 187 --runtime-arg -XX:SlowDebug=true \
|
/art/runtime/gc/ |
heap_verification_test.cc | 27 #include "runtime.h" 50 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); 78 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); 88 // runtime is running without a boot image (which is the case in this gtest), 97 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); 106 Runtime* const runtime = Runtime::Current(); local 108 const Verification* const v = runtime->GetHeap()->GetVerification(); 116 // runtime is running without a boot image (which is the case in this gtest) 124 Runtime* const runtime = Runtime::Current(); local 150 Runtime* const runtime = Runtime::Current(); local 170 Runtime* const runtime = Runtime::Current(); local [all...] |
/art/test/005-annotations/src/android/test/anno/ |
TestAnnotations.java | 166 Object runtime = VMRuntime.getRuntime(); local 167 int currentSdkVersion = VMRuntime.getTargetSdkVersion(runtime); 170 VMRuntime.setTargetSdkVersion(runtime, oldSdkVersion); 171 // This annotation has CLASS retention, but is visible to the runtime in M and earlier. 177 VMRuntime.setTargetSdkVersion(runtime, currentSdkVersion); 249 // Test if annotations marked VISIBILITY_BUILD are visible to runtime in M and earlier. 291 public static int getTargetSdkVersion(Object runtime) throws Exception { 292 return (int) getTargetSdkVersionMethod.invoke(runtime); 295 public static void setTargetSdkVersion(Object runtime, int version) throws Exception { 296 setTargetSdkVersionMethod.invoke(runtime, version) [all...] |
/art/tools/ |
mount-buildbot-apexes.sh | 17 # Mount Android Runtime and Core Libraries APEX packages required in the chroot directory. 77 # Activate the Android Runtime APEX. 78 # Note: We use the Debug Runtime APEX (which is a superset of the Release Runtime APEX). 79 activate_system_package com.android.runtime.debug.apex com.android.runtime
|
/development/apps/DumpViewer/app/src/main/ |
Android.mk | 15 androidx.lifecycle_lifecycle-runtime \
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/runner/ |
gUnitAdapter.java | 33 import org.antlr.runtime.*; 34 import org.antlr.runtime.CharStream;
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
MissingTokenException.as | 1 package org.antlr.runtime {
|
Token.as | 28 package org.antlr.runtime {
|
UnwantedTokenException.as | 1 package org.antlr.runtime
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugParser.java | 28 package org.antlr.runtime.debug; 30 import org.antlr.runtime.*;
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonErrorNode.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.*;
|
ParseTree.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.Token;
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 1 org.antlr.runtime.tree.RewriteRuleSubtreeStream = function() { 2 var sup = org.antlr.runtime.tree.RewriteRuleSubtreeStream.superclass; 6 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteRuleSubtreeStream, 7 org.antlr.runtime.tree.RewriteRuleElementStream, {
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
GrammarSyntaxMessage.java | 30 import org.antlr.runtime.RecognitionException; 31 import org.antlr.runtime.Token;
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
AggregateAllocationsRecorder.java | 20 import com.google.monitoring.runtime.instrumentation.Sampler; 46 com.google.monitoring.runtime.instrumentation.AllocationRecorder.addSampler(sampler);
|
/external/grpc-grpc/tools/http2_interop/ |
testsuite.go | 5 "runtime" 11 // When a test is skipped or fails, runtime.Goexit() is called which destroys the callstack. 17 total := runtime.Callers(1, pcs) 20 fn := runtime.FuncForPC(pc)
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
Offline.java | 20 import org.jacoco.core.runtime.AgentOptions; 21 import org.jacoco.core.runtime.RuntimeData; 79 * properties, and a runtime data instance populated with the execution data accumulated by
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/ |
FileOutput.java | 20 import org.jacoco.core.runtime.AgentOptions; 21 import org.jacoco.core.runtime.RuntimeData;
|
TcpClientOutput.java | 18 import org.jacoco.core.runtime.AgentOptions; 19 import org.jacoco.core.runtime.RuntimeData;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
CyclomaticComplexityTest.java | 29 import org.jacoco.core.runtime.IRuntime; 30 import org.jacoco.core.runtime.RuntimeData; 31 import org.jacoco.core.runtime.SystemPropertiesRuntime; 47 private IRuntime runtime; field in class:CyclomaticComplexityTest 54 runtime = new SystemPropertiesRuntime(); 55 runtime.startup(data); 60 runtime.shutdown(); 257 final byte[] instrumented = new Instrumenter(runtime).instrument(bytes,
|
/external/pdfium/fxjs/xfa/ |
cjx_manifest.cpp | 25 CJS_V8* runtime, 31 runtime->NewBoolean(!!ToNode(GetXFAObject())->GetWidgetAcc()));
|
/external/skia/src/compute/skc/ |
extent_ring.h | 16 #include "runtime.h" 125 skc_extent_ring_snap_alloc(struct skc_runtime * const runtime, 129 skc_extent_ring_snap_free(struct skc_runtime * const runtime,
|
scheduler.h | 68 skc_scheduler_create(struct skc_runtime * const runtime, skc_uint const size); 71 skc_scheduler_dispose(struct skc_runtime * const runtime,
|
/external/skqp/src/compute/skc/ |
extent_ring.h | 16 #include "runtime.h" 125 skc_extent_ring_snap_alloc(struct skc_runtime * const runtime, 129 skc_extent_ring_snap_free(struct skc_runtime * const runtime,
|