| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 265 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()
|
| D | ecma_vm.cpp | 625 method->SetFunctionKind(FunctionKind::NORMAL_FUNCTION); in GenerateInternalNativeMethods()
|
| D | object_factory.cpp | 171 method->SetFunctionKind(kind); in NewMethodForNativeFunction()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.h | 253 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function 298 static uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
|
| D | panda_file_translator.cpp | 83 methodLiteral->SetFunctionKind(kind); in TranslateClasses() 217 methodLiteral->SetFunctionKind(JSPandaFile::GetFunctionKind(type)); in ParseConstPool() 286 methodLiteral->SetFunctionKind(JSPandaFile::GetFunctionKind(type)); in ParseFuncAndLiteralConstPool()
|
| D | literal_data_extractor.cpp | 282 methodLiteral->SetFunctionKind(kind); in DefineMethodInLiteral()
|
| D | class_info_extractor.cpp | 685 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in DefineSendableClassFromExtractor()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-function.h | 103 void SetFunctionKind(panda::panda_file::FunctionKind kind) in SetFunctionKind() function
|
| D | assembly-emitter.cpp | 1008 method->SetFunctionKind(func.GetFunctionKind()); in CreateMethodItem()
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyFunctionProto.cpp | 171 …function.SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(protoFunction.function_kind(… in Deserialize()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 179 …Method::Cast(func1->GetMethod().GetTaggedObject())->SetFunctionKind(FunctionKind::BASE_CONSTRUCTOR… in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | function.cpp | 304 pg->SetFunctionKind(); in Compile()
|
| D | pandagen.h | 262 void SetFunctionKind();
|
| D | pandagen.cpp | 53 void PandaGen::SetFunctionKind() in SetFunctionKind() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 125 methodLiteral->SetFunctionKind(kind); in ProcessClasses() 153 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in ProcessClasses()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 85 func_->SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(pg_->GetFunctionKind())); in GenFunctionKind()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 990 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/ |
| D | file_items.h | 757 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 818 pandaFunc.SetFunctionKind(funcKind); in ParseFunctionKind()
|