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:handlers_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
HttpServer.cc
266
for (auto handler :
handlers_
) {
in ~Sessions()
272
void add_handler(Http2Handler *handler) {
handlers_
.insert(handler); }
in add_handler()
274
handlers_
.erase(handler);
in remove_handler()
275
if (
handlers_
.empty() && !fd_cache_.empty()) {
in remove_handler()
421
bool handlers_empty() const { return
handlers_
.empty(); }
in handlers_empty()
424
std::set<Http2Handler *>
handlers_
;
member in nghttp2::Sessions
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
code-generator.cc
69
handlers_
(codegen_zone),
in CodeGenerator()
402
if (!
handlers_
.empty()) {
in AssembleCode()
404
for (size_t i = 0; i <
handlers_
.size(); ++i) {
in AssembleCode()
405
HandlerTable::EmitReturnEntry(tasm(),
handlers_
[i].pc_offset,
in AssembleCode()
406
handlers_
[i].handler->pos());
in AssembleCode()
965
handlers_
.push_back(
in RecordCallPosition()
H
A
D
code-generator.h
421
ZoneVector<HandlerInfo>
handlers_
;
member in v8::internal::compiler::final
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-compiler.cc
513
handlers_
(compilation_zone),
1031
if (!
handlers_
.empty()) {
in FinishFunction()
1033
for (auto& handler :
handlers_
) {
in FinishFunction()
4383
handlers_
.push_back({std::move(handler), handler_offset});
6549
ZoneVector<HandlerInfo>
handlers_
;
Completed in 20 milliseconds