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:PRIMITIVE_TYPE
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
acc_vregister-inl.h
126
this->payload_->SetTag(BASE::
PRIMITIVE_TYPE
);
in MovePrimitive()
151
this->payload_->SetTag(BASE::
PRIMITIVE_TYPE
);
in SetPrimitive()
159
this->payload_->SetTag(BASE::
PRIMITIVE_TYPE
);
in SetPrimitive()
167
this->payload_->SetTag(BASE::
PRIMITIVE_TYPE
);
in SetPrimitive()
175
this->payload_->SetTag(BASE::
PRIMITIVE_TYPE
);
in SetPrimitive()
183
this->payload_->SetTag(BASE::
PRIMITIVE_TYPE
);
in SetPrimitive()
H
A
D
vregister.h
377
static constexpr int64_t
PRIMITIVE_TYPE
= 0x0;
member in ark::interpreter::VRegisterRef
430
mirror_->SetValue(
PRIMITIVE_TYPE
);
in MovePrimitive()
448
mirror_->SetValue(
PRIMITIVE_TYPE
);
in SetPrimitive()
454
mirror_->SetValue(
PRIMITIVE_TYPE
);
in SetPrimitive()
460
mirror_->SetValue(
PRIMITIVE_TYPE
);
in SetPrimitive()
466
mirror_->SetValue(
PRIMITIVE_TYPE
);
in SetPrimitive()
472
mirror_->SetValue(
PRIMITIVE_TYPE
);
in SetPrimitive()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
stack_walker-inl.h
134
StackWalker::VRegInfo::Type
PRIMITIVE_TYPE
, class F, typename Func>
142
auto type = vreg.HasObject() ? OBJ_TYPE :
PRIMITIVE_TYPE
;
in IterateRegsForIFrameInternal()
150
auto type = acc.HasObject() ? OBJ_TYPE :
PRIMITIVE_TYPE
;
in IterateRegsForIFrameInternal()
H
A
D
stack_walker.h
303
template <bool OBJECTS, bool WITH_REG_INFO, VRegInfo::Type OBJ_TYPE, VRegInfo::Type
PRIMITIVE_TYPE
, class F,
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
osr.cpp
209
acc.SetTag(interpreter::StaticVRegisterRef::
PRIMITIVE_TYPE
);
in SetOsrResult()
218
acc.SetTag(interpreter::StaticVRegisterRef::
PRIMITIVE_TYPE
);
in SetOsrResult()
224
acc.SetTag(interpreter::StaticVRegisterRef::
PRIMITIVE_TYPE
);
in SetOsrResult()
Completed in 4 milliseconds