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:GetEntityId
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
vtable_builder_variance-inl.h
27
if (&base.GetPandaFile() == &derv.GetPandaFile() && base.
GetEntityId
() == derv.
GetEntityId
()) {
in IsOverriddenBy()
37
if (&p1.GetPandaFile() == &p2.GetPandaFile() && p1.
GetEntityId
() == p2.
GetEntityId
()) {
in IsOverriddenOrOverrides()
H
A
D
vtable_builder_standard-inl.h
26
if (&base.GetPandaFile() == &derv.GetPandaFile() && base.
GetEntityId
() == derv.
GetEntityId
()) {
in IsOverriddenBy()
H
A
D
vtable_builder_base.h
53
protoId_(method->GetProtoId().
GetEntityId
()),
in MethodInfo()
H
A
D
method.h
158
const panda_file::File::EntityId &
GetEntityId
() const
in GetEntityId()
function in ark::Method::VerificationStage::ProtoId
/arkcompiler/runtime_core/libpandafile/
H
A
D
method_handle_data_accessor.h
51
File::EntityId
GetEntityId
() const
in GetEntityId()
function in panda::panda_file::MethodHandleDataAccessor
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
method_handle_data_accessor.h
51
File::EntityId
GetEntityId
() const
in GetEntityId()
function in ark::panda_file::MethodHandleDataAccessor
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
program_object.cpp
41
panda_file::File::EntityId literalId = constpool->
GetEntityId
(literal);
in GetClassLiteralFromCache()
85
panda_file::File::EntityId id = taggedPool->
GetEntityId
(index);
in GetStringFromCacheForJit()
109
panda_file::File::EntityId id = taggedPool->
GetEntityId
(index);
in GetStringFromCache()
H
A
D
scope_info_extractor.cpp
36
panda_file::File::EntityId id = constpool->
GetEntityId
(scopeId);
in GenerateScopeInfo()
H
A
D
program_object.h
283
panda_file::File::EntityId
GetEntityId
(uint32_t index) const
in GetEntityId()
function in panda::ecmascript::ConstantPool
518
EntityId id = constpoolHandle->
GetEntityId
(index);
in GetMethodFromCache()
565
panda_file::File::EntityId id = taggedPool->
GetEntityId
(index);
in GetLiteralFromCache()
660
panda_file::File::EntityId id = taggedPool->
GetEntityId
(index);
in GetIdFromCache()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_vtable_builder.cpp
200
auto basePDA = panda_file::ProtoDataAccessor(base.GetPandaFile(), base.
GetEntityId
());
in ETSProtoIsOverriddenBy()
201
auto dervPDA = panda_file::ProtoDataAccessor(derv.GetPandaFile(), derv.
GetEntityId
());
in ETSProtoIsOverriddenBy()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H
A
D
snapshot_constantpool_data.cpp
244
uint32_t methodOffset = cp->
GetEntityId
(data.constantPoolIdx_).GetOffset();
in StoreDataToGlobalData()
298
uint32_t methodId = cp->
GetEntityId
(data.ctorMethodOffset_).GetOffset();
in StoreDataToGlobalData()
338
panda_file::File::EntityId id = cp->
GetEntityId
(data.constantPoolIdx_);
in StoreDataToGlobalData()
372
panda_file::File::EntityId id = cp->
GetEntityId
(data.constantPoolIdx_);
in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_string_table.cpp
558
if (constantStr->
GetEntityId
() < 0 || !jsPandaFile->Contain(constantStr->GetConstantData())) {
in RelocateConstantData()
H
A
D
ecma_string.h
876
ASSERT(
GetEntityId
() >= 0);
877
return static_cast<uint32_t>(
GetEntityId
());
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs-inl.h
3073
panda_file::File::EntityId id = constpool->
GetEntityId
(scopeId);
Completed in 18 milliseconds