Home
last modified time | relevance | path

Searched refs:kCanThrow (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dintrinsics_list.h103 …V(SystemArrayCopyChar, kStatic, kNeedsEnvironmentOrCache, kAllSideEffects, kCanThrow, "Ljava/lang/…
104 …V(SystemArrayCopy, kStatic, kNeedsEnvironmentOrCache, kAllSideEffects, kCanThrow, "Ljava/lang/Syst…
106 …V(MemoryPeekByte, kStatic, kNeedsEnvironmentOrCache, kReadSideEffects, kCanThrow, "Llibcore/io/Mem…
107 …V(MemoryPeekIntNative, kStatic, kNeedsEnvironmentOrCache, kReadSideEffects, kCanThrow, "Llibcore/i…
108 …V(MemoryPeekLongNative, kStatic, kNeedsEnvironmentOrCache, kReadSideEffects, kCanThrow, "Llibcore/…
109 …V(MemoryPeekShortNative, kStatic, kNeedsEnvironmentOrCache, kReadSideEffects, kCanThrow, "Llibcore…
110 …V(MemoryPokeByte, kStatic, kNeedsEnvironmentOrCache, kWriteSideEffects, kCanThrow, "Llibcore/io/Me…
111 …V(MemoryPokeIntNative, kStatic, kNeedsEnvironmentOrCache, kWriteSideEffects, kCanThrow, "Llibcore/…
112 …V(MemoryPokeLongNative, kStatic, kNeedsEnvironmentOrCache, kWriteSideEffects, kCanThrow, "Llibcore…
113 …V(MemoryPokeShortNative, kStatic, kNeedsEnvironmentOrCache, kWriteSideEffects, kCanThrow, "Llibcor…
[all …]
/art/compiler/optimizing/
Dintrinsics.cc85 return kCanThrow; in GetExceptions()
94 return kCanThrow; in GetExceptions()
Dnodes.cc2602 SetCanThrow(exceptions == kCanThrow); in SetIntrinsic()
Dnodes.h3984 kCanThrow // Intrinsic may throw exceptions. enumerator