| /third_party/node/deps/v8/src/logging/ |
| H A D | local-logger.cc | 23 void LocalLogger::ScriptEvent(Logger::ScriptEventType type, int script_id) { in ScriptEvent() argument
|
| H A D | log.cc | 1599 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 D | system-jit-win.cc | 79 int script_id = 0; in EventHandler() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | allocation-tracker.h | 106 int script_id; member
|
| H A D | sampling-heap-profiler.cc | 194 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 D | sampling-heap-profiler.h | 51 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 D | profiler-listener.cc | 414 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 D | profile-generator.h | 90 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 D | parse-info.cc | 24 UnoptimizedCompileFlags(Isolate* isolate, int script_id) UnoptimizedCompileFlags() argument
|
| H A D | parse-info.h | 102 int script_id() const { return script_id_; } in script_id() function in v8::internal::UnoptimizedCompileFlags
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | shared-function-info.cc | 27 int script_id = script().IsScript() ? Script::cast(script()).id() : 0; in Hash() local
|
| /third_party/node/src/ |
| H A D | inspector_agent.cc | 521 int script_id = message->GetScriptOrigin().ScriptId(); in ReportUncaughtException() local
|
| H A D | js_native_api_v8_inspector.cc | 1146 int script_id = message->GetScriptOrigin().ScriptId(); in ReportUncaughtException() local
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-profiler.h | 34 int script_id; member in v8::EmbedderStateTag 746 int script_id; member
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-profiler.h | 34 int script_id; member in v8::EmbedderStateTag 743 int script_id; member
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-engine.cc | 161 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 D | liveedit.cc | 806 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 D | factory-base.cc | 270 NewScriptWithId( Handle<PrimitiveHeapObject> source, int script_id) NewScriptWithId() argument
|
| H A D | factory.cc | 1391 int script_id = isolate()->GetNextScriptId(); in CloneScript() local
|