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:IsSmi
(Results
1 - 25
of
127
) sorted by relevance
1
2
3
4
5
6
/third_party/node/deps/v8/src/objects/
H
A
D
objects-inl.h
73
return
IsSmi
() && TaggedIndex::IsValid(TaggedIndex(ptr()).value());
in IsTaggedIndex()
283
if (
IsSmi
()) return true;
in IsNumber()
290
return
IsSmi
() || IsHeapNumber(cage_base);
in IsNumber()
294
if (
IsSmi
()) return true;
in IsNumeric()
412
if (
IsSmi
()) return true;
in IsPrimitive()
419
return
IsSmi
() || HeapObject::cast(*this).map(cage_base).IsPrimitiveMap();
in IsPrimitive()
424
if (object->
IsSmi
()) return Just(false);
in IsArray()
456
return
IsSmi
() ? static_cast<double>(Smi(this->ptr()).value())
in Number()
511
if (
IsSmi
()) {
in OptimalRepresentation()
525
if (
IsSmi
()) retur
in OptimalElementsKind()
[all...]
H
A
D
tagged-impl.h
69
constexpr bool
IsSmi
() const { return HAS_SMI_TAG(ptr_); }
in IsSmi()
function in v8::internal::TaggedImpl
85
return !
IsSmi
() && !IsCleared();
in IsStrongOrWeak()
90
DCHECK(kCanBeWeak || (!
IsSmi
() == HAS_STRONG_HEAP_OBJECT_TAG(ptr_)));
in IsStrong()
91
return kCanBeWeak ? HAS_STRONG_HEAP_OBJECT_TAG(ptr_) : !
IsSmi
();
in IsStrong()
H
A
D
maybe-object-inl.h
55
DCHECK(!object.
IsSmi
());
in Strong()
62
DCHECK(!object.
IsSmi
());
in Weak()
70
DCHECK(!object.
IsSmi
());
in From()
H
A
D
tagged-impl-inl.h
207
DCHECK(!
IsSmi
());
in GetHeapObject()
222
DCHECK(!
IsSmi
());
in GetHeapObject()
241
if (
IsSmi
()) {
in GetHeapObjectOrSmi()
252
if (
IsSmi
()) {
in GetHeapObjectOrSmi()
H
A
D
property-details.h
155
DCHECK(IsNone() ||
IsSmi
());
in MightCauseMapDeprecation()
169
DCHECK(
IsSmi
() || IsDouble() || IsHeapObject());
in CanBeInPlaceChangedTo()
200
DCHECK(IsTagged() ||
IsSmi
() || IsHeapObject());
in size()
208
constexpr bool
IsSmi
() const { return kind_ == kSmi; }
in IsSmi()
function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
209
constexpr bool IsSmiOrTagged() const { return
IsSmi
() || IsTagged(); }
in IsSmiOrTagged()
H
A
D
heap-object-inl.h
19
(allow_smi == AllowInlineSmiStorage::kAllowBeingASmi &&
IsSmi
()) ||
in HeapObject()
H
A
D
allocation-site-inl.h
117
DCHECK_EQ(!raw_value.
IsSmi
(),
in PointsToLiteral()
119
return !raw_value.
IsSmi
();
in PointsToLiteral()
H
A
D
literal-objects.cc
151
return value.
IsSmi
() ? Smi::ToInt(value) : kAccessorNotDefined;
in GetExistingValueIndex()
276
DCHECK_IMPLIES(!existing_value.
IsSmi
(),
in AddToDictionaryTemplate()
278
DCHECK_IMPLIES(!existing_value.
IsSmi
(),
in AddToDictionaryTemplate()
283
if (!existing_value.
IsSmi
() || Smi::ToInt(existing_value) < key_index) {
in AddToDictionaryTemplate()
340
if (!existing_value.
IsSmi
() || Smi::ToInt(existing_value) < key_index) {
in AddToDictionaryTemplate()
H
A
D
fixed-array-inl.h
62
if (!candidate.
IsSmi
() && candidate != the_hole) return false;
in ContainsOnlySmisOrHoles()
90
DCHECK(Object(value).
IsSmi
());
in set()
143
DCHECK(Object(value).
IsSmi
());
in set()
167
DCHECK(Object(value).
IsSmi
());
in set()
552
DCHECK(Object(value).
IsSmi
());
in Set()
H
A
D
debug-objects-inl.h
80
!limit_or_stack_frame_infos().
IsSmi
())
H
A
D
js-objects-inl.h
182
} else if (!current.
IsSmi
()) {
in EnsureCanContainElements()
465
if (value.
IsSmi
()) {
in WriteToField()
779
DCHECK(raw_properties_or_hash(cage_base).
IsSmi
() ||
in DEF_GETTER()
793
if (prop.
IsSmi
()) {
in DEF_GETTER()
805
if (prop.
IsSmi
()) {
in DEF_GETTER()
816
if (prop.
IsSmi
() || prop == GetReadOnlyRoots(cage_base).empty_fixed_array()) {
in DEF_GETTER()
H
A
D
feedback-vector.cc
689
if (feedback->
IsSmi
()) return InlineCacheState::UNINITIALIZED;
in ic_state()
696
if (feedback->
IsSmi
()) return InlineCacheState::MONOMORPHIC;
in ic_state()
960
CHECK(call_count.
IsSmi
());
in GetCallCount()
969
CHECK(call_count.
IsSmi
());
in SetSpeculationMode()
983
CHECK(call_count.
IsSmi
());
in GetSpeculationMode()
992
CHECK(call_count.
IsSmi
());
in GetCallFeedbackContent()
1217
if ((data_handler->smi_handler()).
IsSmi
()) {
in GetKeyedAccessStoreMode()
1228
} else if (maybe_code_handler.object()->
IsSmi
()) {
in GetKeyedAccessStoreMode()
1382
if (key.
IsSmi
()) {
in GetSourcePositions()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-debug.cc
125
if (
IsSmi
()) {
in ObjectVerify()
138
CHECK(p.
IsSmi
());
in VerifyPointer()
150
CHECK(p.
IsSmi
());
in VerifyAnyTagged()
159
CHECK(p->
IsSmi
() || p->IsCleared() || MapWord::IsPacked(p->ptr()));
in VerifyMaybeObjectPointer()
164
CHECK(
IsSmi
());
in SmiVerify()
395
CHECK(value.
IsSmi
() || value.IsTheHole(isolate));
in VerifyJSObjectElements()
442
if (r.
IsSmi
()) DCHECK(value.
IsSmi
());
in JSObjectVerify()
800
if (month().
IsSmi
()) {
in JSDateVerify()
804
if (day().
IsSmi
()) {
in JSDateVerify()
[all...]
/third_party/node/deps/v8/src/strings/
H
A
D
string-builder.cc
21
if (element.
IsSmi
()) {
in StringBuilderConcatHelper()
33
DCHECK(obj.
IsSmi
());
in StringBuilderConcatHelper()
64
if (elt.
IsSmi
()) {
in StringBuilderConcatLength()
80
if (!next_smi.
IsSmi
()) return -1;
in StringBuilderConcatLength()
144
DCHECK(!value.
IsSmi
());
in Add()
151
DCHECK(value.
IsSmi
());
in Add()
226
DCHECK(element->
IsSmi
() || element->IsString());
in AddElement()
/third_party/node/deps/v8/src/ic/
H
A
D
ic-inl.h
20
if (object->
IsSmi
()) {
in update_lookup_start_object_map()
30
return (object->
IsSmi
() && (object.ptr() != kNullAddress)) ||
in IsHandler()
H
A
D
handler-configuration.cc
152
if (validity_cell->
IsSmi
()) {
in LoadFullChain()
172
if (handler->
IsSmi
()) {
in GetKeyedAccessLoadMode()
187
if (handler->
IsSmi
()) {
in GetKeyedAccessStoreMode()
513
if (handler.
IsSmi
()) {
in PrintHandler()
545
if (handler.
IsSmi
()) {
in PrintHandler()
/third_party/node/deps/v8/src/api/
H
A
D
api-arguments.cc
32
DCHECK((*slot_at(T::kIsolateIndex)).
IsSmi
());
in PropertyCallbackArguments()
50
DCHECK((*slot_at(T::kIsolateIndex)).
IsSmi
());
in FunctionCallbackArguments()
/third_party/node/deps/v8/src/codegen/
H
A
D
pending-optimization-table.cc
69
DCHECK(Handle<Tuple2>::cast(entry)->value2().
IsSmi
());
in IsHeuristicOptimizationAllowed()
97
DCHECK(Handle<Tuple2>::cast(entry)->value2().
IsSmi
());
in MarkedForOptimization()
/third_party/node/deps/v8/src/execution/
H
A
D
protectors-inl.h
19
return cell.value().
IsSmi
() && \
H
A
D
protectors.cc
50
DCHECK(isolate->factory()->cell()->value().
IsSmi
()); \
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-classes.cc
223
if (tmp.
IsSmi
()) {
in SubstituteValues()
234
if (tmp.
IsSmi
()) {
in SubstituteValues()
244
} else if (value->
IsSmi
()) {
in SubstituteValues()
325
if (value.
IsSmi
()) {
in AddDescriptorsByTemplate()
335
if (tmp.
IsSmi
()) {
in AddDescriptorsByTemplate()
339
if (tmp.
IsSmi
()) {
in AddDescriptorsByTemplate()
H
A
D
runtime-array.cc
81
if (argument_one->
IsSmi
()) {
in RUNTIME_FUNCTION()
174
if (key->
IsSmi
()) {
in RUNTIME_FUNCTION()
272
if (V8_LIKELY(from_index->
IsSmi
())) {
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
H
A
D
debug-stack-trace-iterator.cc
77
if (value.
IsSmi
()) return Smi::ToInt(value);
in GetContextId()
113
if (value.is_null() || (value->
IsSmi
() || !value->IsTheHole(isolate_))) {
in GetReceiver()
/third_party/node/deps/v8/src/heap/
H
A
D
heap-write-barrier-inl.h
198
if (object.
IsSmi
()) return false;
in ObjectInYoungGeneration()
291
if (value.
IsSmi
()) return false;
in IsRequired()
/third_party/node/deps/v8/src/compiler/
H
A
D
heap-refs.cc
349
constant->
IsSmi
()
in GetOwnFastDataPropertyFromHeap()
984
object->
IsSmi
() ? kSmi : kUnserializedHeapObject);
in TryGetOrCreateData()
993
if (object->
IsSmi
()) {
in TryGetOrCreateData()
998
DCHECK(!object->
IsSmi
());
in TryGetOrCreateData()
1043
bool ObjectRef::
IsSmi
() const { return data()->is_smi(); }
in IsSmi()
function in v8::internal::compiler::ObjectRef
1046
DCHECK(
IsSmi
());
in AsSmi()
1757
if (
IsSmi
()) return false;
in IsNullOrUndefined()
1771
if (
IsSmi
()) return AsSmi() != 0;
in TryGetBooleanValue()
1921
if (!length_ref->
IsSmi
()) return {};
in GetOwnCowElement()
Completed in 24 milliseconds
1
2
3
4
5
6