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:IsNone
(Results
1 - 25
of
28
) sorted by relevance
1
2
/arkcompiler/ets_runtime/ecmascript/
H
A
D
on_heap.h
30
static bool
IsNone
(OnHeapMode mode)
in IsNone()
function in panda::ecmascript::OnHeap
37
if (
IsNone
(first) ||
IsNone
(second) || (first != second)) {
in Merge()
45
ASSERT(!
IsNone
(mode));
in ToBoolean()
H
A
D
elements.h
71
static bool
IsNone
(ElementsKind kind)
in IsNone()
function in panda::ecmascript::Elements
/arkcompiler/runtime_core/static_core/verification/absint/
H
A
D
reg_context.h
54
if (!(*lhsIt).
IsNone
() && !(*rhsIt).
IsNone
()) {
in UnionWith()
60
updated |= !(*lhsIt).
IsNone
();
in UnionWith()
80
if (oldAtv.
IsNone
()) {
in ChangeValuesOfSameOrigin()
91
if (!(*it).
IsNone
()) {
in ChangeValuesOfSameOrigin()
125
if (!regs_[idx].
IsNone
()) {
in EnumerateAllRegs()
137
if (!regs_[idx].
IsNone
()) {
in EnumerateAllRegs()
171
return regs_.InValidRange(num) && !regs_[num].
IsNone
();
in IsRegDefined()
231
if (!(*lhsIt).
IsNone
() && !(*rhsIt).
IsNone
()) {
in RcUnion()
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H
A
D
pgo_proto_transition_type_pool.h
114
if (type.
IsNone
()) {
in Add()
126
if (iter->second.
IsNone
()) {
in Add()
137
if (entry.second.
IsNone
()) {
in Iterate()
H
A
D
pgo_profile_type_pool.h
104
return value.
IsNone
();
in IsReserved()
109
ASSERT(value.
IsNone
());
in GetReservedId()
H
A
D
pgo_method_type_set.cpp
94
if (!typeInfo.GetType().
IsNone
()) {
in ProcessToBinary()
162
if (typeInfoIter.GetType().
IsNone
()) {
in ProcessToText()
204
if (typeInfoIter.GetType().
IsNone
()) {
in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H
A
D
pgo_type_parser.cpp
30
if (defType.
IsNone
()) {
in Parse()
47
if (ctorPt.
IsNone
()) {
in RecordTypeInfo()
53
if (protoPt.
IsNone
()) {
in RecordTypeInfo()
134
if (ctorPt.
IsNone
()) {
in RecordTypeInfo()
140
if (protoPt.
IsNone
()) {
in RecordTypeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
range_analysis.cpp
113
if (range.
IsNone
()) {
in VisitTypedUnaryOp()
214
if (left.
IsNone
() || right.
IsNone
()) {
in GetRangeOfCalculate()
237
if (value.
IsNone
() || shift.
IsNone
()) {
in GetRangeOfShift()
291
if (range.
IsNone
()) {
in GetRangeOfCompare()
H
A
D
type_info_accessors.h
374
if (!profileType->
IsNone
()) {
in GetMethodId()
433
bool haveProfileType = !profileType->
IsNone
();
in IsHotnessFunc()
448
bool haveProfileType = !profileType->
IsNone
();
in GetFunctionTypeLength()
467
bool haveProfileType = !profileType->
IsNone
();
in IsNoGC()
485
bool haveProfileType = !profileType->
IsNone
();
in GetMethodIndex()
509
if (!profileType->
IsNone
()) {
in GetMethodId()
518
return !profileType->
IsNone
();
in MethodOffsetIsVaild()
527
bool haveProfileType = !profileType->
IsNone
();
in CanFastCall()
544
bool haveProfileType = !profileType->
IsNone
();
in GetFuncMethodOffset()
H
A
D
number_gate_info.h
320
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::kungfu::RangeInfo
H
A
D
type_info_accessors.cpp
264
if (sampleType.GetPGOSampleType()->
IsNone
()) {
in TryGetPGOBuiltinMethodId()
302
if (sampleType->
IsNone
()) {
in FindHClass()
333
ASSERT(!sampleType->
IsNone
());
in GetHClass()
417
if (!profileType->
IsNone
()) {
in CanOptimizeAsFastCall()
1417
if (sampleType->
IsNone
()) {
in GetHClass()
H
A
D
graph_linearizer.h
307
bool
IsNone
() const
in IsNone()
function
H
A
D
graph_linearizer.cpp
682
if (prevInfo.
IsNone
()) {
in VisitPreparedGate()
799
if (useInfo.
IsNone
()) {
in GetCommonDominatorOfAllUses()
H
A
D
number_speculative_lowering.cpp
906
ASSERT(!rangeInfos_[id].
IsNone
());
in GetRange()
/arkcompiler/runtime_core/static_core/verification/value/
H
A
D
abstract_typed_value.h
33
bool
IsNone
() const
in IsNone()
function in ark::verifier::AbstractTypedValue
35
return type_.
IsNone
();
in IsNone()
H
A
D
abstract_value.h
53
bool
IsNone
() const
in IsNone()
function in ark::verifier::AbstractValue
68
// ASSERT(
IsNone
() && rhs.
IsNone
())
in operator &()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H
A
D
pgo_profiler_type.h
344
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::pgo::PGOSampleTemplate
687
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::pgo::PGOObjectTemplate
689
return receiverType_.
IsNone
();
in IsNone()
797
if (info.
IsNone
()) {
in AddObjectInfo()
895
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::pgo::PGORWOpTemplate
897
return type_.
IsNone
();
in IsNone()
1012
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::pgo::PGOProtoTransitionTemplate
1014
return ihcType_.
IsNone
() || transIhcType_.
IsNone
();
in IsNone()
1019
return transIhcType_.
IsNone
();
in IsProtoTransitionNone()
[all...]
H
A
D
pgo_profile_type.h
264
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::pgo::ProfileType
571
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::pgo::ProfileTypeRef
643
bool
IsNone
() const
in IsNone()
function in panda::ecmascript::pgo::ProfileTypeLegacy
/arkcompiler/ets_runtime/ecmascript/ts_types/
H
A
D
global_type_info.h
57
return !pgoTypeId_.
IsNone
();
in IsPGOType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H
A
D
pgo_type_infer.cpp
196
if (OnHeap::
IsNone
(mode)) {
in TrySetOnHeapMode()
/arkcompiler/runtime_core/static_core/verification/type/
H
A
D
type_system.cpp
106
ASSERT(!type.
IsNone
());
in NormalizedTypeOf()
H
A
D
type_type.h
132
ALWAYS_INLINE bool
IsNone
() const
in IsNone()
function in ark::verifier::Type
H
A
D
type_type.cpp
251
if (
IsNone
()) {
in IsConsistent()
300
if (
IsNone
()) {
in ToString()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
34
if (traceType.
IsNone
()) {
in RecordProfileType()
1299
ASSERT(!baseType.
IsNone
());
in TryDumpProtoTransitionType()
1846
if (traceType.
IsNone
()) {
in SetRootProfileType()
1864
if (childType.
IsNone
()) {
in GetOrInsertProfileType()
H
A
D
pgo_profiler_layout.h
613
if (root->GetProfileType().
IsNone
()) {
in Convert()
Completed in 27 milliseconds
1
2