Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h399 GateRef IsProtoTypeHClass(GateRef hClass);
Dstub_builder-inl.h1586 inline GateRef StubBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass() function
Dstub_builder.cpp3256 Branch(IsProtoTypeHClass(oldHClass), &isProtoType, &exit); in NotifyHClassChanged()