Home
last modified time | relevance | path

Searched defs:script_id (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Dlocal-logger.cc23 void LocalLogger::ScriptEvent(Logger::ScriptEventType type, int script_id) { in ScriptEvent() argument
H A Dlog.cc1599 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() argument
1610 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() argument
1628 int script_id in CompilationCacheEvent() local
504 CodeCreateEvent( LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument
1584 AppendFunctionMessage(Log::MessageBuilder& msg, const char* reason, int script_id, double time_delta, int start_position, int end_position, uint64_t time) AppendFunctionMessage() argument
1639 ScriptEvent(ScriptEventType type, int script_id) ScriptEvent() argument
1684 int script_id = script.id(); EnsureLogScriptSource() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-win.cc79 int script_id = 0; in EventHandler() local
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.h106 int script_id; member
H A Dsampling-heap-profiler.cc194 int script_id = v8::UnboundScript::kNoScriptId; in AddStack() local
116 FindOrAddChildNode( AllocationNode* parent, const char* name, int script_id, int start_position) FindOrAddChildNode() argument
H A Dsampling-heap-profiler.h51 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode() argument
71 static FunctionId function_id(int script_id, int start_position, in function_id() argument
H A Dprofiler-listener.cc414 int script_id = pos_info.script->id(); in AttachDeoptInlinedFrames() local
233 CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument
H A Dprofile-generator.h90 int script_id() const { return script_id_; } in script_id() function in v8::internal::CodeEntry
91 void set_script_id(int script_id) { script_id_ = script_id; } in set_script_id() argument
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.cc24 UnoptimizedCompileFlags(Isolate* isolate, int script_id) UnoptimizedCompileFlags() argument
H A Dparse-info.h102 int script_id() const { return script_id_; } in script_id() function in v8::internal::UnoptimizedCompileFlags
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc27 int script_id = script().IsScript() ? Script::cast(script()).id() : 0; in Hash() local
/third_party/node/src/
H A Dinspector_agent.cc521 int script_id = message->GetScriptOrigin().ScriptId(); in ReportUncaughtException() local
H A Djs_native_api_v8_inspector.cc1146 int script_id = message->GetScriptOrigin().ScriptId(); in ReportUncaughtException() local
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h34 int script_id; member in v8::EmbedderStateTag
746 int script_id; member
/third_party/node/deps/v8/include/
H A Dv8-profiler.h34 int script_id; member in v8::EmbedderStateTag
743 int script_id; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc161 int script_id() const { return script_id_; } in script_id() function in v8::internal::wasm::__anon15215::WeakScriptHandle
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc806 void AddInterestingLiteral(int script_id, FunctionLiteral* literal) { in AddInterestingLiteral() argument
865 FuncId GetFuncId(int script_id, FunctionLiteral* literal) { in GetFuncId() argument
876 FuncId GetFuncId(int script_id, SharedFunctionInfo sfi) { in GetFuncId() argument
1198 int script_id = script->id(); in PatchScript() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc270 NewScriptWithId( Handle<PrimitiveHeapObject> source, int script_id) NewScriptWithId() argument
H A Dfactory.cc1391 int script_id = isolate()->GetNextScriptId(); in CloneScript() local

Completed in 32 milliseconds