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:IsTagged
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
property-details.h
149
if (
IsTagged
() || IsHeapObject() || IsDouble() || IsWasmValue()) {
in MightCauseMapDeprecation()
168
if (!other.
IsTagged
()) return false;
in CanBeInPlaceChangedTo()
200
DCHECK(
IsTagged
() || IsSmi() || IsHeapObject());
in size()
207
constexpr bool
IsTagged
() const { return kind_ == kTagged; }
in IsTagged()
function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
209
constexpr bool IsSmiOrTagged() const { return IsSmi() ||
IsTagged
(); }
in IsSmiOrTagged()
/third_party/node/deps/v8/src/torque/
H
A
D
class-debug-reader-generator.cc
119
bool
IsTagged
() const {
in IsTagged()
function in v8::internal::torque::__anon15101::DebugFieldType
128
if (
IsTagged
()) {
in GetValueType()
150
if (
IsTagged
()) {
in GetOriginalType()
171
if (
IsTagged
() || name_and_type_.type->IsStructType()) {
in GetTypeString()
294
<< (debug_field_type.
IsTagged
()
in GenerateFieldValueAccessor()
/third_party/node/deps/v8/src/codegen/
H
A
D
interface-descriptors.cc
70
if (!machine_types_[i].
IsTagged
()) return false;
in AllStackParametersAreTagged()
H
A
D
tnode.h
136
: ((type1.
IsTagged
() && type2.
IsTagged
())
in CommonMachineType()
H
A
D
machine-type.h
134
constexpr bool
IsTagged
() const {
in IsTagged()
function in v8::internal::MachineRepresentation::MachineType
/third_party/node/deps/v8/src/compiler/
H
A
D
code-assembler.cc
426
DCHECK(raw_assembler()->call_descriptor()->GetReturnType(0).
IsTagged
());
in Return()
432
DCHECK(raw_assembler()->call_descriptor()->GetReturnType(0).
IsTagged
());
in Return()
433
DCHECK(raw_assembler()->call_descriptor()->GetReturnType(1).
IsTagged
());
in Return()
440
DCHECK(raw_assembler()->call_descriptor()->GetReturnType(0).
IsTagged
());
in Return()
441
DCHECK(raw_assembler()->call_descriptor()->GetReturnType(1).
IsTagged
());
in Return()
442
DCHECK(raw_assembler()->call_descriptor()->GetReturnType(2).
IsTagged
());
in Return()
498
DCHECK(raw_assembler()->call_descriptor()->GetReturnType(1).
IsTagged
());
in Return()
H
A
D
linkage.cc
146
if (!operand.IsRegister() && operand.GetType().
IsTagged
()) {
in GetTaggedParameterSlots()
H
A
D
access-info.cc
483
CHECK(details_representation.
IsTagged
());
in ComputeDataFieldAccessInfo()
H
A
D
wasm-compiler.cc
3889
if (COMPRESS_POINTERS_BOOL && mach_type.
IsTagged
()) {
in GetSafeLoadOperator()
/third_party/node/deps/v8/src/baseline/
H
A
D
baseline-compiler.cc
93
return type.
IsTagged
() && !type.IsTaggedSigned();
in MachineTypeMatches()
96
return type.
IsTagged
() && !type.IsTaggedPointer();
in MachineTypeMatches()
101
return type.
IsTagged
() && !type.IsTaggedPointer();
in MachineTypeMatches()
110
return type.
IsTagged
() && !type.IsTaggedSigned();
in MachineTypeMatches()
113
return type.
IsTagged
();
in MachineTypeMatches()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-debug.cc
1234
CHECK(details.representation().
IsTagged
());
in JSSharedStructVerify()
Completed in 30 milliseconds