Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dwasm-translation.cc59 String16 script_id; member
123 String16 script_id = String16::fromInteger(script->Id()); in Init() local
241 String16 GetFakeScriptId(const String16 script_id, int func_index) { in GetFakeScriptId()
319 const String16& WasmTranslation::GetSource(const String16& script_id, in GetSource()
326 int WasmTranslation::GetEndLine(const String16& script_id, int func_index) { in GetEndLine()
332 int WasmTranslation::GetEndColumn(const String16& script_id, int func_index) { in GetEndColumn()
338 String16 WasmTranslation::GetHash(const String16& script_id, int func_index) { in GetHash()
346 String16* script_id, int* line_number, int* column_number) { in TranslateWasmScriptLocationToProtocolLocation()
369 String16* script_id, int* line_number, int* column_number) { in TranslateProtocolLocationToWasmScriptLocation()
Dwasm-translation.h60 int GetStartLine(const String16& script_id, int func_index) { return 0; } in GetStartLine()
61 int GetStartColumn(const String16& script_id, int func_index) { return 0; } in GetStartColumn()
/external/v8/src/profiler/
Dsampling-heap-profiler.h75 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode()
90 static FunctionId function_id(int script_id, int start_position, in function_id()
Dsampling-heap-profiler.cc144 int script_id, in FindOrAddChildNode()
217 int script_id = v8::UnboundScript::kNoScriptId; in AddStack() local
Dallocation-tracker.h105 int script_id; member
Dprofile-generator.h67 int script_id() const { return script_id_; } in script_id() function
68 void set_script_id(int script_id) { script_id_ = script_id; } in set_script_id()
Dprofiler-listener.cc291 int script_id = pos_info.script->id(); in AttachDeoptInlinedFrames() local
/external/libtextclassifier/lang_id/features/
Drelevant-script-feature.cc95 for (int script_id = 0; script_id < num_supported_scripts_; ++script_id) { in Evaluate() 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.py149 def __init__(self, script_id=None, text_content=None, content_type=None): argument
/external/v8/include/
Dv8-profiler.h24 int script_id; member
589 int script_id; member
/external/v8/src/
Dlog.cc1508 int script_id, double time_delta, int start_position, in AppendFunctionMessage()
1517 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent()
1528 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent()
1546 int script_id = -1; in CompilationCacheEvent() local
1557 void Logger::ScriptEvent(ScriptEventType type, int script_id) { in ScriptEvent()
1605 int script_id = script->id(); in EnsureLogScriptSource() local
/external/v8/src/parsing/
Dpreparser.cc123 int script_id) { in PreParseFunction()
Dparse-info.h208 int script_id() const { return script_id_; } in script_id() function
Dparser-base.h260 int script_id, bool parsing_module, bool parsing_on_main_thread) in ParserBase()
686 int script_id() { return script_id_; } in script_id() function
/external/v8/src/debug/
Dliveedit.cc806 void AddInterestingLiteral(int script_id, FunctionLiteral* literal, in AddInterestingLiteral()
892 FuncId GetFuncId(int script_id, FunctionLiteral* literal) { in GetFuncId()
903 FuncId GetFuncId(int script_id, SharedFunctionInfo* sfi) { in GetFuncId()
1259 int script_id = script->id(); in PatchScript() local
/external/v8/src/heap/
Dfactory.cc1536 Handle<Script> Factory::NewScriptWithId(Handle<String> source, int script_id, in NewScriptWithId()
1567 int script_id = isolate()->heap()->NextScriptId(); in CloneScript() local
/external/libmtp/src/
Dptp.c3953 ptp_chdk_exec_lua(PTPParams* params, char *script, int flags, int *script_id, int *status) in ptp_chdk_exec_lua()
Dptp.h3393 unsigned script_id; /* id of script message is to/from */ member