| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 264 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()
|
| D | ecma_vm.cpp | 554 method->SetFunctionKind(FunctionKind::NORMAL_FUNCTION); in GenerateInternalNativeMethods()
|
| D | object_factory.cpp | 165 method->SetFunctionKind(kind); in NewMethodForNativeFunction()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.h | 252 void SetFunctionKind(FunctionKind kind) in SetFunctionKind() function 287 static uint64_t SetFunctionKind(uint64_t extraLiteralInfo, FunctionKind kind) in SetFunctionKind() function
|
| D | literal_data_extractor.cpp | 223 methodLiteral->SetFunctionKind(kind); in DefineMethodInLiteral()
|
| D | panda_file_translator.cpp | 82 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/ |
| D | function.cpp | 222 pg->SetFunctionKind(); in Compile()
|
| D | pandagen.h | 254 void SetFunctionKind();
|
| D | pandagen.cpp | 53 void PandaGen::SetFunctionKind() in SetFunctionKind() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyFunctionProto.cpp | 167 …function.SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(protoFunction.function_kind(… in Deserialize()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-function.h | 102 void SetFunctionKind(panda::panda_file::FunctionKind kind) in SetFunctionKind() function
|
| D | assembly-emitter.cpp | 981 method->SetFunctionKind(func.GetFunctionKind()); in CreateMethodItem()
|
| /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_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 110 methodLiteral->SetFunctionKind(kind); in ProcessClasses() 138 method->SetFunctionKind(FunctionKind::CLASS_CONSTRUCTOR); in ProcessClasses()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 84 func_->SetFunctionKind(static_cast<panda::panda_file::FunctionKind>(pg_->GetFunctionKind())); in GenFunctionKind()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 897 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/ |
| 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()
|