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:source_code_item
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/
H
A
D
file_item_container_test.cpp
635
StringItem *
source_code_item
= container.GetOrCreateStringItem("let a = 1;");
in HWTEST()
local
670
line_number_program_item->EmitSetSourceCode(constant_pool,
source_code_item
);
in HWTEST()
715
EXPECT_EQ(helpers::ReadULeb128(&cp),
source_code_item
->GetOffset());
in HWTEST()
/arkcompiler/runtime_core/assembler/
H
A
D
assembly-emitter.cpp
1284
auto *
source_code_item
= items->GetOrCreateStringItem(func.source_code);
in EmitDebugInfo()
local
1285
ASSERT(
source_code_item
->GetOffset() != 0);
in EmitDebugInfo()
1286
line_number_program->EmitSetSourceCode(constant_pool,
source_code_item
);
in EmitDebugInfo()
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_reader.cpp
1262
auto *
source_code_item
= container_.GetOrCreateStringItem(source_code);
in UpdateDebugInfo()
local
1263
lnp_item->EmitSetFile(debug_info_item->GetConstantPool(),
source_code_item
);
in UpdateDebugInfo()
Completed in 8 milliseconds