Home
last modified time | relevance | path

Searched refs:Unsafe (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/deps/v8/src/builtins/
Dtorque-internal.tq42 // Unsafe is a marker that we require to be passed when calling internal APIs
43 // that might lead to unsoundness when used incorrectly. Unsafe markers should
45 struct Unsafe {}
58 unsafeMarker: Unsafe;
67 Reference<T>{object: object, offset: offset, unsafeMarker: Unsafe {}});
73 unsafeMarker: Unsafe {}
128 unsafeMarker: Unsafe {}
142 unsafeMarker: Unsafe {}
155 unsafeMarker: Unsafe;
167 unsafeMarker: Unsafe {}
[all …]
Dpromise-misc.tq18 // Unsafe functions that should be used very carefully.
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java45 private static final sun.misc.Unsafe UNSAFE = getUnsafe();
290 static sun.misc.Unsafe getUnsafe() { in getUnsafe()
291 sun.misc.Unsafe unsafe = null; in getUnsafe()
295 new PrivilegedExceptionAction<sun.misc.Unsafe>() { in getUnsafe()
297 public sun.misc.Unsafe run() throws Exception { in getUnsafe()
298 Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; in getUnsafe()
539 sun.misc.Unsafe unsafe;
541 MemoryAccessor(sun.misc.Unsafe unsafe) { in MemoryAccessor()
618 JvmMemoryAccessor(sun.misc.Unsafe unsafe) { in JvmMemoryAccessor()
710 Android64MemoryAccessor(sun.misc.Unsafe unsafe) { in Android64MemoryAccessor()
[all …]
DMessageSchema.java102 private static final sun.misc.Unsafe UNSAFE = UnsafeUtil.getUnsafe();
405 final sun.misc.Unsafe unsafe = UNSAFE; in newSchemaForRawMessageInfo()
1427 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto2()
1993 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto3()
2565 final sun.misc.Unsafe unsafe = UNSAFE; in writeFieldsInAscendingOrderProto2()
4667 final sun.misc.Unsafe unsafe = UNSAFE; in parseMapField()
4699 final sun.misc.Unsafe unsafe = UNSAFE; in parseOneofField()
4879 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto2Message()
5187 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto3Message()
/third_party/rust/crates/bindgen/bindgen/ir/
Dannotations.rs17 Unsafe, enumerator
74 "unsafe" => FieldAccessorKind::Unsafe, in parse_accessor()
/third_party/icu/icu4c/source/tools/gencolusb/
DREADME.md1 Unsafe-Backward Collator Data
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
DREADME.md1 Unsafe-Backward Collator Data
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs389 …double result = Unsafe.ReadUnaligned<double>(ref MemoryMarshal.GetReference(buffer.Slice(state.buf… in ParseDouble()
405 …float result = Unsafe.ReadUnaligned<float>(ref MemoryMarshal.GetReference(buffer.Slice(state.buffe… in ParseFloat()
425 return Unsafe.ReadUnaligned<float>(ref MemoryMarshal.GetReference(tempSpan)); in ParseFloatSlow()
DWritingPrimitives.cs71 Unsafe.WriteUnaligned(ref MemoryMarshal.GetReference(floatSpan), value); in WriteFloat()
92 Unsafe.WriteUnaligned(ref MemoryMarshal.GetReference(floatSpan), value); in WriteFloatSlowPath()
DByteString.cs61 internal static class Unsafe class in Google.Protobuf.ByteString
/third_party/node/doc/contributing/
Dprimordials.md131 ### Unsafe array iteration
278 // Unsafe code example:
331 // Unsafe code example:
616 #### Unsafe string methods
638 #### Unsafe string iteration
643 #### Unsafe `RegExp` methods
/third_party/node/deps/cjs-module-lexer/
DCHANGELOG.md21 - Unsafe getter tracking (https://github.com/guybedford/cjs-module-lexer/pull/29)
/third_party/icu/icu4c/source/config/
Dmh-hpux-acc23 # 740 Unsafe cast between pointers/references to incomplete classes...
/third_party/skia/third_party/externals/icu/source/config/
Dmh-hpux-acc23 # 740 Unsafe cast between pointers/references to incomplete classes...
/third_party/rust/crates/syn/tests/common/
Deq.rs120 use rustc_ast::ast::Unsafe;
479 spanless_eq_enum!(BlockCheckMode; Default Unsafe(0));
519 spanless_eq_enum!(Unsafe; Yes(0) No);
/third_party/rust/crates/minimal-lexical/docs/
DDevelopment.md18 2. Unsafe operations/calls in unsafe functions must be marked as unsafe, with their safety guarante…
/third_party/rust/crates/syn/src/
Dtoken.rs698 "unsafe" pub struct Unsafe /// `unsafe`
820 [unsafe] => { $crate::token::Unsafe };
Dexpr.rs217 Unsafe(ExprUnsafe),
814 | Expr::Unsafe(ExprUnsafe { attrs, .. }) in replace_attrs()
1079 Expr::Unsafe(..) in requires_terminator()
1779 input.parse().map(Expr::Unsafe) in atom_expr()
2033 Expr::Unsafe(input.parse()?) in expr_early()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h109 Unsafe, enumerator
/third_party/rust/crates/syn/tests/
Dtest_precedence.rs359 Expr::If(..) | Expr::Unsafe(..) | Expr::Block(..) | Expr::Let(..) => { in syn_brackets()
/third_party/protobuf/csharp/
DCHANGES.txt47 - Added 'Unsafe' static type in ByteString to allow direct buffer access
/third_party/python/Doc/library/
Ddevmode.rst50 * Unsafe usage of the GIL
/third_party/rust/crates/syn/tests/debug/
Dgen.rs1032 syn::Expr::Unsafe(_val) => { in fmt()
2646 struct Print(syn::token::Unsafe); in fmt()
2841 struct Print(syn::token::Unsafe); in fmt()
3058 struct Print(syn::token::Unsafe); in fmt()
3271 struct Print(syn::token::Unsafe); in fmt()
4425 struct Print(syn::token::Unsafe); in fmt()
4857 struct Print(syn::token::Unsafe); in fmt()
5091 struct Print(syn::token::Unsafe); in fmt()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in189 * Critical, Unsafe, and NoCacheKey, respectively.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1950 bool Unsafe = in legalizeFastUnsafeFDIV() local
1956 if (!Unsafe && ResTy == S32 && in legalizeFastUnsafeFDIV()
1984 if (Unsafe) { in legalizeFastUnsafeFDIV()

12