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:debugInfoStorage
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H
A
D
inheritanceResolution.cpp
21
#include "evaluate/
debugInfoStorage
.h"
40
panda_file::ClassDataAccessor &cda, DebugInfoStorage *
debugInfoStorage
)
in GetSuperClassModuleAndClassName()
42
ASSERT(
debugInfoStorage
);
in GetSuperClassModuleAndClassName()
51
auto *debugInfo =
debugInfoStorage
->GetDebugInfoByModuleName(moduleName);
in GetSuperClassModuleAndClassName()
56
return std::make_pair(util::UString(recordName,
debugInfoStorage
->Allocator()).View(), debugInfo);
in GetSuperClassModuleAndClassName()
147
auto *
debugInfoStorage
= debugInfoPlugin_.GetDebugInfoStorage();
in CollectChainInfo()
local
166
auto classId =
debugInfoStorage
->FindClass(debugInfo->sourceFilePath, abcSuperName.Utf8());
in CollectChainInfo()
174
auto optClassInfo = GetSuperClassModuleAndClassName(*cda,
debugInfoStorage
);
in CollectChainInfo()
39
GetSuperClassModuleAndClassName( panda_file::ClassDataAccessor &cda, DebugInfoStorage *
debugInfoStorage
)
GetSuperClassModuleAndClassName()
argument
H
A
D
debugInfoDeserializer.cpp
16
#include "evaluate/
debugInfoStorage
.h"
139
auto *
debugInfoStorage
= debugInfoPlugin_.GetDebugInfoStorage();
in CreateIrGlobalVariable()
local
142
const auto *pf =
debugInfoStorage
->GetPandaFile(pathToSource.Utf8());
in CreateIrGlobalVariable()
147
auto *cda =
debugInfoStorage
->GetGlobalClassAccessor(pathToSource.Utf8());
in CreateIrGlobalVariable()
/arkcompiler/ets_frontend/ets2panda/evaluate/
H
A
D
pathResolver.h
31
explicit PathResolver(DebugInfoStorage &
debugInfoStorage
) : debugInfoStorage_(
debugInfoStorage
) {}
in PathResolver()
argument
Completed in 3 milliseconds