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:BlockIter
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkBlockAllocator.h
388
template <bool Forward, bool Const> class
BlockIter
;
400
inline
BlockIter
<true, false> blocks();
401
inline
BlockIter
<true, true> blocks() const;
402
inline
BlockIter
<false, false> rblocks();
403
inline
BlockIter
<false, true> rblocks() const;
692
class SkBlockAllocator::
BlockIter
{
class in final::GrowthPolicy::SkBlockAllocator
699
BlockIter
(AllocatorT* allocator) : fAllocator(allocator) {}
in BlockIter()
function in final::GrowthPolicy::SkBlockAllocator::BlockIter
713
friend
BlockIter
;
740
SkBlockAllocator::
BlockIter
<true, false> SkBlockAllocator::blocks() {
in blocks()
741
return
BlockIter
<tru
in blocks()
[all...]
H
A
D
SkTBlockList.h
378
using
BlockIter
= typename SkBlockAllocator::
BlockIter
<Forward, Const>;
380
BlockIndexIterator(
BlockIter
iter) : fBlockIter(iter) {}
in BlockIndexIterator()
408
using BlockItem = typename
BlockIter
::Item;
439
BlockIter
fBlockIter;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H
A
D
NVPTXPeephole.cpp
134
auto
BlockIter
= MBB.begin();
in runOnMachineFunction()
local
136
while (
BlockIter
!= MBB.end()) {
in runOnMachineFunction()
137
auto &MI = *
BlockIter
++;
in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
MachineCombiner.cpp
509
auto
BlockIter
= MBB->begin();
510
decltype(
BlockIter
) LastUpdate;
521
while (
BlockIter
!= MBB->end()) {
522
auto &MI = *
BlockIter
++;
589
MinInstr->updateDepths(LastUpdate,
BlockIter
, RegUnits);
590
LastUpdate =
BlockIter
;
619
LastUpdate =
BlockIter
;
Completed in 4 milliseconds