Home
last modified time | relevance | path

Searched refs:SetFunctionKind (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h264 uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
307 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
310 uint64_t newValue = SetFunctionKind(extraLiteralInfo, kind); in SetFunctionKind()
Decma_vm.cpp554 method->SetFunctionKind(FunctionKind::NORMAL_FUNCTION); in GenerateInternalNativeMethods()
Dobject_factory.cpp165 method->SetFunctionKind(kind); in NewMethodForNativeFunction()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h252 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
287 static uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
Dliteral_data_extractor.cpp223 methodLiteral->SetFunctionKind(kind); in DefineMethodInLiteral()
Dpanda_file_translator.cpp82 methodLiteral->SetFunctionKind(kind); in TranslateClasses()
213 methodLiteral->SetFunctionKind(JSPandaFile::GetFunctionKind(type)); in ParseConstPool()
282 methodLiteral->SetFunctionKind(JSPandaFile::GetFunctionKind(type)); in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp222 pg->SetFunctionKind(); in Compile()
Dpandagen.h254 void SetFunctionKind();
Dpandagen.cpp53 void PandaGen::SetFunctionKind() in SetFunctionKind() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp167 …function.SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(protoFunction.function_kind(… in Deserialize()
/arkcompiler/runtime_core/assembler/
Dassembly-function.h102 void SetFunctionKind(panda::panda_file::FunctionKind kind) in SetFunctionKind() function
Dassembly-emitter.cpp981 method->SetFunctionKind(func.GetFunctionKind()); in CreateMethodItem()
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp179 …Method::Cast(func1->GetMethod().GetTaggedObject())->SetFunctionKind(FunctionKind::BASE_CONSTRUCTOR… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp110 methodLiteral->SetFunctionKind(kind); in ProcessClasses()
138 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in ProcessClasses()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp84 func_->SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(pg_->GetFunctionKind())); in GenFunctionKind()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h897 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in RuntimeSetClassInheritanceRelationship()
901 method->SetFunctionKind(FunctionKind::DERIVED_CONSTRUCTOR); in RuntimeSetClassInheritanceRelationship()
907 method->SetFunctionKind(FunctionKind::DERIVED_CONSTRUCTOR); in RuntimeSetClassInheritanceRelationship()
2068 method->SetFunctionKind(FunctionKind::GETTER_FUNCTION); in RuntimeDefineGetterSetterByValue()
2073 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()