Searched refs:TryFindKeyInPrototypeChain (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.h | 146 …JSTaggedValue TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTaggedValue ke…
|
| D | jit_profiler.cpp | 833 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/ |
| D | pgo_profiler.h | 108 …JSTaggedValue TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTaggedValue ke…
|
| D | pgo_profiler.cpp | 1512 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
|