Searched defs:isEqual (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | ark_gvn.h | 87 static bool isEqual(const BuiltinKey &a, const BuiltinKey &b) in isEqual() function
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_map_allocator.h | 174 bool isEqual = false; in MergeList() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | async_function_lowering.cpp | 42 GateRef isEqual = builder_.Equal(newTarget, builder_.Undefined());
in ProcessJumpTable() local
|
H A D | new_object_stub_builder.cpp | 2280 BRANCH(IntPtrEqual(constructor, newTarget), &isEqual, &slowPath);
in NewJSObjectByConstructor() local
|
H A D | typed_hcr_lowering.cpp | 2903 GateRef isEqual = builder_.Equal(*object, *constructorPrototype); in LowerOrdinaryHasInstance() local
|
H A D | stub_builder.cpp | 2321 BRANCH(DoubleEqual(number, ChangeInt32ToFloat64(integer)), &isEqual, &exit); in TryToElementsIndex() local 5647 GateRef isEqual = IntPtrEqual(instof, function); in TryFastHasInstance() local 6064 GateRef isEqual = SameValue(glue, *object, *constructorPrototype); in OrdinaryHasInstance() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_object_stub_builder.cpp | 1399 BRANCH(IntPtrEqual(proto, current), &isEqual, ¬Equal);
in ObjectSetPrototype() local
|
Completed in 34 milliseconds