Home
last modified time | relevance | path

Searched refs:source_url (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc236 const char* source_url, int code_offset, in CodeCreateEvent() argument
241 rec->entry = code_entries_.Create(tag, GetName(name), GetName(source_url), 1, in CodeCreateEvent()
362 Object source_url = Script::cast(info.script()).source_url(); in InferScriptName() local
363 return source_url.IsName() ? Name::cast(source_url) : name; in InferScriptName()
Dprofiler-listener.h50 wasm::WasmName name, const char* source_url,
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc138 std::unique_ptr<char[]> source_url = in WeakScriptHandle() local
141 source_url_ = {source_url.release(), source_url.get_deleter()}; in WeakScriptHandle()
163 const std::shared_ptr<const char>& source_url() const { return source_url_; } in source_url() function in v8::internal::wasm::__anonc19622690111::WeakScriptHandle
386 std::shared_ptr<const char> source_url; member
776 base::Vector<const char> source_url) { in CreateWasmScript() argument
791 if (!source_url.empty()) { in CreateWasmScript()
793 ->NewStringFromUtf8(source_url, AllocationType::kOld) in CreateWasmScript()
862 base::Vector<const char> source_url) { in ImportNativeModule() argument
866 GetOrCreateScript(isolate, shared_native_module, source_url); in ImportNativeModule()
1117 if (!log_entry.source_url) { in LogCode()
[all …]
Dwasm-serialization.h62 base::Vector<const byte> wire_bytes, base::Vector<const char> source_url);
Dwasm-engine.h221 base::Vector<const char> source_url);
351 base::Vector<const char> source_url);
Dwasm-serialization.cc848 base::Vector<const char> source_url) { in DeserializeNativeModule() argument
906 wasm_engine->GetOrCreateScript(isolate, shared_native_module, source_url); in DeserializeNativeModule()
Dwasm-code-manager.cc257 void WasmCode::LogCode(Isolate* isolate, const char* source_url, in LogCode() argument
292 source_url, code_offset, script_id)); in LogCode()
1047 std::unique_ptr<char[]> source_url = in LogWasmCodes() local
1054 code->LogCode(isolate, source_url.get(), script.id()); in LogWasmCodes()
Dwasm-code-manager.h327 void LogCode(Isolate* isolate, const char* source_url, int script_id) const;
/third_party/node/deps/v8/include/
Dv8-wasm.h54 const std::string& source_url() const { return source_url_; } in source_url() function
61 const char* source_url, size_t url_length);
/third_party/node/deps/v8/src/logging/
Dcode-events.h89 wasm::WasmName name, const char* source_url,
181 wasm::WasmName name, const char* source_url, in CodeCreateEvent() argument
184 listener->CodeCreateEvent(tag, code, name, source_url, code_offset, in CodeCreateEvent()
Dlog.h183 wasm::WasmName name, const char* source_url,
422 wasm::WasmName name, const char* source_url,
490 wasm::WasmName name, const char* source_url,
/third_party/node/deps/v8/src/objects/
Dscript.tq54 // [source_url]: sourceURL from magic comment
55 source_url: String|Undefined;
Dscript-inl.h179 return source_url().IsString() && String::cast(source_url()).length() != 0; in HasSourceURLComment()
/third_party/skia/third_party/externals/harfbuzz/subprojects/
Dragel.wrap3 source_url = https://www.colm.net/files/ragel/ragel-6.10.tar.gz
Dgoogle-benchmark.wrap3 source_url = https://github.com/google/benchmark/archive/v1.5.2.zip
/third_party/openh264/subprojects/
Dgtest.wrap4 source_url = https://github.com/google/googletest/archive/release-1.8.0.zip
/third_party/mesa3d/subprojects/
Dzlib.wrap4 source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
Dexpat.wrap4 source_url = https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2
/third_party/skia/third_party/externals/freetype/subprojects/
Dzlib.wrap3 source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
Dlibpng.wrap3 source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
/third_party/node/src/
Dnode_metadata.h116 std::string source_url; member
Dnode_metadata.cc135 source_url = NODE_RELEASE_URLFPFX ".tar.gz"; in Release()
Dnode_process_object.cc161 release, "sourceUrl", per_process::metadata.release.source_url); in CreateProcessObject()
Dnode_report.cc837 writer->json_keyvalue("sourceUrl", per_process::metadata.release.source_url); in PrintRelease()
/third_party/node/deps/v8/src/parsing/
Dparser.cc3360 Handle<String> source_url = scanner_.SourceUrl(isolate); in HandleSourceURLComments() local
3361 if (!source_url.is_null()) { in HandleSourceURLComments()
3362 script->set_source_url(*source_url); in HandleSourceURLComments()

12