/arkcompiler/runtime_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 73 bool Compare(Inst *inst1, Inst *inst2) in Compare() function
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
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/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/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 | 85 JSTaggedValue BuiltinsCollator::Compare(EcmaRuntimeCallInfo *argv) in Compare() function in panda::ecmascript::builtins::BuiltinsCollator
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_compare_op.cpp | 222 ComparisonResult CompareOp::Compare(JSThread *thread, JSTaggedValue left, in Compare() function in panda::ecmascript::CompareOp
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_node.cpp | 158 int RBTreeNode::Compare(int hash1, JSTaggedValue key1, int hash2, JSTaggedValue key2) in Compare() function in panda::ecmascript::RBTreeNode
|
D | ecma_string.h | 961 …static int32_t Compare(const EcmaVM *vm, const JSHandle<EcmaString>& left, const JSHandle<EcmaStri… in Compare() function
|
D | js_tagged_value.cpp | 272 ComparisonResult JSTaggedValue::Compare(JSThread *thread, const JSHandle<JSTaggedValue> &x, in Compare() function in panda::ecmascript::JSTaggedValue
|
D | js_bigint.cpp | 790 ComparisonResult BigInt::Compare(const JSTaggedValue &x, const JSTaggedValue &y) in Compare() function in panda::ecmascript::BigInt 797 ComparisonResult BigInt::Compare(const BigInt *x, const BigInt *y) in Compare() function in panda::ecmascript::BigInt
|
D | ecma_string.cpp | 193 int32_t EcmaString::Compare(const EcmaVM *vm, const JSHandle<EcmaString> &left, const JSHandle<Ecma… in Compare() function in panda::ecmascript::EcmaString
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 58 HWTEST_F_L0(JSBigintTest, Compare) in HWTEST_F_L0() argument
|