Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UNSAFE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
UnsafeUtil.java
45
private static final sun.misc.Unsafe
UNSAFE
= getUnsafe();
field in UnsafeUtil
102
return (T)
UNSAFE
.allocateInstance(clazz);
in allocateInstance()
320
if (
UNSAFE
== null) {
in getMemoryAccessor()
325
return new Android64MemoryAccessor(
UNSAFE
);
in getMemoryAccessor()
327
return new Android32MemoryAccessor(
UNSAFE
);
in getMemoryAccessor()
333
return new JvmMemoryAccessor(
UNSAFE
);
in getMemoryAccessor()
338
if (
UNSAFE
== null) {
in supportsUnsafeArrayOperations()
342
Class<?> clazz =
UNSAFE
.getClass();
in supportsUnsafeArrayOperations()
374
if (
UNSAFE
== null) {
in supportsUnsafeByteBufferOperations()
378
Class<?> clazz =
UNSAFE
in supportsUnsafeByteBufferOperations()
[all...]
H
A
D
MessageSchema.java
102
private static final sun.misc.Unsafe
UNSAFE
= UnsafeUtil.getUnsafe();
field in MessageSchema
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()
4495
ProtobufList<?> list = (ProtobufList<?>)
UNSAFE
.getObject(message, fieldOffset);
in parseRepeatedField()
4501
UNSAFE
.putObject(message, fieldOffset, list);
in parseRepeatedField()
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()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
expand.c
738
return
UNSAFE
;
in expand_dereference()
741
return
UNSAFE
;
in expand_dereference()
743
return
UNSAFE
;
in expand_dereference()
750
return
UNSAFE
;
in expand_dereference()
761
return
UNSAFE
;
in expand_dereference()
1089
return
UNSAFE
;
in expand_expression()
1130
return
UNSAFE
;
in expand_expression()
1154
return
UNSAFE
;
in expand_expression()
1157
return
UNSAFE
;
in expand_expression()
1171
return
UNSAFE
;
in expand_expression()
[all...]
H
A
D
expand.h
30
#define
UNSAFE
100 /* The expression may be "infinitely costly" due to exceptions */
macro
H
A
D
builtin.c
566
return
UNSAFE
;
in expand_object_size()
576
return
UNSAFE
;
in expand_object_size()
Completed in 10 milliseconds