Home
last modified time | relevance | path

Searched refs:CompilerLoadJSConstantPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/
Dqualified_call.sts52 //! INST_NEXT "Intrinsic.CompilerLoadJSConstantPool"
62 //! INST_COUNT "Intrinsic.CompilerLoadJSConstantPool", 1
103 //! INST_NEXT "Intrinsic.CompilerLoadJSConstantPool"
113 //! INST_COUNT "Intrinsic.CompilerLoadJSConstantPool", 1
137 //! INST_COUNT "Intrinsic.CompilerLoadJSConstantPool", 3
144 //! INST_COUNT "Intrinsic.CompilerLoadJSConstantPool", 1
156 //! INST_COUNT "Intrinsic.CompilerLoadJSConstantPool", 3
163 //! INST_COUNT "Intrinsic.CompilerLoadJSConstantPool", 1
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp275 return CompilerLoadJSConstantPool(); in CompilerLoadJSConstantPoolIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h55 void *CompilerLoadJSConstantPool();
Dintrinsics_api_impl.cpp483 void *CompilerLoadJSConstantPool() in CompilerLoadJSConstantPool() function