Searched refs:isEqual (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | mem_map_allocator.h | 122 bool isEqual = false; in MergeList() local 134 isEqual = true; in MergeList() 136 if (isEqual) { in MergeList()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | async_function_lowering.cpp | 39 GateRef isEqual = builder_.Equal(newTarget, builder_.Undefined()); in ProcessJumpTable() local 41 GateRef ifBranchCondition = builder_.Branch(stateEntry_, isEqual); in ProcessJumpTable()
|
D | stub_builder.cpp | 1409 Label isEqual(env); in TryToElementsIndex() local 1410 Branch(DoubleEqual(number, ChangeInt32ToFloat64(integer)), &isEqual, &exit); in TryToElementsIndex() 1411 Bind(&isEqual); in TryToElementsIndex() 3529 GateRef isEqual = IntPtrEqual(instof, function); in TryFastHasInstance() local 3530 Branch(isEqual, &tryFastPath, &slowPath); in TryFastHasInstance() 3753 GateRef isEqual = SameValue(glue, *object, constructorPrototype); in OrdinaryHasInstance() local 3755 Branch(isEqual, &strictEqual1, ¬StrictEqual1); in OrdinaryHasInstance()
|