Home
last modified time | relevance | path

Searched refs:SetFunctionKind (Results 1 – 19 of 19) 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
311 uint64_t newValue = SetFunctionKind(extraLiteralInfo, kind); in SetFunctionKind()
Decma_vm.cpp625 method->SetFunctionKind(FunctionKind::NORMAL_FUNCTION); in GenerateInternalNativeMethods()
Dobject_factory.cpp171 method->SetFunctionKind(kind); in NewMethodForNativeFunction()
/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
Dpanda_file_translator.cpp83 methodLiteral->SetFunctionKind(kind); in TranslateClasses()
217 methodLiteral->SetFunctionKind(JSPandaFile::GetFunctionKind(type)); in ParseConstPool()
286 methodLiteral->SetFunctionKind(JSPandaFile::GetFunctionKind(type)); in ParseFuncAndLiteralConstPool()
Dliteral_data_extractor.cpp282 methodLiteral->SetFunctionKind(kind); in DefineMethodInLiteral()
Dclass_info_extractor.cpp685 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in DefineSendableClassFromExtractor()
/arkcompiler/runtime_core/assembler/
Dassembly-function.h103 void SetFunctionKind(panda::panda_file::FunctionKind kind) in SetFunctionKind() function
Dassembly-emitter.cpp1008 method->SetFunctionKind(func.GetFunctionKind()); in CreateMethodItem()
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp171 …function.SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(protoFunction.function_kind(… in Deserialize()
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp179 …Method::Cast(func1->GetMethod().GetTaggedObject())->SetFunctionKind(FunctionKind::BASE_CONSTRUCTOR… in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp304 pg->SetFunctionKind(); in Compile()
Dpandagen.h262 void SetFunctionKind();
Dpandagen.cpp53 void PandaGen::SetFunctionKind() in SetFunctionKind() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp125 methodLiteral->SetFunctionKind(kind); in ProcessClasses()
153 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in ProcessClasses()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp85 func_->SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(pg_->GetFunctionKind())); in GenFunctionKind()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h990 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in RuntimeSetClassInheritanceRelationship()
995 method->SetFunctionKind(FunctionKind::DERIVED_CONSTRUCTOR); in RuntimeSetClassInheritanceRelationship()
1001 method->SetFunctionKind(FunctionKind::DERIVED_CONSTRUCTOR); in RuntimeSetClassInheritanceRelationship()
2323 method->SetFunctionKind(FunctionKind::GETTER_FUNCTION); in RuntimeDefineGetterSetterByValue()
2328 method->SetFunctionKind(FunctionKind::SETTER_FUNCTION); in RuntimeDefineGetterSetterByValue()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h757 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp818 pandaFunc.SetFunctionKind(funcKind); in ParseFunctionKind()