Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dark_gvn.h87 static bool isEqual(const BuiltinKey &a, const BuiltinKey &b) in isEqual() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.h174 bool isEqual = false; in MergeList() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp42 GateRef isEqual = builder_.Equal(newTarget, builder_.Undefined()); in ProcessJumpTable() local
Dstub_builder.cpp2288 Label isEqual(env); in TryToElementsIndex() local
5588 GateRef isEqual = IntPtrEqual(instof, function); in TryFastHasInstance() local
5983 GateRef isEqual = SameValue(glue, *object, *constructorPrototype); in OrdinaryHasInstance() local
Dtyped_hcr_lowering.cpp2900 GateRef isEqual = builder_.Equal(*object, *constructorPrototype); in LowerOrdinaryHasInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1385 Label isEqual(env); in ObjectSetPrototype() local