Interface WasmIntrinsicManager
public interface WasmIntrinsicManager
-
Method Summary
Modifier and TypeMethodDescriptionintgenerateCallSiteId(TextLocation location) generateRegisterCallSite(int callSite, TextLocation location) intgetClassPointer(ValueType type) intgetFunctionPointer(WasmFunction function) intgetStaticField(FieldReference field) getTemporary(WasmType type) booleanisManagedMethodCall(MethodReference method) voidreleaseTemporary(WasmLocal local)
-
Method Details
-
generate
-
getBinaryWriter
BinaryWriter getBinaryWriter() -
getStringPool
WasmStringPool getStringPool() -
getDiagnostics
Diagnostics getDiagnostics() -
getFunctions
WasmFunctionRepository getFunctions() -
getFunctionTypes
WasmFunctionTypes getFunctionTypes() -
getTemporary
-
getStaticField
-
getClassPointer
-
getFunctionPointer
-
releaseTemporary
-
isManagedMethodCall
-
generateCallSiteId
-
generateRegisterCallSite
-
getExceptionTag
WasmTag getExceptionTag()
-