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:BIG_INT
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
type.h
55
V(
BIG_INT
, BigIntType) \
227
return GateType(static_cast<uint32_t>(TSPrimitiveType::
BIG_INT
));
in BigIntType()
283
return type == static_cast<uint32_t>(TSPrimitiveType::
BIG_INT
);
in IsBigIntType()
H
A
D
stub_builder.cpp
236
.And(Int32NotEqual(Int32And(fieldType, Int32(static_cast<int32_t>(SharedFieldType::
BIG_INT
))), Int32(0)))
in MatchFieldType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
H
A
D
global_ts_type_ref.h
57
BIG_INT
,
member in panda::ecmascript::TSPrimitiveType
H
A
D
builtin_type_id.h
37
V(
BIG_INT
) \
/arkcompiler/ets_runtime/ecmascript/
H
A
D
jsnapi_sendable.cpp
135
return SharedFieldType::
BIG_INT
;
in GetSharedFieldType()
H
A
D
property_attributes.h
46
BIG_INT
= (1 << 4),
member in panda::ecmascript::TrackType::SharedFieldType
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_panda_file_items.h
29
static constexpr std::string_view
BIG_INT
= "Lescompat/BigInt;";
member
H
A
D
ets_class_linker_extension.cpp
544
bigintClass_ = CacheClass(
BIG_INT
, [](auto *c) {
in InitializeBuiltinSpecialClasses()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H
A
D
pgo_profiler_type.h
97
BIG_INT
= 0x1ULL << 7,
member in panda::ecmascript::pgo::PGOSampleTemplate::Type
187
return static_cast<int32_t>(Type::
BIG_INT
);
in BigIntType()
294
case Type::
BIG_INT
:
in ToString()
371
return type_.index() == 0 && GetPrimitiveType() == Type::
BIG_INT
;
in IsBigInt()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
class_info_extractor.h
37
BIG_INT
= (1 << 4),
member in panda::ecmascript::FieldType
H
A
D
class_info_extractor.cpp
662
} else if ((sharedFieldType & static_cast<uint32_t>(SharedFieldType::
BIG_INT
)) != 0 && value.IsBigInt()) {
in MatchFieldType()
697
case static_cast<uint32_t>(SharedFieldType::
BIG_INT
):
in StaticFieldTypeToString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H
A
D
interop_context.cpp
175
bigintClass_ = CacheClass(etsClassLinker, descriptors::
BIG_INT
);
in CacheClasses()
Completed in 26 milliseconds