Home
last modified time | relevance | path

Searched defs:newHclass (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp898 void JSHClass::NotifyHclassChanged(const JSThread *thread, JSHandle<JSHClass> oldHclass, JSHandle<JSHClass> newHclass, in NotifyHclassChanged() argument
1092 RefreshUsers(const JSThread *thread, const JSHandle<JSHClass> &oldHclass, const JSHandle<JSHClass> &newHclass) RefreshUsers() argument
[all...]
H A Djs_object.cpp1559 JSHandle<JSHClass> newHclass = JSHClass::TransitionExtension(thread, jshclass); in PreventExtensions() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3291 GateRef newHclass = GetOnHeapHclassFromType(glue, objHclass, arrayType); in AllocateTypedArrayBuffer() local
3294 newHclass, MemoryAttribute::NeedBarrierAndAtomic()); in AllocateTypedArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1469 GateRef newHclass = LoadHClass(receiver); in AddPropertyByName() local

Completed in 30 milliseconds