Home
last modified time | relevance | path

Searched defs:isEqual (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp84 bool isEqual = EcmaStringAccessor::StringsAreEqual(thread_->GetEcmaVM(), leftStr, rightStr); in ConvertStringEqualToConst() local
Dasync_function_lowering.cpp39 GateRef isEqual = builder_.Equal(newTarget, builder_.Undefined()); in ProcessJumpTable() local
Dstub_builder.cpp1561 Label isEqual(env); in TryToElementsIndex() local
4237 GateRef isEqual = IntPtrEqual(instof, function); in TryFastHasInstance() local
4610 GateRef isEqual = SameValue(glue, *object, *constructorPrototype); in OrdinaryHasInstance() local
Dtyped_hcr_lowering.cpp2594 GateRef isEqual = builder_.Equal(*object, *constructorPrototype); in LowerOrdinaryHasInstance() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.h174 bool isEqual = false; in MergeList() local