HomeSort by relevance Sort by last modified time
    Searched refs:Runtime (Results 251 - 275 of 1127) sorted by null

<<11121314151617181920>>

  /art/runtime/arch/arm/
asm_support_arm.S 33 // Macro to generate the value of Runtime::Current into rDest. As it uses labels
40 ldr \rDest, .Lruntime_instance_\name\()_\num @ Load GOT_PREL offset of Runtime::instance_.
43 ldr \rDest, [\rDest] @ Load address of Runtime::instance_.
44 ldr \rDest, [\rDest] @ Load Runtime::instance_.
94 // Generate offsets of GOT and Runtime::instance_ used in RUNTIME_CURRENT.
  /art/runtime/native/
java_lang_StringFactory.cc 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
63 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
80 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
NoViableAltException.cs 33 namespace Antlr.Runtime {
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeNodeStream.cs 33 namespace Antlr.Runtime.Debug {
35 using ITreeAdaptor = Antlr.Runtime.Tree.ITreeAdaptor;
36 using ITreeNodeStream = Antlr.Runtime.Tree.ITreeNodeStream;
TraceDebugEventListener.cs 33 namespace Antlr.Runtime.Debug {
34 using Antlr.Runtime.JavaExtensions;
37 using ITreeAdaptor = Antlr.Runtime.Tree.ITreeAdaptor;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonToken.cs 33 namespace Antlr.Runtime
253 [System.Runtime.Serialization.OnSerializing]
254 internal void OnSerializing( System.Runtime.Serialization.StreamingContext context )
MismatchedTokenException.cs 33 namespace Antlr.Runtime
39 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
40 using StreamingContext = System.Runtime.Serialization.StreamingContext;
NoViableAltException.cs 33 namespace Antlr.Runtime
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeNodeStream.cs 33 namespace Antlr.Runtime.Debug
36 using ITreeAdaptor = Antlr.Runtime.Tree.ITreeAdaptor;
37 using ITreeNodeStream = Antlr.Runtime.Tree.ITreeNodeStream;
TraceDebugEventListener.cs 33 namespace Antlr.Runtime.Debug
35 using Antlr.Runtime.JavaExtensions;
38 using ITreeAdaptor = Antlr.Runtime.Tree.ITreeAdaptor;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 1 package ANTLR::Runtime::DFA;
52 isa => 'ANTLR::Runtime::BaseRecognizer',
124 if ($c == ANTLR::Runtime::Token->EOF && $self->eof->[$s] >= 0) { # EOF Transition to accept state?
145 my $nvae = ANTLR::Runtime::NoViableAltException({
  /external/v8/src/inspector/
v8-console-message.h 12 #include "src/inspector/protocol/Runtime.h"
63 void reportToFrontend(protocol::Runtime::Frontend*, V8InspectorSessionImpl*,
72 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>>
74 std::unique_ptr<protocol::Runtime::RemoteObject> wrapException(
  /external/v8/src/interpreter/
interpreter-intrinsics.h 13 #include "src/runtime/runtime.h"
64 static bool IsSupported(Runtime::FunctionId function_id);
65 static IntrinsicId FromRuntimeId(Runtime::FunctionId function_id);
66 static Runtime::FunctionId ToRuntimeId(IntrinsicId intrinsic_id);
  /libcore/benchmarks/src/benchmarks/
ReferenceBenchmark.java 82 Runtime.getRuntime().gc();
115 Runtime.getRuntime().gc();
118 Runtime.getRuntime().runFinalization();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java 76 Runtime.getRuntime().gc();
77 Runtime.getRuntime().runFinalization();
78 Runtime.getRuntime().gc();
  /art/runtime/mirror/
dex_cache-inl.h 34 #include "runtime.h"
72 Runtime* const runtime = Runtime::Current(); local
73 if (UNLIKELY(runtime->IsActiveTransaction())) {
74 DCHECK(runtime->IsAotCompiler());
75 runtime->RecordResolveString(this, string_idx);
78 runtime->GetHeap()->WriteBarrierEveryFieldOf(this);
82 DCHECK(Runtime::Current()->IsAotCompiler());
115 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(this)
    [all...]
call_site.cc 31 CHECK(!Runtime::Current()->IsActiveTransaction());
class_ext.cc 46 DCHECK(!Runtime::Current()->IsActiveTransaction());
60 ClassLinker* cl = Runtime::Current()->GetClassLinker();
110 if (Runtime::Current()->IsActiveTransaction()) {
118 DCHECK(!Runtime::Current()->IsActiveTransaction());
  /art/runtime/
runtime_linux.cc 17 #include "runtime.h"
59 void Runtime::InitPlatformSignalHandlers() {
scoped_thread_state_change-inl.h 34 Runtime* runtime = Runtime::Current(); local
35 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_));
57 Runtime* runtime = Runtime::Current(); local
58 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr)
    [all...]
signal_catcher.h 24 class Runtime;
  /art/test/003-omnibus-opcodes/src/
Main.java 29 Runtime.getRuntime().gc();
  /art/test/102-concurrent-gc/src/
Main.java 40 Runtime.getRuntime().gc();
  /art/test/900-hello-plugin/
load_unload.cc 24 #include "runtime.h"
44 Runtime::Current()->GetJavaVM()->AddEnvironmentHook(GetEnvHandler);
  /art/test/927-timers/src/art/
Test927.java 27 int all1 = Runtime.getRuntime().availableProcessors();

Completed in 800 milliseconds

<<11121314151617181920>>