Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h424 GateRef IsAccessorInternal(GateRef value);
Dstub_builder.cpp574 Branch(IsAccessorInternal(accessor), &isInternal, &notInternal); in CallGetterHelper()
634 Branch(IsAccessorInternal(accessor), &isInternal, &notInternal); in CallSetterHelper()
681 Branch(IsAccessorInternal(accessor), &isInternal, &notInternal); in ShouldCallSetter()
Dstub_builder-inl.h1743 inline GateRef StubBuilder::IsAccessorInternal(GateRef value) in IsAccessorInternal() function