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:Int64ToTaggedPtr
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
lcr_circuit_builder.h
207
return
Int64ToTaggedPtr
(Int64Or(val, Int64(JSTaggedValue::TAG_INT)));
in Int32ToTaggedPtr()
210
GateRef CircuitBuilder::
Int64ToTaggedPtr
(GateRef x)
in Int64ToTaggedPtr()
function in panda::ecmascript::kungfu::CircuitBuilder
223
return
Int64ToTaggedPtr
(Int64Or(x, Int64(JSTaggedValue::TAG_INT)));
in ToTaggedIntPtr()
229
return
Int64ToTaggedPtr
(Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)));
in DoubleToTaggedDoublePtr()
242
return
Int64ToTaggedPtr
(Int64Or(val, Int64(JSTaggedValue::TAG_BOOLEAN_MASK)));
in BooleanToTaggedBooleanPtr()
H
A
D
stub_builder-inl.h
2616
inline GateRef StubBuilder::
Int64ToTaggedPtr
(GateRef x)
in Int64ToTaggedPtr()
function in panda::ecmascript::kungfu::StubBuilder
2618
return env_->GetBuilder()->
Int64ToTaggedPtr
(x);
in Int64ToTaggedPtr()
3767
return
Int64ToTaggedPtr
(IntPtrAnd(ChangeTaggedPointerToInt64(weak), IntPtr(~JSTaggedValue::TAG_WEAK)));
in RemoveTaggedWeakTag()
H
A
D
circuit_builder.h
872
inline GateRef
Int64ToTaggedPtr
(GateRef x);
H
A
D
stub_builder.h
688
GateRef
Int64ToTaggedPtr
(GateRef x);
H
A
D
stub_builder.cpp
9414
result =
Int64ToTaggedPtr
(rawValue);
in GetTaggedValueWithElementsKind()
9462
result =
Int64ToTaggedPtr
(GetInt64OfTInt(value));
in ConvertTaggedValueWithElementsKind()
9485
result =
Int64ToTaggedPtr
(CastDoubleToInt64(GetDoubleOfTInt(value)));
in ConvertTaggedValueWithElementsKind()
9490
result =
Int64ToTaggedPtr
(CastDoubleToInt64(GetDoubleOfTDouble(value)));
in ConvertTaggedValueWithElementsKind()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H
A
D
instruction_combine_test.cpp
1256
auto result = instcombie.VisitGate(b.Equal(b.
Int64ToTaggedPtr
(b.Int64Or(x, constant1)), constant2));
in HWTEST_F_L0()
Completed in 32 milliseconds