Home
last modified time | relevance | path

Searched refs:BUILTINS_GC_FUNCTION_ENTRY (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_gc.h51 #define BUILTINS_GC_FUNCTION_ENTRY(name, method, length, id) \ macro
59 BUILTINS_GC_FUNCTION_ENTRY("getFreeHeapSize", GetFreeHeapSize, 0, INVALID)
60 BUILTINS_GC_FUNCTION_ENTRY("getReservedHeapSize", GetReservedHeapSize, 0, INVALID)
61 BUILTINS_GC_FUNCTION_ENTRY("getUsedHeapSize", GetUsedHeapSize, 0, INVALID)
62 BUILTINS_GC_FUNCTION_ENTRY("getObjectAddress", GetObjectAddress, 1, INVALID)
63 BUILTINS_GC_FUNCTION_ENTRY("getObjectSpaceType", GetObjectSpaceType, 1, INVALID)
64 BUILTINS_GC_FUNCTION_ENTRY("registerNativeAllocation", RegisterNativeAllocation, 1, INVALID)
65 BUILTINS_GC_FUNCTION_ENTRY("registerNativeFree", RegisterNativeFree, 1, INVALID)
66 BUILTINS_GC_FUNCTION_ENTRY("waitForFinishGC", WaitForFinishGC, 1, INVALID)
67 BUILTINS_GC_FUNCTION_ENTRY("startG
70 #undef BUILTINS_GC_FUNCTION_ENTRY global() macro
[all...]

Completed in 1 milliseconds