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:IsGeneric
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
elements.h
66
static bool
IsGeneric
(ElementsKind kind)
in IsGeneric()
function in panda::ecmascript::Elements
H
A
D
js_hclass-inl.h
39
if (!Elements::
IsGeneric
(hclass->GetElementsKind()) || hclass.GetTaggedValue() == genericArrayHClass) {
in ProtoIsFastJSArray()
H
A
D
js_array.cpp
258
if (Elements::
IsGeneric
(oldKind)) {
in SetCapacity()
H
A
D
js_hclass.cpp
726
if (Elements::
IsGeneric
(current)) {
in TransitToElementsKind()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H
A
D
pgo_type_infer.cpp
97
if (Elements::
IsGeneric
(kind)) {
in InferCreateArray()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H
A
D
etsObjectType.h
360
[[nodiscard]] bool
IsGeneric
() const noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
ntype_hcr_lowering.cpp
211
if (!Elements::
IsGeneric
(kind)) {
in NewJSArrayLiteral()
H
A
D
gate_accessor.cpp
711
if (Elements::
IsGeneric
(kind)) {
in TryGetArrayElementsKind()
729
if (Elements::
IsGeneric
(kind)) {
in TryGetArrayElementsKindAfterTransition()
H
A
D
slowpath_lowering.cpp
1599
if (!Elements::
IsGeneric
(kind)) {
in LowerUpdateArrayHClassAtDefine()
H
A
D
typed_hcr_lowering.cpp
608
if (Elements::
IsGeneric
(kind)) {
in BuiltinInstanceHClassCheck()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
250
if (Elements::
IsGeneric
(oldKind) || oldKind == newKind) {
in UpdateTrackElementsKind()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
object.cpp
520
if (type->
IsGeneric
() && type != type->GetOriginalBaseType()) {
in ResolveDeclaredMembersOfObject()
Completed in 35 milliseconds