/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.cc | 236 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()
|
D | profiler-listener.h | 50 wasm::WasmName name, const char* source_url,
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-engine.cc | 138 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 …]
|
D | wasm-serialization.h | 62 base::Vector<const byte> wire_bytes, base::Vector<const char> source_url);
|
D | wasm-engine.h | 221 base::Vector<const char> source_url); 351 base::Vector<const char> source_url);
|
D | wasm-serialization.cc | 848 base::Vector<const char> source_url) { in DeserializeNativeModule() argument 906 wasm_engine->GetOrCreateScript(isolate, shared_native_module, source_url); in DeserializeNativeModule()
|
D | wasm-code-manager.cc | 257 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()
|
D | wasm-code-manager.h | 327 void LogCode(Isolate* isolate, const char* source_url, int script_id) const;
|
/third_party/node/deps/v8/include/ |
D | v8-wasm.h | 54 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/ |
D | code-events.h | 89 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()
|
D | log.h | 183 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/ |
D | script.tq | 54 // [source_url]: sourceURL from magic comment 55 source_url: String|Undefined;
|
D | script-inl.h | 179 return source_url().IsString() && String::cast(source_url()).length() != 0; in HasSourceURLComment()
|
/third_party/skia/third_party/externals/harfbuzz/subprojects/ |
D | ragel.wrap | 3 source_url = https://www.colm.net/files/ragel/ragel-6.10.tar.gz
|
D | google-benchmark.wrap | 3 source_url = https://github.com/google/benchmark/archive/v1.5.2.zip
|
/third_party/openh264/subprojects/ |
D | gtest.wrap | 4 source_url = https://github.com/google/googletest/archive/release-1.8.0.zip
|
/third_party/mesa3d/subprojects/ |
D | zlib.wrap | 4 source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
|
D | expat.wrap | 4 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/ |
D | zlib.wrap | 3 source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
|
D | libpng.wrap | 3 source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
|
/third_party/node/src/ |
D | node_metadata.h | 116 std::string source_url; member
|
D | node_metadata.cc | 135 source_url = NODE_RELEASE_URLFPFX ".tar.gz"; in Release()
|
D | node_process_object.cc | 161 release, "sourceUrl", per_process::metadata.release.source_url); in CreateProcessObject()
|
D | node_report.cc | 837 writer->json_keyvalue("sourceUrl", per_process::metadata.release.source_url); in PrintRelease()
|
/third_party/node/deps/v8/src/parsing/ |
D | parser.cc | 3360 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()
|