Searched refs:GetFuncName (Results 1 – 7 of 7) sorted by relevance
63 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile_); in NewTypeInfer()
87 std::string fullName = module->GetFuncName(methodLiteral, jsPandaFile); in Compile()
212 …std::string GetFuncName(const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *…
2523 std::string LLVMModule::GetFuncName(const panda::ecmascript::MethodLiteral *methodLiteral, in GetFuncName() function in panda::ecmascript::kungfu::LLVMModule2556 std::string name = GetFuncName(methodLiteral, jsPandaFile); in AddFunc()
1115 std::string name = tsManager_->GetFuncName(funcType); in GetBuiltinId()
313 std::string PUBLIC_API GetFuncName(kungfu::GateType gt) const;
551 std::string TSManager::GetFuncName(kungfu::GateType type) const in GetFuncName() function in panda::ecmascript::TSManager