| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | graph_comparator.h | 26 bool Compare(Graph *graph1, Graph *graph2) in Compare() function 45 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 298 bool Compare(Inst *inst1, Inst *inst2) in Compare() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 30 bool Compare(Graph *graph1, Graph *graph2) in Compare() function 51 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 81 bool Compare(Inst *inst1, Inst *inst2) in Compare() function
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | type.cpp | 35 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare() function in panda::es2panda::checker::Type
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsNullishTypes.cpp | 40 void ETSNullType::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Compare() function in ark::es2panda::checker::ETSNullType 91 void ETSUndefinedType::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *othe… in Compare() function in ark::es2panda::checker::ETSUndefinedType
|
| D | etsNeverType.cpp | 39 void ETSNeverType::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Compare() function in ark::es2panda::checker::ETSNeverType
|
| D | etsAnyType.cpp | 48 void ETSAnyType::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Compare() function in ark::es2panda::checker::ETSAnyType
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 273 bool Compare(Graph *graph1, Graph *graph2) in Compare() function 286 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 313 bool Compare(Inst *inst1, Inst *inst2) in Compare() function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | common.h | 282 bool Compare(Graph *graph1, Graph *graph2) in Compare() function 295 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 325 bool Compare(Inst *inst1, Inst *inst2) in Compare() function
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | vn.cpp | 76 bool VnObject::Compare(VnObject *obj) in Compare() function in panda::compiler::VnObject
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | ustring.h | 62 int Compare(const StringView &other) const noexcept in Compare() function 67 int Compare(const std::string_view &other) const noexcept in Compare() function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_collator.cpp | 82 JSTaggedValue BuiltinsCollator::Compare(EcmaRuntimeCallInfo *argv) in Compare() function in panda::ecmascript::builtins::BuiltinsCollator
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | ustring.h | 73 int Compare(const StringView &other) const noexcept in Compare() function 78 int Compare(const std::string_view &other) const noexcept in Compare() function
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | type.cpp | 109 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare() function in ark::es2panda::checker::Type
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.h | 71 int Compare(const ExtractedResolvedClasses &other) const in Compare() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | vn.cpp | 242 bool VnObject::Compare(VnObject *obj) in Compare() function in ark::compiler::VnObject
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_node.cpp | 157 int RBTreeNode::Compare(JSThread *thread, int hash1, JSTaggedValue key1, int hash2, JSTaggedValue k… in Compare() function in panda::ecmascript::RBTreeNode
|
| D | js_bigint.cpp | 857 ComparisonResult BigInt::Compare(const JSTaggedValue &x, const JSTaggedValue &y) in Compare() function in panda::ecmascript::BigInt 864 ComparisonResult BigInt::Compare(const BigInt *x, const BigInt *y) in Compare() function in panda::ecmascript::BigInt
|
| D | ecma_string.h | 1035 …static int32_t Compare(const EcmaVM *vm, const JSHandle<EcmaString>& left, const JSHandle<EcmaStri… in Compare() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 349 int32_t Compare(EtsString *rhs) in Compare() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_test_common.h | 53 using Compare = variable
|
| D | js_bigint_test.cpp | 34 HWTEST_F_L0(JSBigintTest, Compare) in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 687 SRC_GRAPH(Compare, Graph *graph, ConditionCode cc, bool inverse) in SRC_GRAPH() argument 711 TEST_F(CodegenTest, Compare) in TEST_F() argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.cpp | 417 static bool Compare(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in Compare() function
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_buffer.cpp | 199 JSTaggedValue ContainersBuffer::Compare(EcmaRuntimeCallInfo *argv) in Compare() function in panda::ecmascript::containers::ContainersBuffer
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 206 TEST_F(EtsStringTest, Compare) in TEST_F() argument
|