Home
last modified time | relevance | path

Searched defs:SetFunctionKind (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h265 uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
308 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h253 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
298 static uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
/arkcompiler/runtime_core/assembler/
Dassembly-function.h103 void SetFunctionKind(panda::panda_file::FunctionKind kind) in SetFunctionKind() function
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h757 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp53 void PandaGen::SetFunctionKind() in SetFunctionKind() function in panda::es2panda::compiler::PandaGen