Home
last modified time | relevance | path

Searched refs:functionIndex (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-about-wasm.md149 int32_t functionIndex = 0;
151 status = OH_JSVM_CompileWasmFunction(env, wasmModule, functionIndex, JSVM_WASM_OPT_HIGH);
186 status = OH_JSVM_CompileWasmFunction(env, wasmModule2, functionIndex, JSVM_WASM_OPT_HIGH);
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DUtils.java418 private static String getGetStringFromPattern(int functionIndex, ArrayList<Element> left) { in getGetStringFromPattern() argument
420 if (functionIndex == 1) { in getGetStringFromPattern()
424 …sb.append("std::string GetStringFromPattern" + functionIndex + "(const AvailableDateTimeFormatPatt… in getGetStringFromPattern()
452 …sb.append(" return GetPatternFromIndex" + (functionIndex + 1) + "(requestPattern, data)… in getGetStringFromPattern()
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-wasm.md149 int32_t functionIndex = 0;
151 status = OH_JSVM_CompileWasmFunction(env, wasmModule, functionIndex, JSVM_WASM_OPT_HIGH);
186 status = OH_JSVM_CompileWasmFunction(env, wasmModule2, functionIndex, JSVM_WASM_OPT_HIGH);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_async_impl.cpp96 auto functionIndex = asyncFuncMatch.find(functionName); in GetResource() local
97 if (functionIndex == asyncFuncMatch.end()) { in GetResource()
101 return functionIndex->second(env, info); in GetResource()
H A Dresource_manager_napi_sync_impl.cpp111 auto functionIndex = syncFuncMatch.find(functionName); in GetResource() local
112 if (functionIndex == syncFuncMatch.end()) { in GetResource()
116 return functionIndex->second(env, info); in GetResource()
/ohos5.0/docs/zh-cn/application-dev/reference/common/
H A D_j_s_v_m.md280 …M_Env](#jsvm_env) env, [JSVM_Value](#jsvm_value) wasmModule, uint32_t functionIndex, [JSVM_WasmOpt…
1285 …VM_CompileWasmFunction (JSVM_Env env, JSVM_Value wasmModule, uint32_t functionIndex, JSVM_WasmOptL…
1300 | functionIndex | 待编译函数的索引,索引必须位于合法范围。 |
H A Djsvm_8h.md214 …m_env) env, [JSVM_Value](_j_s_v_m.md#jsvm_value) wasmModule, uint32_t functionIndex, [JSVM_WasmOpt…
/ohos5.0/docs/en/application-dev/reference/common/
H A D_j_s_v_m.md280 …M_Env](#jsvm_env) env, [JSVM_Value](#jsvm_value) wasmModule, uint32_t functionIndex, [JSVM_WasmOpt…
1285 …VM_CompileWasmFunction (JSVM_Env env, JSVM_Value wasmModule, uint32_t functionIndex, JSVM_WasmOptL…
1300 | functionIndex | Index of the function to be compiled. The index must be within the valid range.|
H A Djsvm_8h.md214 …m_env) env, [JSVM_Value](_j_s_v_m.md#jsvm_value) wasmModule, uint32_t functionIndex, [JSVM_WasmOpt…