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:nid
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
handle_storage-inl.h
36
uint32_t
nid
= lastIndex_ >> NODE_BLOCK_SIZE_LOG2;
in NewHandle()
local
38
if (nodes_.size() <=
nid
) {
in NewHandle()
42
auto node = nodes_[
nid
];
in NewHandle()
56
uint32_t
nid
= lastIndex_ >> NODE_BLOCK_SIZE_LOG2;
in FreeHandles()
local
58
nid
++;
in FreeHandles()
59
for (size_t i =
nid
; i < nodes_.size(); ++i) {
in FreeHandles()
62
if (
nid
< nodes_.size()) {
in FreeHandles()
63
nodes_.erase(nodes_.begin() +
nid
, nodes_.end());
in FreeHandles()
70
uint32_t
nid
= lastIndex_ >> NODE_BLOCK_SIZE_LOG2;
in ZapFreedHandles()
local
72
for (size_t i =
nid
;
in ZapFreedHandles()
90
uint32_t
nid
= lastIndex_ >> NODE_BLOCK_SIZE_LOG2;
UpdateHeapObject()
local
110
uint32_t
nid
= lastIndex_ >> NODE_BLOCK_SIZE_LOG2;
VisitGCRoots()
local
134
uint32_t
nid
= lastIndex_ >> NODE_BLOCK_SIZE_LOG2;
UpdateHeapObject()
local
158
uint32_t
nid
= lastIndex_ >> NODE_BLOCK_SIZE_LOG2;
VisitGCRoots()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_context.cpp
962
int32_t
nid
= currentHandleStorageIndex_;
in Iterate()
local
963
for (int32_t i = 0; i <=
nid
; ++i) {
in Iterate()
966
auto end = (i !=
nid
) ? &(node->data()[NODE_BLOCK_SIZE]) : handleScopeStorageNext_;
in Iterate()
991
int32_t
nid
= currentHandleStorageIndex_;
in IterateHandle()
local
992
for (int32_t i = 0; i <=
nid
; ++i) {
in IterateHandle()
995
auto end = (i !=
nid
) ? &(node->data()[NODE_BLOCK_SIZE]) : handleScopeStorageNext_;
in IterateHandle()
Completed in 4 milliseconds