Home
last modified time | relevance | path

Searched defs:isEqual (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.h87 static bool isEqual(const BuiltinKey &a, const BuiltinKey &b) in isEqual() function
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.h174 bool isEqual = false; in MergeList() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dasync_function_lowering.cpp42 GateRef isEqual = builder_.Equal(newTarget, builder_.Undefined()); in ProcessJumpTable() local
H A Dnew_object_stub_builder.cpp2280 BRANCH(IntPtrEqual(constructor, newTarget), &isEqual, &slowPath); in NewJSObjectByConstructor() local
H A Dtyped_hcr_lowering.cpp2903 GateRef isEqual = builder_.Equal(*object, *constructorPrototype); in LowerOrdinaryHasInstance() local
H A Dstub_builder.cpp2321 BRANCH(DoubleEqual(number, ChangeInt32ToFloat64(integer)), &isEqual, &exit); in TryToElementsIndex() local
5647 GateRef isEqual = IntPtrEqual(instof, function); in TryFastHasInstance() local
6064 GateRef isEqual = SameValue(glue, *object, *constructorPrototype); in OrdinaryHasInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1399 BRANCH(IntPtrEqual(proto, current), &isEqual, &notEqual); in ObjectSetPrototype() local

Completed in 34 milliseconds