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:NeedsEmit
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_item_container.cpp
120
ASSERT(item_->
NeedsEmit
());
in Initialize()
417
if (!item->
NeedsEmit
()) {
in ReLayout()
480
if (!item->
NeedsEmit
()) {
in ComputeLayout()
520
if (!item->
NeedsEmit
()) {
in RebuildIndexSection()
547
if (!item->
NeedsEmit
()) {
in UpdateOrderIndexes()
698
if (!item->
NeedsEmit
()) {
in WriteItems()
794
if (!item->
NeedsEmit
()) {
in GetStat()
832
if (!item->
NeedsEmit
()) {
in DumpItemsStat()
896
if (!index_item->
NeedsEmit
()) {
in Write()
960
if (
NeedsEmit
()) {
in Write()
[all...]
H
A
D
pgo.cpp
108
if (!item->
NeedsEmit
()) {
in ProfileGuidedRelayout()
H
A
D
file_item_container.h
313
if (
NeedsEmit
()) {
H
A
D
file_items.h
217
bool
NeedsEmit
() const
in NeedsEmit()
function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::BaseItem
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file_item_container.cpp
132
ASSERT(item_->
NeedsEmit
());
in Initialize()
463
if (!item->
NeedsEmit
()) {
in ComputeLayout()
499
if (!item->
NeedsEmit
()) {
in RebuildRegionSection()
526
if (!item->
NeedsEmit
()) {
in UpdateOrderIndexes()
701
if (!item->
NeedsEmit
()) {
in Write()
744
if (!item->
NeedsEmit
()) {
in GetStat()
778
if (!item->
NeedsEmit
()) {
in DumpItemsStat()
H
A
D
pgo.cpp
99
if (!item->
NeedsEmit
()) {
in ProfileGuidedRelayout()
H
A
D
file_items.h
193
bool
NeedsEmit
() const
in NeedsEmit()
function in ark::panda_file::ClassTag::MethodTag::FieldTag::BaseItem
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H
A
D
file_item_container_test.cpp
294
EXPECT_FALSE(annotationItem->
NeedsEmit
());
in TEST()
1074
ASSERT_TRUE(!annot1->
NeedsEmit
() || !annot2->
NeedsEmit
());
in TEST()
1104
ASSERT_FALSE(annot1->
NeedsEmit
() && annot2->
NeedsEmit
());
in TEST()
/arkcompiler/runtime_core/libpandafile/tests/
H
A
D
file_item_container_test.cpp
430
EXPECT_FALSE(annotation_item->
NeedsEmit
());
in HWTEST()
Completed in 16 milliseconds