Home
last modified time | relevance | path

Searched refs:ihcVal (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h574 JSTaggedValue ihcVal = JSTaggedValue::Undefined(); in GetLiteralFromCache() local
576 ihcVal = entryIndexes->GetIhc(); in GetLiteralFromCache()
577 if (!ihcVal.IsUndefined()) { in GetLiteralFromCache()
579 JSHClass::Cast(ihcVal.GetTaggedObject())->SetPrototype(thread, in GetLiteralFromCache()
583 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties, ihcVal); in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2704 JSTaggedValue ihcVal) in CreateObjectFromProperties()
2718 if (ihcVal.IsJSHClass()) { in CreateObjectFromProperties()
2719 hclass = JSHandle<JSHClass>(thread, ihcVal); in CreateObjectFromProperties()
2703 CreateObjectFromProperties(const JSThread *thread, const JSHandle<TaggedArray> &properties, JSTaggedValue ihcVal) CreateObjectFromProperties() argument

Completed in 8 milliseconds