Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2298 holder = GetPrototypeFromHClass(LoadHClass(*holder)); in GetPropertyByIndex()
2534 holder = GetPrototypeFromHClass(LoadHClass(*holder)); in GetPropertyByName()
2557 auto proto = GetPrototypeFromHClass(srcHClass); in CopyAllHClass()
2833 holder = GetPrototypeFromHClass(LoadHClass(*holder)); in SetPropertyByIndex()
3119 holder = GetPrototypeFromHClass(LoadHClass(*holder)); in SetPropertyByName()
3825 result = GetPrototypeFromHClass(LoadHClass(object)); in GetPrototype()
Dstub_builder.h380 GateRef GetPrototypeFromHClass(GateRef hClass);
Dstub_builder-inl.h1482 inline GateRef StubBuilder::GetPrototypeFromHClass(GateRef hClass) in GetPrototypeFromHClass() function