Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp832 …JSHClass *functionPrototypeHC = JSObject::Cast(env->GetFunctionPrototype().GetTaggedValue())->GetC… in ConvertInstanceof() local
834 …oundHClass.IsUndefined() && JSHClass::Cast(foundHClass.GetTaggedObject()) != functionPrototypeHC) { in ConvertInstanceof()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1511 …JSHClass *functionPrototypeHC = JSObject::Cast(env->GetFunctionPrototype().GetTaggedValue())->GetC… in DumpInstanceof() local
1513 …oundHClass.IsUndefined() && JSHClass::Cast(foundHClass.GetTaggedObject()) != functionPrototypeHC) { in DumpInstanceof()