Home
last modified time | relevance | path

Searched defs:conflict (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto26 bool conflict = 2; field
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_variance-inl.h125 MethodInfo const *conflict = skipOrConflict.value(); in ProcessDefaultMethod() local
Dvtable_builder_standard-inl.h128 MethodInfo const *conflict = skipOrConflict.value(); in ProcessDefaultMethod() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-record.h33 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
/arkcompiler/runtime_core/assembler/
Dassembly-record.h32 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_coalesce.h205 MapleSet<uint32> conflict; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp231 bool conflict = false; in CheckInterference() local
Daarch64_color_ra.cpp2222 MemOperand *GraphColorRegAllocator::GetConsistentReuseMem(const uint64 *conflict, in GetConsistentReuseMem()
2254 MemOperand *GraphColorRegAllocator::GetCommonReuseMem(const uint64 *conflict, const std::set<MemOpe… in GetCommonReuseMem()
2291 const uint64 *conflict; in GetReuseMem() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp1814 … auto conflict = std::find_if(movedRegisters->begin(), movedRegisters->end(), [pair](auto inPair) { in ResoveParameterSequence() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h555 void SetOldConflict(uint64 *conflict) in SetOldConflict()