Lines Matching refs:INVALID
56 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available.
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("startGC", StartGC, 3, INVALID)
68 BUILTINS_GC_FUNCTION_ENTRY("allocateArrayObject", AllocateArrayObject, 1, INVALID)