Home
last modified time | relevance | path

Searched defs:script_id (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dlocal-logger.cc23 void LocalLogger::ScriptEvent(Logger::ScriptEventType type, int script_id) { in ScriptEvent()
Dlog.cc506 const char* source_url, int code_offset, int script_id) { in CodeCreateEvent()
1585 int script_id, double time_delta, int start_position, in AppendFunctionMessage()
1599 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent()
1610 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent()
1628 int script_id = -1; in CompilationCacheEvent() local
1639 void Logger::ScriptEvent(ScriptEventType type, int script_id) { in ScriptEvent()
1684 int script_id = script.id(); in EnsureLogScriptSource() local
Dcode-events.h182 int code_offset, int script_id) override { in CodeCreateEvent()
/third_party/node/deps/v8/src/profiler/
Dsampling-heap-profiler.cc117 AllocationNode* parent, const char* name, int script_id, in FindOrAddChildNode()
194 int script_id = v8::UnboundScript::kNoScriptId; in AddStack() local
Dsampling-heap-profiler.h51 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode()
71 static FunctionId function_id(int script_id, int start_position, in function_id()
Dprofiler-listener.cc237 int script_id) { in CodeCreateEvent()
414 int script_id = pos_info.script->id(); in AttachDeoptInlinedFrames() local
Dallocation-tracker.h106 int script_id; member
Dprofile-generator.h90 int script_id() const { return script_id_; } in script_id() function
91 void set_script_id(int script_id) { script_id_ = script_id; } in set_script_id()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-server.h171 uint32_t GetModuleId(uint32_t script_id) const { in GetModuleId()
/third_party/node/deps/v8/src/diagnostics/
Dsystem-jit-win.cc79 int script_id = 0; in EventHandler() local
/third_party/node/deps/v8/include/
Dv8-profiler.h34 int script_id; member
743 int script_id; member
/third_party/node/deps/v8/src/parsing/
Dparse-info.cc25 int script_id) in UnoptimizedCompileFlags()
/third_party/node/deps/v8/src/debug/
Dliveedit.cc806 void AddInterestingLiteral(int script_id, FunctionLiteral* literal) { in AddInterestingLiteral()
865 FuncId GetFuncId(int script_id, FunctionLiteral* literal) { in GetFuncId()
876 FuncId GetFuncId(int script_id, SharedFunctionInfo sfi) { in GetFuncId()
1198 int script_id = script->id(); in PatchScript() local
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc27 int script_id = script().IsScript() ? Script::cast(script()).id() : 0; in Hash() local
/third_party/node/src/
Dinspector_agent.cc520 int script_id = message->GetScriptOrigin().ScriptId(); in ReportUncaughtException() local
Djs_native_api_v8_inspector.cc1145 int script_id = message->GetScriptOrigin().ScriptId(); in ReportUncaughtException() local
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc271 Handle<PrimitiveHeapObject> source, int script_id) { in NewScriptWithId()
Dfactory.cc1391 int script_id = isolate()->GetNextScriptId(); in CloneScript() local
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc161 int script_id() const { return script_id_; } in script_id() function in v8::internal::wasm::__anon30b4ccfd0111::WeakScriptHandle
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc1566 int code_offset, int script_id) final {} in RUNTIME_FUNCTION()