Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h279 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
354 static uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h263 uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
321 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
/arkcompiler/runtime_core/assembler/
Dassembly-function.h108 void SetFunctionKind(panda::panda_file::FunctionKind kind) in SetFunctionKind() function
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h784 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp39 void PandaGen::SetFunctionKind() in SetFunctionKind() function in panda::es2panda::compiler::PandaGen