Searched refs:newhclass (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 1243 JSHandle<JSHClass> newhclass(thread, newjshclass); in UpdateAOTHClass() 1244 return RuntimeStubs::RuntimeUpdateAOTHClass(thread, oldhclass, newhclass, key); in UpdateAOTHClass()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 3179 const JSHandle<JSHClass> &oldhclass, const JSHandle<JSHClass> &newhclass, JSTaggedValue key) 3183 JSHClass::NotifyHclassChanged(thread, oldhclass, newhclass, key); 3185 JSHClass::RefreshUsers(thread, oldhclass, newhclass); 3187 JSHClass::EnablePHCProtoChangeMarker(thread, newhclass);
|
H A D | runtime_stubs.h | 509 const JSHandle<JSHClass> &newhclass, JSTaggedValue key);
|
H A D | runtime_stubs.cpp | 2968 JSHandle<JSHClass> newhclass = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 2970 return RuntimeUpdateAOTHClass(thread, oldhclass, newhclass, key).GetRawData(); in DEF_RUNTIME_STUBS()
|
Completed in 32 milliseconds