Home
last modified time | relevance | path

Searched refs:script_id_ (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/profiler/
Dsampling-heap-profiler.cc130 node->script_id_, node->script_position_, node->name_); in OnWeakCallback()
222 if (node->script_id_ != v8::UnboundScript::kNoScriptId && in TranslateAllocationNode()
223 scripts.find(node->script_id_) != scripts.end()) { in TranslateAllocationNode()
227 Handle<Script> script = non_const_scripts[node->script_id_]; in TranslateAllocationNode()
245 script_name, node->script_id_, node->script_position_, line, column, in TranslateAllocationNode()
Dprofile-generator.cc100 if (script_id_ != v8::UnboundScript::kNoScriptId) { in GetHash()
101 hash ^= ComputeIntegerHash(static_cast<uint32_t>(script_id_), in GetHash()
123 if (script_id_ != v8::UnboundScript::kNoScriptId) { in IsSameFunctionAs()
124 return script_id_ == entry->script_id_ && position_ == entry->position_; in IsSameFunctionAs()
181 {script_id_, static_cast<size_t>(std::max(0, position()))})); in GetDeoptInfo()
Dprofile-generator.h59 int script_id() const { return script_id_; } in script_id()
60 void set_script_id(int script_id) { script_id_ = script_id; } in set_script_id()
156 int script_id_; variable
Dsampling-heap-profiler.h78 script_id_(script_id), in AllocationNode()
112 const int script_id_; variable
Dprofile-generator-inl.h24 script_id_(v8::UnboundScript::kNoScriptId), in CodeEntry()
/external/v8/src/debug/
Ddebug.js227 this.script_id_ = script_id_or_name;
262 return this.script_id_;
330 return this.script_id_ == script.id;
/external/v8/include/
Dv8.h1024 Local<Integer> script_id_; variable
9065 script_id_(script_id),
9081 Local<Integer> ScriptOrigin::ScriptID() const { return script_id_; }