Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.h146 …JSTaggedValue TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTaggedValue ke…
Djit_profiler.cpp833 JSTaggedValue foundHClass = TryFindKeyInPrototypeChain(object, hclass, key); in ConvertInstanceof()
845 JSTaggedValue JITProfiler::TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTa… in TryFindKeyInPrototypeChain() function in panda::ecmascript::JITProfiler
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h108 …JSTaggedValue TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTaggedValue ke…
Dpgo_profiler.cpp1512 JSTaggedValue foundHClass = TryFindKeyInPrototypeChain(object, hclass, key); in DumpInstanceof()
2085 JSTaggedValue PGOProfiler::TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTa… in TryFindKeyInPrototypeChain() function in panda::ecmascript::pgo::PGOProfiler