Searched refs:SetFunctionName (Results 1 – 8 of 8) sorted by relevance
28 void SetFunctionName(std::unique_ptr<char[]> name);
45 void BasicBlockProfiler::Data::SetFunctionName(std::unique_ptr<char[]> name) { in SetFunctionName() function in v8::internal::BasicBlockProfiler::Data
59 data->SetFunctionName(info->GetDebugName()); in Instrument()
79 void SetFunctionName(Object* name);
126 ScopeInfo::cast(maybe_scope_info)->SetFunctionName(name); in SetName()358 scope_info->SetFunctionName(name); in set_scope_info()
543 void ScopeInfo::SetFunctionName(Object* name) { in SetFunctionName() function in v8::internal::ScopeInfo
1194 SetFunctionName(value, ast_value_factory()->default_string()); in ParseExportDefault()3705 SetFunctionName(value, name, prefix); in SetFunctionNameFromPropertyName()3726 SetFunctionName(value, identifier->AsVariableProxy()->raw_name()); in SetFunctionNameFromIdentifierRef()3729 void Parser::SetFunctionName(Expression* value, const AstRawString* name, in SetFunctionName() function in v8::internal::Parser
567 void SetFunctionName(Expression* value, const AstRawString* name,