Home
last modified time | relevance | path

Searched refs:conflict (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyRecordProto.cpp22 protoRecord.set_conflict(record.conflict); in Serialize()
46 record.conflict = protoRecord.conflict(); in Deserialize()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_standard-inl.h79 // 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 Dvtable_builder_variance-inl.h125 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 Dassembly-record.h32 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
H A Dassembly-emitter.cpp754 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 Dassembly-record.h33 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
H A Dassembly-emitter.cpp894 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 Dstd_core_TypeCreator.cpp202 rec.conflict = true; in TypeAPITypeCreatorCtxClassCreate()
221 rec.conflict = true; in TypeAPITypeCreatorCtxInterfaceCreate()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp1814 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