Home
last modified time | relevance | path

Searched refs:GetFuncName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp63 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile_); in NewTypeInfer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp87 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile()
Dllvm_ir_builder.h212 …std::string GetFuncName(const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *…
Dllvm_ir_builder.cpp2523 std::string LLVMModule::GetFuncName(const panda::ecmascript::MethodLiteral *methodLiteral, in GetFuncName() function in panda::ecmascript::kungfu::LLVMModule
2556 std::string name = GetFuncName(methodLiteral, jsPandaFile); in AddFunc()
Dts_hcr_lowering.cpp1115 std::string name = tsManager_->GetFuncName(funcType); in GetBuiltinId()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h313 std::string PUBLIC_API GetFuncName(kungfu::GateType gt) const;
Dts_manager.cpp551 std::string TSManager::GetFuncName(kungfu::GateType type) const in GetFuncName() function in panda::ecmascript::TSManager