Home
last modified time | relevance | path

Searched refs:FUNCTION_KIND_NUM_BITS (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h216 static constexpr size_t FUNCTION_KIND_NUM_BITS = 4; member
218 …using FunctionKindBits = BuiltinIdBits::NextField<FunctionKind, FUNCTION_KIND_NUM_BITS>; // offset…
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h435 static constexpr size_t FUNCTION_KIND_NUM_BITS = 4; variable
439 …using FunctionKindBits = BuiltinIdBits::NextField<FunctionKind, FUNCTION_KIND_NUM_BITS>; // offset…