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:conflict
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/merge_abc/src/
H
A
D
assemblyRecordProto.cpp
22
protoRecord.set_conflict(record.
conflict
);
in Serialize()
46
record.
conflict
= protoRecord.
conflict
();
in Deserialize()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
vtable_builder_standard-inl.h
79
// NOTE(vpukhov): that method is possibly a
conflict
, but we traverse the whole itable to handle such cases
in ScanConflictingDefaultMethods()
128
MethodInfo const *
conflict
= skipOrConflict.value();
in ProcessDefaultMethod()
local
133
if (LIKELY(
conflict
== nullptr)) {
in ProcessDefaultMethod()
141
VTableInfo::CopiedMethodEntry *entry = &vtable_.CopiedMethods().find(
conflict
)->second;
in ProcessDefaultMethod()
161
vtable_.UpdateCopiedEntry(
conflict
, methodInfo);
in ProcessDefaultMethod()
H
A
D
vtable_builder_variance-inl.h
125
MethodInfo const *
conflict
= skipOrConflict.value();
in ProcessDefaultMethod()
local
129
if (LIKELY(
conflict
== nullptr)) {
in ProcessDefaultMethod()
135
conflict
, methodInfo);
in ProcessDefaultMethod()
/arkcompiler/runtime_core/assembler/
H
A
D
assembly-record.h
32
bool
conflict
= false; /* Name is
conflict
with panda primitive types. Need special handle. */
member
H
A
D
assembly-emitter.cpp
754
auto *foreign_record = items->GetOrCreateForeignClassItem(record_type.GetDescriptor(rec.
conflict
));
in HandleRecordAsForeign()
789
record->SetSuperClass(items->GetOrCreateForeignClassItem(base_type.GetDescriptor(rec.
conflict
)));
in HandleBaseRecord()
791
record->SetSuperClass(items->GetOrCreateClassItem(base_type.GetDescriptor(rec.
conflict
)));
in HandleBaseRecord()
811
record->AddInterface(items->GetOrCreateForeignClassItem(iface_type.GetDescriptor(iface.
conflict
)));
in HandleInterfaces()
813
record->AddInterface(items->GetOrCreateClassItem(iface_type.GetDescriptor(iface.
conflict
)));
in HandleInterfaces()
852
auto *record = items->GetOrCreateClassItem(record_type.GetDescriptor(rec.
conflict
));
in HandleRecord()
918
auto descriptor = record_owner_type.GetDescriptor(rec.
conflict
);
in HandleAreaForInner()
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-record.h
33
bool
conflict
= false; /* Name is
conflict
with panda primitive types. Need special handle. */
member
H
A
D
assembly-emitter.cpp
894
auto *foreignRecord = items->GetOrCreateForeignClassItem(recordType.GetDescriptor(rec.
conflict
));
in HandleRecordAsForeign()
929
record->SetSuperClass(items->GetOrCreateForeignClassItem(baseType.GetDescriptor(rec.
conflict
)));
in HandleBaseRecord()
931
record->SetSuperClass(items->GetOrCreateClassItem(baseType.GetDescriptor(rec.
conflict
)));
in HandleBaseRecord()
953
record->AddInterface(items->GetOrCreateForeignClassItem(ifaceType.GetDescriptor(iface.
conflict
)));
in HandleInterfaces()
955
record->AddInterface(items->GetOrCreateClassItem(ifaceType.GetDescriptor(iface.
conflict
)));
in HandleInterfaces()
996
auto *record = items->GetOrCreateClassItem(recordType.GetDescriptor(rec.
conflict
));
in HandleRecord()
1065
auto descriptor = recordOwnerType.GetDescriptor(rec.
conflict
);
in HandleAreaForInner()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_TypeCreator.cpp
202
rec.
conflict
= true;
in TypeAPITypeCreatorCtxClassCreate()
221
rec.
conflict
= true;
in TypeAPITypeCreatorCtxInterfaceCreate()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H
A
D
codegen_test_1.cpp
1814
auto
conflict
= std::find_if(movedRegisters->begin(), movedRegisters->end(), [pair](auto inPair) {
in ResoveParameterSequence()
local
1817
if (
conflict
== movedRegisters->end()) {
in ResoveParameterSequence()
Completed in 12 milliseconds