Home
last modified time | relevance | path

Searched refs:GetArrayInstanceHClass (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp966 …exceptRecvHClass = thread->GetArrayInstanceHClass(receiver->GetElementsKind(), receiverIsPrototype… in AddBuiltinsInfoByNameInInstance()
1003 …exceptRecvHClass = thread->GetArrayInstanceHClass(receiver->GetElementsKind(), receiverIsPrototype… in AddBuiltinsInfoByNameInProt()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1700 …exceptRecvHClass = thread->GetArrayInstanceHClass(receiver->GetElementsKind(), receiverIsPrototype… in AddBuiltinsInfoByNameInInstance()
1737 …exceptRecvHClass = thread->GetArrayInstanceHClass(receiver->GetElementsKind(), receiverIsPrototype… in AddBuiltinsInfoByNameInProt()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp632 JSHClass *JSThread::GetArrayInstanceHClass(ElementsKind kind, bool isPrototype) const in GetArrayInstanceHClass() function in panda::ecmascript::JSThread
Djs_thread.h352 JSHClass *GetArrayInstanceHClass(ElementsKind kind, bool isPrototype) const;
Djs_hclass.cpp530 …newProtoClass = JSHandle<JSHClass>(thread, thread->GetArrayInstanceHClass(hclass->GetElementsKind(… in OptimizePrototypeForIC()