Home
last modified time | relevance | path

Searched refs:isEqual (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.h174 bool isEqual = false; in MergeList() local
186 isEqual = true; in MergeList()
188 if (isEqual) { in MergeList()
/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/compiler/
H A Dasync_function_lowering.cpp42 GateRef isEqual = builder_.Equal(newTarget, builder_.Undefined()); in ProcessJumpTable() local
44 GateRef ifBranchCondition = builder_.Branch(stateEntry_, isEqual, 1, 1, "checkNewTarget"); in ProcessJumpTable()
H A Dnew_object_stub_builder.cpp2278 Label isEqual(env); in NewJSObjectByConstructor()
2280 BRANCH(IntPtrEqual(constructor, newTarget), &isEqual, &slowPath); in NewJSObjectByConstructor() local
2281 Bind(&isEqual); in NewJSObjectByConstructor()
H A Dstub_builder.cpp2320 Label isEqual(env); in TryToElementsIndex()
2321 BRANCH(DoubleEqual(number, ChangeInt32ToFloat64(integer)), &isEqual, &exit); in TryToElementsIndex() local
2322 Bind(&isEqual); in TryToElementsIndex()
5647 GateRef isEqual = IntPtrEqual(instof, function); in TryFastHasInstance() local
5648 BRANCH(isEqual, &tryFastPath, &slowPath); in TryFastHasInstance()
6064 GateRef isEqual = SameValue(glue, *object, *constructorPrototype); in OrdinaryHasInstance() local
6065 Branch(isEqual, &strictEqual1, &notStrictEqual1); in OrdinaryHasInstance()
H A Dtyped_hcr_lowering.cpp2903 GateRef isEqual = builder_.Equal(*object, *constructorPrototype); in LowerOrdinaryHasInstance() local
2905 BRANCH_CIR(isEqual, &strictEqual1, &notStrictEqual1); in LowerOrdinaryHasInstance()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h236 bool isEqual = (std::string(funcName) == std::string(reinterpret_cast<const char *>(str))); in ParseToGraph()
239 if (!mda.IsExternal() && !mda.IsAbstract() && !mda.IsNative() && isEqual) { in ParseToGraph()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1394 Label isEqual(env); in ObjectSetPrototype()
1399 BRANCH(IntPtrEqual(proto, current), &isEqual, &notEqual); in ObjectSetPrototype() local
1400 Bind(&isEqual); in ObjectSetPrototype()
H A Dbuiltins_typedarray_stub_builder.cpp3416 Label isEqual(env); \ in GetOnHeapHclassFromType()
3419 BRANCH(IntPtrEqual(objHclass, hclass), &isEqual, &slowPath); \ in GetOnHeapHclassFromType()
3420 Bind(&isEqual); \ in GetOnHeapHclassFromType()

Completed in 42 milliseconds