Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h527 GateRef IsIntRepInPropAttr(GateRef attr);
Dstub_builder.cpp490 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in JSObjectGetProperty()
1093 Branch(IsIntRepInPropAttr(rep), &repIsInt, &repIsTagged); in SetValueWithRep()
1487 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in LoadFromField()
Dstub_builder-inl.h2060 inline GateRef StubBuilder::IsIntRepInPropAttr(GateRef rep) in IsIntRepInPropAttr() function