Lines Matching refs:name
117 AllocationNode* parent, const char* name, int script_id,
120 AllocationNode::function_id(script_id, start_position, name);
123 DCHECK_EQ(strcmp(child->name_, name), 0);
127 parent, name, script_id, start_position, next_node_id());
156 const char* name = nullptr;
159 name = "(GC)";
162 name = "(PARSER)";
165 name = "(COMPILER)";
168 name = "(BYTECODE_COMPILER)";
171 name = "(V8 API)";
174 name = "(EXTERNAL)";
177 name = "(IDLE)";
183 name = "(JS)";
186 return FindOrAddChildNode(node, name, v8::UnboundScript::kNoScriptId, 0);
193 const char* name = this->names()->GetCopy(shared.DebugNameCStr().get());
199 node = FindOrAddChildNode(node, name, script_id, shared.StartPosition());
226 if (script->name().IsName()) {
227 Name name = Name::cast(script->name());
229 isolate_->factory()->InternalizeUtf8String(names_->GetName(name)));