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:callType
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
method_literal.cpp
48
uint32_t
callType
= UINT32_MAX; // UINT32_MAX means not found
in Initialize()
local
58
if (::strcmp("
callType
", elemName) == 0) {
in Initialize()
59
callType
= adae.GetScalarValue().GetValue();
in Initialize()
76
ASSERT((numArgs - HaveFuncBit::Decode(
callType
) -
in Initialize()
77
HaveNewTargetBit::Decode(
callType
) - HaveThisBit::Decode(
callType
)) >= 0);
in Initialize()
80
callField_ = (
callType
& CALL_TYPE_MASK) |
in Initialize()
82
NumArgsBits::Encode(numArgs - HaveFuncBit::Decode(
callType
) // exclude func
in Initialize()
83
- HaveNewTargetBit::Decode(
callType
) // exclude new target
in Initialize()
84
- HaveThisBit::Decode(
callType
)); // exclud
in Initialize()
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/
H
A
D
llvm_ark_interface.cpp
490
llvm::StringRef LLVMArkInterface::GetRuntimeFunctionName(LLVMArkInterface::RuntimeCallType
callType
,
in GetRuntimeFunctionName()
argument
493
if (
callType
== LLVMArkInterface::RuntimeCallType::INTRINSIC) {
in GetRuntimeFunctionName()
497
ASSERT(
callType
== LLVMArkInterface::RuntimeCallType::ENTRYPOINT);
in GetRuntimeFunctionName()
510
LLVMArkInterface::RuntimeCallType
callType
,
in GetOrCreateRuntimeFunctionType()
516
auto rtFunctionName = GetRuntimeFunctionName(
callType
, id);
in GetOrCreateRuntimeFunctionType()
522
if (
callType
== RuntimeCallType::INTRINSIC) {
in GetOrCreateRuntimeFunctionType()
526
ASSERT(
callType
== RuntimeCallType::ENTRYPOINT);
in GetOrCreateRuntimeFunctionType()
509
GetOrCreateRuntimeFunctionType(llvm::LLVMContext &ctx, llvm::Module *module, LLVMArkInterface::RuntimeCallType
callType
, LLVMArkInterface::IntrinsicId id)
GetOrCreateRuntimeFunctionType()
argument
H
A
D
llvm_ark_interface.h
106
llvm::StringRef GetRuntimeFunctionName(LLVMArkInterface::RuntimeCallType
callType
, IntrinsicId id);
109
LLVMArkInterface::RuntimeCallType
callType
, IntrinsicId id);
Completed in 3 milliseconds