Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h907 return IsJSSharedType(GetObjectType()); in IsJSShared()
910 static inline bool IsJSSharedType(JSType jsType) in IsJSSharedType() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp484 Branch(IsJSSharedType(jsType), &exit, &notSharedType); in UpdatePropAttrWithValue()
Dstub_builder-inl.h1224 return IsJSSharedType(objectType); in IsJSShared()
2082 Branch(IsJSSharedType(jsType), &isSharedObj, executeSetProp); in CheckUpdateSharedType()
2125 inline GateRef StubBuilder::IsJSSharedType(GateRef jsType) in IsJSSharedType() function
Dstub_builder.h495 GateRef IsJSSharedType(GateRef jsType);