Searched defs:compiled_part (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dvalue-serializer.cc780 Handle<WasmCompiledModule> compiled_part(
786 Handle<String> wire_bytes = compiled_part->module_bytes();
794 compiled_part);
1545 Handle<FixedArray> compiled_part; local
1548 .ToHandle(&compiled_part)) {
1550 isolate_, Handle<WasmCompiledModule>::cast(compiled_part));
H A Dapi.cc7269 i::Handle<i::WasmCompiledModule> compiled_part = local
7271 i::Handle<i::String> wire_bytes = compiled_part->module_bytes();
7278 i::Handle<i::WasmCompiledModule> compiled_part = local
7283 compiled_part);
7301 i::Handle<i::FixedArray> compiled_part; local
7302 if (!maybe_compiled_part.ToHandle(&compiled_part)) {
7306 handle(i::WasmCompiledModule::cast(*compiled_part));

Completed in 102 milliseconds