| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | type.cpp | 39 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare() function in panda::es2panda::checker::Type
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| H A D | vn.cpp | 76 bool VnObject::Compare(VnObject *obj) in Compare() function in panda::compiler::VnObject
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A 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 *other) in Compare() function in ark::es2panda::checker::ETSUndefinedType
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_collator.cpp | 82 JSTaggedValue BuiltinsCollator::Compare(EcmaRuntimeCallInfo *argv) in Compare() function in panda::ecmascript::builtins::BuiltinsCollator
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_compare_op.cpp | 214 ComparisonResult CompareOp::Compare(JSThread *thread, JSTaggedValue left, in Compare() function in panda::ecmascript::CompareOp [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | graph_comparator.h | 26 bool Compare(Graph *graph1, Graph *graph2) in Compare() function in ark::compiler::GraphComparator 45 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 298 bool Compare(Inst *inst1, Inst *inst2) in Compare() function
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | type.cpp | 98 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare() function in ark::es2panda::checker::Type
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_node.cpp | 158 int RBTreeNode::Compare(int hash1, JSTaggedValue key1, int hash2, JSTaggedValue key2)
in Compare() function in panda::ecmascript::RBTreeNode
|
| H A D | js_tagged_value.cpp | 665 ComparisonResult JSTaggedValue::Compare(JSThread *thread, const JSHandle<JSTaggedValue> &x, in Compare() function in panda::ecmascript::JSTaggedValue
|
| H A D | ecma_string.h | 1364 static int32_t Compare(const EcmaVM *vm, const JSHandle<EcmaString>& left, const JSHandle<EcmaString>& right) in Compare() function in panda::EcmaStringAccessor
|
| H A D | ecma_string.cpp | 234 int32_t EcmaString::Compare(const EcmaVM *vm, const JSHandle<EcmaString> &left, const JSHandle<EcmaString> &right) in Compare() function in panda::ecmascript::EcmaString
|
| H A D | js_bigint.cpp | 837 ComparisonResult BigInt::Compare(const JSTaggedValue &x, const JSTaggedValue &y) in Compare() function in panda::ecmascript::BigInt 844 ComparisonResult BigInt::Compare(const BigInt *x, const BigInt *y) in Compare() function in panda::ecmascript::BigInt
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | common.h | 273 bool Compare(Graph *graph1, Graph *graph2) in Compare() function in panda::bytecodeopt::GraphComparator 286 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 313 bool Compare(Inst *inst1, Inst *inst2) in Compare() function [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | graph_comparator.h | 30 bool Compare(Graph *graph1, Graph *graph2) in Compare() function in panda::compiler::GraphComparator 51 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 81 bool Compare(Inst *inst1, Inst *inst2) in Compare() function
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| H A D | profile_dump_info.h | 71 int Compare(const ExtractedResolvedClasses &other) const in Compare() function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | common.h | 282 bool Compare(Graph *graph1, Graph *graph2) in Compare() function in ark::bytecodeopt::GraphComparator 295 bool Compare(BasicBlock *block1, BasicBlock *block2) in Compare() function 325 bool Compare(Inst *inst1, Inst *inst2) in Compare() function [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_string.h | 279 int32_t Compare(EtsString *rhs) in Compare() function in ark::ets::EtsString
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_item_container.cpp | 409 static bool Compare(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in Compare() function
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | string.cpp | 320 int32_t String::Compare(String *rstr) in Compare() function in ark::coretypes::String
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | inst.h | 88 bool Compare(ConditionCode cc, T lhs, T rhs) in Compare() function
|