Home
last modified time | relevance | path

Searched defs:Compare (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
H A Dtype.cpp39 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 Dvn.cpp76 bool VnObject::Compare(VnObject *obj) in Compare() function in panda::compiler::VnObject
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A 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 *other) in Compare() function in ark::es2panda::checker::ETSUndefinedType
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_collator.cpp82 JSTaggedValue BuiltinsCollator::Compare(EcmaRuntimeCallInfo *argv) in Compare() function in panda::ecmascript::builtins::BuiltinsCollator
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.cpp214 ComparisonResult CompareOp::Compare(JSThread *thread, JSTaggedValue left, in Compare() function in panda::ecmascript::CompareOp
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_comparator.h26 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 Dtype.cpp98 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 Dtagged_node.cpp158 int RBTreeNode::Compare(int hash1, JSTaggedValue key1, int hash2, JSTaggedValue key2) in Compare() function in panda::ecmascript::RBTreeNode
H A Djs_tagged_value.cpp665 ComparisonResult JSTaggedValue::Compare(JSThread *thread, const JSHandle<JSTaggedValue> &x, in Compare() function in panda::ecmascript::JSTaggedValue
H A Decma_string.h1364 static int32_t Compare(const EcmaVM *vm, const JSHandle<EcmaString>& left, const JSHandle<EcmaString>& right) in Compare() function in panda::EcmaStringAccessor
H A Decma_string.cpp234 int32_t EcmaString::Compare(const EcmaVM *vm, const JSHandle<EcmaString> &left, const JSHandle<EcmaString> &right) in Compare() function in panda::ecmascript::EcmaString
H A Djs_bigint.cpp837 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 Dcommon.h273 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 Dgraph_comparator.h30 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 Dprofile_dump_info.h71 int Compare(const ExtractedResolvedClasses &other) const in Compare() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h282 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 Dets_string.h279 int32_t Compare(EtsString *rhs) in Compare() function in ark::ets::EtsString
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp409 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 Dstring.cpp320 int32_t String::Compare(String *rstr) in Compare() function in ark::coretypes::String
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h88 bool Compare(ConditionCode cc, T lhs, T rhs) in Compare() function

Completed in 29 milliseconds