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:kProtected
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/include/gpu/vk/
H
A
D
GrVkMemoryAllocator.h
33
kProtected
= 0x8,
member in GrVkMemoryAllocator::AllocationPropertyFlags
/third_party/skia/src/gpu/vk/
H
A
D
GrVkMemory.cpp
195
propFlags |= AllocationPropertyFlags::
kProtected
;
H
A
D
GrVkAMDMemoryAllocator.cpp
213
if (AllocationPropertyFlags::
kProtected
& flags) {
in allocateImageMemory()
/third_party/node/deps/v8/src/compiler/
H
A
D
machine-operator.cc
78
case MemoryAccessKind::
kProtected
:
in operator <<()
79
return os << "
kProtected
";
in operator <<()
965
MemoryAccessKind::k##KIND == MemoryAccessKind::
kProtected
\
1492
MemoryAccessKind::k##KIND == MemoryAccessKind::
kProtected
\
in LoadLane()
H
A
D
machine-operator.h
83
kProtected
,
member in v8::internal::compiler::MemoryAccessKind
H
A
D
wasm-compiler.cc
4021
return MemoryAccessKind::
kProtected
;
in GetMemoryAccessKind()
4051
if (load_kind == MemoryAccessKind::
kProtected
) {
in LoadLane()
4092
if (load_kind == MemoryAccessKind::
kProtected
) {
in LoadTransform()
4127
case MemoryAccessKind::
kProtected
:
in LoadMem()
4176
if (load_kind == MemoryAccessKind::
kProtected
) {
in StoreLane()
4209
case MemoryAccessKind::
kProtected
:
in StoreMem()
/third_party/node/deps/v8/src/compiler/backend/x64/
H
A
D
instruction-selector-x64.cc
424
if (params.kind == MemoryAccessKind::
kProtected
) {
in VisitLoadLane()
476
if (params.kind == MemoryAccessKind::
kProtected
) {
in VisitLoadTransform()
694
if (params.kind == MemoryAccessKind::
kProtected
) {
in VisitStoreLane()
4042
if (m.ResolvedValue().kind == MemoryAccessKind::
kProtected
) {
in VisitF64x2PromoteLowF32x4()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H
A
D
instruction-selector-arm64.cc
662
if (params.kind == MemoryAccessKind::
kProtected
) {
in VisitLoadLane()
680
if (params.kind == MemoryAccessKind::
kProtected
) {
in VisitStoreLane()
770
if (params.kind == MemoryAccessKind::
kProtected
) {
in VisitLoadTransform()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H
A
D
instruction-selector-ia32.cc
526
DCHECK_NE(params.kind, MemoryAccessKind::
kProtected
);
in VisitLoadLane()
578
DCHECK_NE(params.kind, MemoryAccessKind::
kProtected
);
in VisitLoadTransform()
3239
DCHECK_NE(m.ResolvedValue().kind, MemoryAccessKind::
kProtected
);
in VisitF64x2PromoteLowF32x4()
Completed in 39 milliseconds