Lines Matching refs:Name
40 // CodeEntry doesn't own name strings, just references them.
41 inline CodeEntry(Logger::LogEventsAndTags tag, const char* name,
52 const char* name() const { return name_; }
92 void SetBuiltinId(Builtins::Name id);
93 Builtins::Name builtin_id() const {
111 class BuiltinIdField : public BitField<Builtins::Name, 8, 8> {};
311 const char* GetName(Name* name) {
312 return function_and_resource_names_.GetName(name);
317 const char* GetFunctionName(Name* name) {
318 return function_and_resource_names_.GetFunctionName(name);
320 const char* GetFunctionName(const char* name) {
321 return function_and_resource_names_.GetFunctionName(name);
327 Logger::LogEventsAndTags tag, const char* name,