Home
last modified time | relevance | path

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

/external/v8/src/logging/
Dlocal-logger.cc22 void LocalLogger::ScriptEvent(Logger::ScriptEventType type, int script_id) { in ScriptEvent()
Dlog.cc1585 const char* reason, 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()
1612 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent()
1634 int script_id = -1; in CompilationCacheEvent() local
1645 void Logger::ScriptEvent(ScriptEventType type, int script_id) { in ScriptEvent()
1697 int script_id = script.id(); in EnsureLogScriptSource() local
/external/v8/src/debug/wasm/gdb-server/
Dgdb-server.h156 uint32_t GetModuleId(uint32_t script_id) const { in GetModuleId()
/external/libtextclassifier/native/lang_id/features/
Drelevant-script-feature.cc95 for (int script_id = 0; script_id < num_supported_scripts_; ++script_id) { in Evaluate() local
/external/v8/src/profiler/
Dsampling-heap-profiler.h51 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode()
69 static FunctionId function_id(int script_id, int start_position, in function_id()
Dsampling-heap-profiler.cc117 AllocationNode* parent, const char* name, int script_id, in FindOrAddChildNode()
194 int script_id = v8::UnboundScript::kNoScriptId; in AddStack() local
Dallocation-tracker.h104 int script_id; member
Dprofile-generator.h74 int script_id() const { return script_id_; } in script_id() function
75 void set_script_id(int script_id) { script_id_ = script_id; } in set_script_id()
Dprofiler-listener.cc353 int script_id = pos_info.script->id(); in AttachDeoptInlinedFrames() local
/external/webrtc/webrtc/base/
Dmacutils.cc156 OSAID script_id, result_id; in RunAppleScript() local
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dgenerate.py159 def __init__(self, script_id=None, text_content=None, content_type=None): argument
/external/v8/include/
Dv8-profiler.h28 int script_id; member
630 int script_id; member
Dv8.h11419 Local<Integer> script_id, in ScriptOrigin()
/external/v8/src/parsing/
Dparse-info.cc24 int script_id) in UnoptimizedCompileFlags()
/external/v8/src/debug/
Dliveedit.cc810 void AddInterestingLiteral(int script_id, FunctionLiteral* literal, in AddInterestingLiteral()
898 FuncId GetFuncId(int script_id, FunctionLiteral* literal) { in GetFuncId()
909 FuncId GetFuncId(int script_id, SharedFunctionInfo sfi) { in GetFuncId()
1279 int script_id = script->id(); in PatchScript() local
/external/v8/src/objects/
Dshared-function-info.cc25 int script_id = script().IsScript() ? Script::cast(script()).id() : 0; in Hash() local
/external/v8/src/heap/
Dfactory-base.cc215 int script_id) { in NewScriptWithId()
Dfactory.cc1242 int script_id = isolate()->GetNextScriptId(); in CloneScript() local
2939 const int script_id = frame->GetScriptId(); in NewStackFrameInfo() local