Home
last modified time | relevance | path

Searched defs:isEqual (Results 1 – 9 of 9) 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.h181 bool isEqual = false; in MergeList() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp41 GateRef isEqual = builder_.Equal(newTarget, builder_.Undefined()); in ProcessJumpTable() local
Dobject_operator_stub_builder.cpp103 Label isEqual(env); in HandleKey() local
Dtyped_hcr_lowering.cpp471 GateRef isEqual = builder_.Equal(value, key); in LowerInternStringKeyCheck() local
2822 GateRef isEqual = builder_.Equal(*object, *constructorPrototype); in LowerOrdinaryHasInstance() local
Dnew_object_stub_builder.cpp2707 Label isEqual(env); in NewJSObjectByConstructor() local
Dstub_builder.cpp2627 Label isEqual(env); in TryToElementsIndex() local
6334 GateRef isEqual = IntPtrEqual(instof, function); in TryFastHasInstance() local
6749 GateRef isEqual = SameValue(glue, *object, *constructorPrototype); in OrdinaryHasInstance() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_buffer.js1280 let isEqual = buf1.equals(buf2); variable
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1181 Label isEqual(env); in ObjectSetPrototype() local