Home
last modified time | relevance | path

Searched defs:Compare (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator.h26 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/
Dgraph_comparator.h30 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/
Dtype.cpp35 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/
DetsNullishTypes.cpp40 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
DetsNeverType.cpp39 void ETSNeverType::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Compare() function in ark::es2panda::checker::ETSNeverType
DetsAnyType.cpp48 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/
Dcommon.h273 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/
Dcommon.h282 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/
Dvn.cpp76 bool VnObject::Compare(VnObject *obj) in Compare() function in panda::compiler::VnObject
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h62 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/
Dbuiltins_collator.cpp82 JSTaggedValue BuiltinsCollator::Compare(EcmaRuntimeCallInfo *argv) in Compare() function in panda::ecmascript::builtins::BuiltinsCollator
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h73 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/
Dtype.cpp109 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/
Dprofile_dump_info.h71 int Compare(const ExtractedResolvedClasses &other) const in Compare() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dvn.cpp242 bool VnObject::Compare(VnObject *obj) in Compare() function in ark::compiler::VnObject
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp157 int RBTreeNode::Compare(JSThread *thread, int hash1, JSTaggedValue key1, int hash2, JSTaggedValue k… in Compare() function in panda::ecmascript::RBTreeNode
Djs_bigint.cpp857 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
Decma_string.h1035 …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/
Dets_string.h349 int32_t Compare(EtsString *rhs) in Compare() function
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_test_common.h53 using Compare = variable
Djs_bigint_test.cpp34 HWTEST_F_L0(JSBigintTest, Compare) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp687 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/
Dfile_item_container.cpp417 static bool Compare(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in Compare() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp199 JSTaggedValue ContainersBuffer::Compare(EcmaRuntimeCallInfo *argv) in Compare() function in panda::ecmascript::containers::ContainersBuffer
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp206 TEST_F(EtsStringTest, Compare) in TEST_F() argument

12