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:users_
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
71
if (
users_
== nullptr) {
in Reallocate()
72
users_
= reinterpret_cast<User *>(new_stor);
in Reallocate()
98
users_
= reinterpret_cast<User *>(new_stor);
in Reallocate()
109
new (
users_
+ capacity_ - size_ - 1) User(false, size_, capacity_);
in Append()
H
A
D
inst.h
581
return
users_
;
587
return reinterpret_cast<Input *>(
users_
+ capacity_) + 1;
610
return &
users_
[capacity_ - index - 1];
631
User *
users_
{nullptr};
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
escape_analysis.cpp
21
: fields_(chunk),
users_
(chunk)
in VirtualObject()
53
return
users_
;
in GetUsers()
58
users_
.clear();
in ClearUsers()
63
users_
.push_back(gate);
in AddUser()
H
A
D
escape_analysis.h
40
ChunkVector<GateRef>
users_
;
member in panda::ecmascript::kungfu::VirtualObject
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.cpp
235
if (
users_
== nullptr) {
in Reallocate()
236
users_
= reinterpret_cast<User *>(newStor);
in Reallocate()
262
users_
= reinterpret_cast<User *>(newStor);
in Reallocate()
273
new (
users_
+ capacity_ - size_ - 1) User(false, size_, capacity_);
in Append()
H
A
D
inst.h
644
return
users_
;
650
return reinterpret_cast<Input *>(
users_
+ capacity_) + 1;
672
return &
users_
[capacity_ - index - 1];
693
User *
users_
{nullptr};
Completed in 14 milliseconds