Home
last modified time | relevance | path

Searched refs:TryFindKeyInPrototypeChain (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h90 …JSTaggedValue TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTaggedValue ke…
Dpgo_profiler.cpp1212 JSTaggedValue foundHClass = TryFindKeyInPrototypeChain(object, hclass, key); in DumpInstanceof()
1665 JSTaggedValue PGOProfiler::TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTa… in TryFindKeyInPrototypeChain() function in panda::ecmascript::pgo::PGOProfiler