Lines Matching refs:Name
203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
209 profiles_->GetName(name));
217 const char* name) {
222 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix,
232 Name* name) {
237 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix,
247 CompilationInfo* info, Name* script_name) {
267 CompilationInfo* info, Name* script_name,
351 void CpuProfiler::GetterCallbackEvent(Name* name, Address entry_point) {
357 profiles_->GetName(name),
377 void CpuProfiler::SetterCallbackEvent(Name* name, Address entry_point) {
383 profiles_->GetName(name),
521 Builtins::Name id = static_cast<Builtins::Name>(i);