Home
last modified time | relevance | path

Searched refs:IsIntRepInPropAttr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp889 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in IsUninitializedProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h613 GateRef IsIntRepInPropAttr(GateRef attr);
Dstub_builder.cpp552 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in JSObjectGetProperty()
1216 Branch(IsIntRepInPropAttr(rep), &repIsInt, &repIsTagged); in SetValueWithRep()
1639 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in LoadFromField()
Dstub_builder-inl.h2478 inline GateRef StubBuilder::IsIntRepInPropAttr(GateRef rep) in IsIntRepInPropAttr() function