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
defs:entryId
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H
A
D
pgo_profile_type_pool.h
50
void SetEntryId(ApEntityId
entryId
)
in SetEntryId()
argument
136
bool TryAdd(const ProfileType &profileType, ApEntityId &
entryId
)
in TryAdd()
argument
H
A
D
pgo_record_pool.h
48
void SetEntryId(ApEntityId
entryId
)
in SetEntryId()
argument
92
bool TryAdd(const CString &value, ApEntityId &
entryId
)
in TryAdd()
argument
[all...]
H
A
D
pool_template.h
50
bool TryAdd(const V &value, ApEntityId &
entryId
)
in TryAdd()
argument
179
auto
entryId
= base::ReadBuffer<ApEntityId>(buffer, sizeof(ApEntityId));
global()
variable
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler_encoder.cpp
104
bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &
entryId
)
in GetPandaFileId()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
frame_states.cpp
989
size_t
entryId
= 0; // entry id
in ComputeLoopBack()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
encode_visitor.cpp
2112
auto
entryId
=
in VisitInitString()
local
2118
auto
entryId
= cg->GetRuntime()->IsCompressedStringsEnabled()
in VisitInitString()
local
H
A
D
codegen.cpp
2386
auto
entryId
= GetRuntime()->IsCompressedStringsEnabled()
in CreateStringFromCharArrayTlab()
local
2418
auto
entryId
= GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::CREATE_STRING_FROM_STRING_TLAB_COMPRESSED
in CreateStringFromStringTlab()
local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.cpp
1108
auto
entryId
= inst->CastToIntrinsic()->GetIntrinsicId();
in CreateIntrinsicCall()
local
1116
llvm::CallInst *LLVMIrConstructor::CreateIntrinsicCall(Inst *inst, RuntimeInterface::IntrinsicId
entryId
,
in CreateIntrinsicCall()
argument
1867
auto
entryId
= RuntimeInterface::EntrypointId::CREATE_STRING_FROM_CHAR_ARRAY_TLAB_COMPRESSED;
in CreateNewStringFromCharsTlab()
local
1890
auto
entryId
= RuntimeInterface::EntrypointId::CREATE_STRING_FROM_STRING_TLAB_COMPRESSED;
CreateNewStringFromStringTlab()
local
4410
auto
entryId
= inst->CastToIntrinsic()->GetIntrinsicId();
VisitIntrinsic()
local
[all...]
Completed in 23 milliseconds