Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc58 if (script_id_ != v8::UnboundScript::kNoScriptId) { in GetHash()
59 hash ^= ComputeIntegerHash(static_cast<uint32_t>(script_id_), in GetHash()
81 if (script_id_ != v8::UnboundScript::kNoScriptId) { in IsSameFunctionAs()
82 return script_id_ == entry->script_id_ && position_ == entry->position_; in IsSameFunctionAs()
120 {script_id_, position_ + deopt_position_.position()})); in GetDeoptInfo()
Dprofile-generator.h57 int script_id() const { return script_id_; } in script_id()
58 void set_script_id(int script_id) { script_id_ = script_id; } in set_script_id()
120 int script_id_; variable
Dprofile-generator-inl.h24 script_id_(v8::UnboundScript::kNoScriptId), in CodeEntry()
/external/v8/src/debug/
Ddebug.js273 this.script_id_ = script_id_or_name;
326 return this.script_id_;
414 return this.script_id_ == script.id;
/external/v8/include/
Dv8.h1061 Local<Integer> script_id_; variable
7691 script_id_(script_id),
7707 Local<Integer> ScriptOrigin::ScriptID() const { return script_id_; }