Searched refs:script_id_ (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/profiler/ |
D | sampling-heap-profiler.cc | 130 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()
|
D | profile-generator.cc | 100 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()
|
D | profile-generator.h | 59 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
|
D | sampling-heap-profiler.h | 78 script_id_(script_id), in AllocationNode() 112 const int script_id_; variable
|
D | profile-generator-inl.h | 24 script_id_(v8::UnboundScript::kNoScriptId), in CodeEntry()
|
/external/v8/src/debug/ |
D | debug.js | 227 this.script_id_ = script_id_or_name; 262 return this.script_id_; 330 return this.script_id_ == script.id;
|
/external/v8/include/ |
D | v8.h | 1024 Local<Integer> script_id_; variable 9065 script_id_(script_id), 9081 Local<Integer> ScriptOrigin::ScriptID() const { return script_id_; }
|