Home
last modified time | relevance | path

Searched defs:constpoolHandle (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp114 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in GetStringFromCache() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp52 JSHandle<JSTaggedValue> constpoolHandle = in LoadPatchInternal() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp957 JSHandle<JSTaggedValue> constpoolHandle(thread, constPool); in DefineFunc() local
1147 JSHandle<JSTaggedValue> constpoolHandle(thread, constpool); in CreateClassWithBuffer() local
1161 JSHandle<JSTaggedValue> constpoolHandle(thread, constpool); in CreateSharedClass() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h995 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool); in RuntimeCreateClassWithBuffer() local
1094 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool); in RuntimeCreateSharedClass() local
2443 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool); in RuntimeDefinefunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h562 ConstantPool *constpoolHandle = in GetMethodIndex() local